Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all instances of intptr_t with uintptr_t. | Riley Andrews | 2015-01-13 | 1 | -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 Andrews | 2015-01-12 | 1 | -7/+7 |
| | |||||
* | Add binder tests | Riley Andrews | 2014-12-19 | 2 | -1/+960 |
| | | | | Change-Id: Ib0b38708dd6387fc4d5a4857ca74a217f3edad1a | ||||
* | Add binder driver interface test | Riley Andrews | 2014-12-19 | 2 | -0/+382 |
Test ioctls and some binder commands without using libbinder. Change-Id: I86dde56ff1380bca17d086021ac5324dc5210354 |