replicant-frameworks_native/libs/binder/tests
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
..
Android.mk Add binder tests 2014-12-19 00:39:31 +00:00
binderDriverInterfaceTest.cpp Replace all instances of intptr_t with uintptr_t. 2015-01-13 21:59:44 +00:00
binderLibTest.cpp Add binder tests 2014-12-19 00:39:31 +00:00