summaryrefslogtreecommitdiffstats
path: root/libs/binder/tests
Commit message (Collapse)AuthorAgeFilesLines
* Replace all instances of intptr_t with uintptr_t.Riley Andrews2015-01-131-8/+8
| | | | | | | 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.
* Fix signed/unsigned comparison warnings in driver interface test.Riley Andrews2015-01-121-7/+7
|
* Add binder testsRiley Andrews2014-12-192-1/+960
| | | | Change-Id: Ib0b38708dd6387fc4d5a4857ca74a217f3edad1a
* Add binder driver interface testRiley Andrews2014-12-192-0/+382
Test ioctls and some binder commands without using libbinder. Change-Id: I86dde56ff1380bca17d086021ac5324dc5210354