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