summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessState.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* libbinder: log driver name when it doesn't openSteven Moreland2019-07-101-1/+1
* Merge "Support initializing ProcessState with custom binder window size."Steven Moreland2019-04-051-8/+25
|\
| * Support initializing ProcessState with custom binder window size.Martijn Coenen2019-04-021-8/+25
* | Merge changes from topic "kernel_v503_2"Steven Moreland2019-04-031-2/+14
|\ \
| * | getCallingSid: get calling security contextSteven Moreland2019-04-021-2/+14
| |/
* / Remove binder_node_debug_info definition.Steven Moreland2019-04-021-9/+0
|/
* Revert "libbinder: Choose the binder driver at runtime based on system/vendor...Martijn Coenen2019-03-131-12/+5
* libbinder: Choose the binder driver at runtime based on system/vendor process.Jayant Chowdhary2019-03-121-5/+12
* Allow error/abort for non-oneway calls.Steven Moreland2019-01-111-0/+7
* Merge "Native Side of Binder Proxy Tracking by Uid"Treehugger Robot2018-07-101-2/+2
|\
| * Native Side of Binder Proxy Tracking by UidMichael Wachenschwanz2018-06-281-2/+2
* | libbinder: auto-choose between binder/vndbinder.Steven Moreland2018-07-061-1/+7
|/
* [binder] Replace NULL/0 with nullptrYi Kong2018-06-071-22/+22
* Don't use cutils/Atomic.hSteven Moreland2018-02-231-2/+2
* Default to /dev/binder if binder node doesn't exist.Steven Moreland2017-12-201-1/+7
* Add getBinderKernelReferencesColin Cross2017-07-131-0/+46
* binder: allow repeated invocations of initWithDriverIliyan Malchev2017-04-141-0/+5
* binder: add getDriverName()Iliyan Malchev2017-04-111-1/+7
* Allow ProcessState to use another binder dev node.Martijn Coenen2017-03-211-6/+16
* Merge "libbinder: use sysconf(_SC_PAGESIZE) to get pagesize" am: b638bf8d3f a...Ganesh Mahendran2017-03-081-1/+1
|\
| * libbinder: use sysconf(_SC_PAGESIZE) to get pagesizeGanesh Mahendran2017-03-071-1/+1
* | Report binder versions on failureGreg Hartman2017-02-061-1/+2
|/
* Merge "Remove unused include."Dmitriy Filchenko2016-08-181-2/+0
|\
| * Remove unused include.Dmitriy Filchenko2016-08-181-2/+0
* | resolve merge conflicts of 168dc86 to nyc-dev-plus-aospChih-Hung Hsieh2016-04-281-1/+1
|\|
| * Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-251-1/+1
* | Merge "Log when binder thread pool is starved" into nyc-devColin Cross2016-04-151-0/+1
|\ \
| * | Log when binder thread pool is starvedColin Cross2016-04-151-0/+1
* | | Merge "Binder: add pid to thread name for binder threads." into nyc-devPhilip Cuadra2016-04-131-3/+4
|\| | | |/ |/|
| * Binder: add pid to thread name for binder threads.Philip Cuadra2016-04-131-3/+4
* | Release resources when repeating dlopen-dlcose.zhongjie2016-03-091-0/+7
|/
* More O_CLOEXECNick Kralevich2015-12-231-2/+1
* am 9df25446: am 9bad590e: Merge "Binder on Windows? Unlikely."Elliott Hughes2015-07-091-7/+0
|\
| * Binder on Windows? Unlikely.Elliott Hughes2015-07-091-7/+0
* | Added IPCThreadState::blockUntilThreadAvailable() method.Wale Ogunwale2015-04-141-3/+10
|/
* Remove global variables from ProcessState.Narayan Kamath2014-04-031-35/+0
* Merge "fix valgrind ioctl warning."Jesse Hall2014-03-201-1/+1
|\
| * fix valgrind ioctl warning.Jin Wei2013-08-311-1/+1
* | binder: fix all warningsColin Cross2014-02-051-1/+1
* | defaultServiceManager wait for service manager readyTodd Poynor2013-07-241-0/+27
|/
* rename binder services main thread to Binder_*Mathias Agopian2013-03-071-5/+14
* add set thread countMathias Agopian2012-04-181-0/+9
* double checked locking pattern is not safe on SMPMathias Agopian2012-04-161-4/+5
* Shorten thread namesGlenn Kasten2012-02-281-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-6/+6
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-1/+1
* Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-12/+0
* Eliminate single-process mode.Jeff Brown2011-07-081-39/+12
* Modify the binder to request 1M - 2 pages instead of 1M. The backing storeRebecca Schultz Zavin2009-11-121-1/+1