summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessState.cpp
AgeCommit message (Expand)Author
2018-07-09Merge "libbinder: auto-choose between binder/vndbinder." Steven Moreland
2018-07-06libbinder: auto-choose between binder/vndbinder. Steven Moreland
2018-06-08Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master Xin Li
2018-06-07[binder] Replace NULL/0 with nullptr Yi Kong
2018-02-26Merge "Don't use cutils/Atomic.h" am: 8f4529bbc2 am: 410582488d Steven Moreland
2018-02-23Don't use cutils/Atomic.h Steven Moreland
2017-12-20Merge "Default to /dev/binder if binder node doesn't exist." am: 1a49778ecc a... Steven Moreland
2017-12-20Default to /dev/binder if binder node doesn't exist. Steven Moreland
2017-10-24Native Side of Binder Proxy Tracking by Uid Michael Wachenschwanz
2017-07-13Add getBinderKernelReferences Colin Cross
2017-07-12Add getBinderKernelReferences Colin Cross
2017-04-14binder: allow repeated invocations of initWithDriver Iliyan Malchev
2017-04-11binder: add getDriverName() Iliyan Malchev
2017-03-21Allow ProcessState to use another binder dev node. Martijn Coenen
2017-03-08Merge "libbinder: use sysconf(_SC_PAGESIZE) to get pagesize" am: b638bf8d3f a... Ganesh Mahendran
2017-03-07libbinder: use sysconf(_SC_PAGESIZE) to get pagesize Ganesh Mahendran
2017-02-06Report binder versions on failure Greg Hartman
2016-08-18Merge "Remove unused include." Dmitriy Filchenko
2016-08-18Remove unused include. Dmitriy Filchenko
2016-04-28resolve merge conflicts of 168dc86 to nyc-dev-plus-aosp Chih-Hung Hsieh
2016-04-25Fix google-explicit-constructor warnings. Chih-Hung Hsieh
2016-04-15Merge "Log when binder thread pool is starved" into nyc-dev Colin Cross
2016-04-15Log when binder thread pool is starved Colin Cross
2016-04-13Merge "Binder: add pid to thread name for binder threads." into nyc-dev Philip Cuadra
2016-04-13Binder: add pid to thread name for binder threads. Philip Cuadra
2016-03-09Release resources when repeating dlopen-dlcose. zhongjie
2015-12-23More O_CLOEXEC Nick Kralevich
2015-07-09am 9df25446: am 9bad590e: Merge "Binder on Windows? Unlikely." Elliott Hughes
2015-07-09Binder on Windows? Unlikely. Elliott Hughes
2015-04-14Added IPCThreadState::blockUntilThreadAvailable() method. Wale Ogunwale
2014-04-03Remove global variables from ProcessState. Narayan Kamath
2014-03-20Merge "fix valgrind ioctl warning." Jesse Hall
2014-02-05binder: fix all warnings Colin Cross
2013-08-31fix valgrind ioctl warning. Jin Wei
2013-07-24defaultServiceManager wait for service manager ready Todd Poynor
2013-03-07rename binder services main thread to Binder_* Mathias Agopian
2012-04-18add set thread count Mathias Agopian
2012-04-16double checked locking pattern is not safe on SMP Mathias Agopian
2012-02-28Shorten thread names Glenn Kasten
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE Steve Block
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE Steve Block
2011-07-13Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build Mike Lockwood
2011-07-08Eliminate single-process mode. Jeff Brown
2009-11-12Modify the binder to request 1M - 2 pages instead of 1M. The backing store Rebecca Schultz Zavin
2009-05-20move libbinder's header files under includes/binder Mathias Agopian
2009-05-20checkpoint: split libutils into libutils + libbinder Mathias Agopian