Go to file
Chad Brubaker e59cb43eda Fix writeByteArray/writeInt32Array size on x64
writeByteArray writes the size using sizeof(size_t), however it is always
read using readInt32(). On devices where sizeof(size_t) != 4 this causes
extra bytes to be written.

BUG: 22204736
Change-Id: I8d4507b6b616857ef5827f1fe9da0907d09abf0e
2015-06-30 14:50:09 -07:00
build
cmds Fix directory path of codecache. 2015-06-24 15:57:06 +09:00
data/etc Adding a configuration file to support hifi sensors feature. 2015-04-10 11:26:02 -07:00
include omx: add OMX_IndexParamConsumerUsageBits 2015-06-25 16:58:52 -07:00
libs Fix writeByteArray/writeInt32Array size on x64 2015-06-30 14:50:09 -07:00
opengl Check that width and height parameters are small. 2015-05-29 10:54:30 -07:00
services Merge "Send cancelation events to monitors when injection fails." into mnc-dev 2015-06-29 17:10:46 +00:00
MODULE_LICENSE_APACHE2
NOTICE