- 4c6d973 [binder] Add float support to SafeInterface by Dan Stoza · 7 years ago
- 197bd57 Merge "Fix/suppress binder google-explicit-constructor warnings" am: a591cd824a am: fb1be05603 by Chih-hung Hsieh · 7 years ago
- 5ca1ea4 Fix/suppress binder google-explicit-constructor warnings by Chih-Hung Hsieh · 7 years ago
- 5302ea9 Merge "use epoll_create1" am: 3bd9bfa9fa am: 225ae4d0a5 am: 2269e3fc6f by Nick Kralevich · 7 years ago
- fcf1b2b use epoll_create1 by Nick Kralevich · 7 years ago
- 55ef412 Merge changes Ie8fe724d,Ifd42f31d by Kevin DuBois · 7 years ago
- 2f82d5b binder: add read/writeUint64Vector functions by Kevin DuBois · 7 years ago
- 48eead9 Merge "Fix cert-dcl16-c clang-tidy warnings." am: d5cdd6d7b3 am: 90b6da972d by Chih-hung Hsieh · 7 years ago
- 9f2d531 Fix cert-dcl16-c clang-tidy warnings. by Chih-Hung Hsieh · 7 years ago
- 91a0480 Only propagates work source when explicitly set. by Olivier Gaillard · 7 years ago
- 310839e Merge "Rename WorkSource methods on IPCThreadState." by Olivier Gaillard · 7 years ago
- dc2e1d7 Merge "Remove unused reference to android-base/test_utils.h" am: 238e18a5a2 am: 56f065bd56 by Mark Salyzyn · 7 years ago
- a8e7bf2 Rename WorkSource methods on IPCThreadState. by Olivier Gaillard · 7 years ago
- 0cf7c75 Remove unused reference to android-base/test_utils.h by Mark Salyzyn · 7 years ago
- 0e0f1de Add worksource support to binder calls. by Olivier Gaillard · 8 years ago
- 12fe72b Update for modified CapturedStderr. by Christopher Ferris · 8 years ago
- 0a3c847 Merge "[binder] Modernize codebase by replacing NULL with nullptr" by Yi Kong · 8 years ago
- 87d465c [binder] Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
- 450bbf9 Merge "Add C++ implementation of ParcelFileDescriptor" am: e3c9030dc9 by Ryo Hashimoto · 8 years ago
- e3c9030 Merge "Add C++ implementation of ParcelFileDescriptor" by Treehugger Robot · 8 years ago
- f11e2bd Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master by Xin Li · 8 years ago
- fdd8da9 [binder] Replace NULL/0 with nullptr by Yi Kong · 8 years ago
- bf55189 Add C++ implementation of ParcelFileDescriptor by Ryo Hashimoto · 8 years ago
- 7ce78b0 Merge "Accept EAGAIN on a binder transaction." am: 2b23a55901 am: f0745d15ea by Martijn Coenen · 8 years ago
- 2b39df7 Accept EAGAIN on a binder transaction. by Martijn Coenen · 8 years ago
- 7d9f7cc Merge "Use -Werror in frameworks/native/libs/binder" am: 7c87059845 am: 6e3d16b708 am: 1e04536b06 by Chih-hung Hsieh · 9 years ago
- d1acbbc Use -Werror in frameworks/native/libs/binder by Chih-Hung Hsieh · 9 years ago
- e61c9b1 Fix off-by-one error with binderThroughputTest -s by Todd Kjos · 9 years ago
- 3b17a31 Fix binderThroughputTest -m option by Todd Kjos · 9 years ago
- 2437b32 Add test to open and close with no mmap by Sherry Yang · 9 years ago
- 71f6de4 resolve merge conflicts of 6c8cab115 to stage-aosp-master by Hsin-Yi Chen · 9 years ago
- 6c8cab1 Merge "Add binderLibTest_IPC_32" by Hsin-Yi Chen · 9 years ago
- 78bd7eb Merge changes I1c5b075b,I4bf5b314 am: 99e17ff8cb by Martijn Coenen · 9 years ago
- 99e17ff Merge changes I1c5b075b,I4bf5b314 by Martijn Coenen · 9 years ago
- ec18c02 Add binderLibTest_IPC_32 by Hsin-Yi Chen · 9 years ago
- 2ca9890 Merge "Cast binder data type to uint64_t in high bits test" am: 3c80f17536 by Hsin-Yi Chen · 9 years ago
- fb368f7 Fix BINDER_LIB_TEST_NOP_CALL_BACK. by Martijn Coenen · 9 years ago
- 45b07b4 Add test for async transaction queueing. by Martijn Coenen · 9 years ago
- ad6503c Cast binder data type to uint64_t in high bits test by Hsin-Yi Chen · 9 years ago
- 1bc0632 Merge changes from topic 'binder_tests_aosp' am: 8f93ab17f9 by Martijn Coenen · 9 years ago
- 88c9e4f Add test for death notification workqueue. am: f7100e492f by Martijn Coenen · 9 years ago
- d65c52d Fix percentile calculations am: 52d1540b2e by Sherry Yang · 9 years ago
- 336cdd3 Add test to check buffer hdr not in user space by Sherry Yang · 9 years ago
- f7100e4 Add test for death notification workqueue. by Martijn Coenen · 9 years ago
- 52d1540 Fix percentile calculations by Sherry Yang · 9 years ago
- 1302c7e Refine the binder latency test by Howard Chen · 9 years ago
- abd8883 Add options to specify payload size and use client/server pairs by Todd Kjos · 9 years ago
- 52be2c9 Add binder test for bug 30445380 by Connor O'Brien · 10 years ago
- 7060431 binder: tests: Check that cookie and binder high bits are zero by Arve Hjønnevåg · 10 years ago
- 6d5fa94 binder: tests: Fix warnings by Arve Hjønnevåg · 10 years ago
- a654b4a Fix temporary change for new kernel headers. by Christopher Ferris · 9 years ago
- 1ab1877 Temp fix to allow new kernel headers to merge. by Christopher Ferris · 9 years ago
- 940286e Merge "Add target binderDriverInterfaceTest_IPC_32" am: 86c1fa9527 by Hsin-Yi Chen · 9 years ago
- 6929575 Add target binderDriverInterfaceTest_IPC_32 by Hsin-Yi Chen · 9 years ago
- f18f8fe Merge "Refine the binder latency test" into oc-dev by PO HUNG CHEN · 9 years ago
- 60c513c Refine the binder latency test by Howard Chen · 9 years ago
- 1b47dfd Merge changes Ica5f5f5c,Ifb7d2cec,Ia402b4bc,I9c3b6b7e,I36ba19c7, ... into oc-dev by TreeHugger Robot · 9 years ago
- 1af8a88 libbinder: Add vector<Parcelable> to SafeInterface by Dan Stoza · 9 years ago
- 2537db7 libbinder: Add sp<NativeHandle> to SafeInterface by Dan Stoza · 9 years ago
- 81ea3ef libbinder: Support enums in SafeInterface by Dan Stoza · 9 years ago
- 6dd325b libbinder: Support sp<Flattenable> in SafeInterface by Dan Stoza · 9 years ago
- 662a899 libbinder: Add int64_t/uint64_t to SafeInterface by Dan Stoza · 9 years ago
- b013ef6 Fix binderValueTypeTest by Tri Vo · 9 years ago
- 5ea0fe1 Merge "Support halt the trace when schd-dbg hit deadline" into oc-dev by TreeHugger Robot · 9 years ago
- 4c51b7e Support halt the trace when schd-dbg hit deadline by Howard Chen · 9 years ago
- 2571551 Support halt the trace when schd-dbg hit deadline by Howard Chen · 9 years ago
- b0ad31f This test is used to check if the kernel scheduler by Howard Chen · 9 years ago
- df614ae libbinder: Support Flattenable in SafeInterface by Dan Stoza · 9 years ago
- d630e52 libbinder: Add SafeInterface by Dan Stoza · 9 years ago
- c135dbc This test is used to check if the kernel scheduler by Howard Chen · 9 years ago
- 6316f5b libbinder: Add support for Value, Map, and IpPrefix types by Robert Quattlebaum · 9 years ago
- 25e1ded Add options to specify payload size and use client/server pairs by Todd Kjos · 9 years ago
- 43e845e Merge "Enable multiple concurrent binderLibTest instances" am: 06d83ad741 am: 12a04a524b am: ea4dfd2f0d by Connor O'Brien · 9 years ago
- 3e9e757 Merge "TextOutput log improvement" by Treehugger Robot · 9 years ago
- 87c03cf Enable multiple concurrent binderLibTest instances by Connor O'Brien · 9 years ago
- 236cdb4 TextOutput log improvement by Wei Wang · 10 years ago
- 78f2a37 TextOutput log improvement by Wei Wang · 10 years ago
- 9d1ee20 Merge "Rely on the platform -std default." am: 53b6fc5ddc am: 0ef01bab39 am: b48bc88b75 by Elliott Hughes · 10 years ago
- e390826 Rely on the platform -std default. by Elliott Hughes · 10 years ago
- 627ca65 Add binder test for bug 30445380 by Connor O'Brien · 10 years ago
- 10b69a2 binder: tests: Check that cookie and binder high bits are zero by Arve Hjønnevåg · 10 years ago
- 21298ea binder: tests: Fix warnings by Arve Hjønnevåg · 10 years ago
- 59e086f Start converting Android.mk to Android.bp by Dan Willemsen · 10 years ago
- e05dc6d Start converting Android.mk to Android.bp by Dan Willemsen · 10 years ago
- 0c50a3f Remove HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE test. by Elliott Hughes · 10 years ago
- 0fe7ce3 More O_CLOEXEC by Nick Kralevich · 10 years ago
- 515aa0b binder: Add a throughput performance test for binder. by Riley Andrews · 11 years ago
- 29d8cf9 Replace all instances of intptr_t with uintptr_t. by Riley Andrews · 11 years ago
- 50bcb00 Fix signed/unsigned comparison warnings in driver interface test. by Riley Andrews · 11 years ago
- 06b01ad Add binder tests by Riley Andrews · 11 years ago
- dc9b148 Add binder driver interface test by Riley Andrews · 11 years ago