summaryrefslogtreecommitdiff
path: root/libs/binder/ndk/process.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Migrate off of streaming loggingTomasz Wasilczyk2023-11-131-3/+1
| | | | | | Bug: 302723053 Test: mma Change-Id: Idbd42915fb515021b3de5062fa1d1b55d5899583
* Specify empty paramters as void in ABinderProcess_.Nathan Egge2023-03-111-4/+4
| | | | | | Bug: 262416746 Test: treehugger Change-Id: Ifa864df9832aedf095158d82a5865a1de0076ed4
* binder: Add an API to check if the threadpool has been startedDevin Moore2022-12-091-0/+3
| | | | | | | | | Libraries that require the threadpool can check this to make sure the threadpool has been started before it is needed. Test: atest binderLibTest Bug: 261652496 Change-Id: I7505319f162e2789dcc3c41bf1f7535c5c1bb9d9
* libbinder_ndk: APIs for pollingSteven Moreland2020-07-241-0/+8
| | | | | | | | | Useful for constructing single-threaded servers, and requested for use by an APEX, so adding here. These correspond exactly to libbinder APIs. Bug: 161498137 Test: atest libbinder_ndk_unit_test Change-Id: I3bffd2bc65a7a637c626ef084f617a6f19c20208
* libbinder_ndk: rename cpp files like headersSteven Moreland2018-09-131-0/+36
binder_$1.h -> $1.cpp This change is being made in order to prepare to add more files representing statuses. Since there will be no AStatus type, it doesn't make sense to make a file called that. If it was named just status, then it would stand out. Bug: 111445392 Test: runtests.sh Change-Id: I6d27dabe4392af6078a4c8d69545fda8c2c2e1da