• Home
  • History
  • Annotate
  • only in /frameworks/native/libs/binder/tests/
History log of /frameworks/native/libs/binder/tests/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0fe7ce375ed6c9fcd86b8bb3a836bc37c9740831 24-Dec-2015 Nick Kralevich <nnk@google.com> More O_CLOEXEC

Change-Id: I31991ed089f395174857e86e509b8190ad98f92a
inderDriverInterfaceTest.cpp
515aa0b911aebb0bd4665bc0b61a693d6951e994 11-Aug-2015 Riley Andrews <riandrews@google.com> binder: Add a throughput performance test for binder.

Change-Id: I04801cd505a439307f2a963f6267db1831b3829f
ndroid.mk
inderThroughputTest.cpp
29d8cf91bed3c9f72a97046655bc3bdc05952d3a 13-Jan-2015 Riley Andrews <riandrews@google.com> 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.
inderDriverInterfaceTest.cpp
50bcb00a9112b70183f7826675d8455cfd978e6a 13-Jan-2015 Riley Andrews <riandrews@google.com> Fix signed/unsigned comparison warnings in driver interface test.
inderDriverInterfaceTest.cpp
06b01adcb882b4dd736b34bbcccf7a45f43d96a6 18-Dec-2014 Riley Andrews <riandrews@google.com> Add binder tests

Change-Id: Ib0b38708dd6387fc4d5a4857ca74a217f3edad1a
ndroid.mk
inderLibTest.cpp
dc9b148985f5b75f2ea9faf1b045b50400b3e141 18-Dec-2014 Riley Andrews <riandrews@google.com> Add binder driver interface test

Test ioctls and some binder commands without using libbinder.

Change-Id: I86dde56ff1380bca17d086021ac5324dc5210354
ndroid.mk
inderDriverInterfaceTest.cpp