Go to file
Riley Andrews 29d8cf91be Replace all instances of intptr_t with uintptr_t.
When compiling 32 bit binaries against a 64 bit binder interface,
implicit promotions of intptr_t types to uint64_t for fields in the
binder ioctl structures can result in invalid pointers because of sign
extension.
2015-01-13 21:59:44 +00:00
build
cmds
data/etc
include
libs Replace all instances of intptr_t with uintptr_t. 2015-01-13 21:59:44 +00:00
opengl
services Merge "surfaceflinger: use Mutex timedLock instead of tryLock loop" 2015-01-12 23:33:07 +00:00
MODULE_LICENSE_APACHE2
NOTICE