summaryrefslogtreecommitdiff
path: root/Binder.cpp
AgeCommit message (Expand)Author
2022-02-24Remove unnecessarily complicated code.Florian Mayer
2021-01-06Reland "HIDL_DEBUG_TRANSACTION restricted"Steven Moreland
2020-11-20libhwbinder: support TF_CLEAR_BUFSteven Moreland
2019-09-26Remove unnecessary semicolons.Steven Moreland
2019-09-20libhwbinder on hostSteven Moreland
2019-02-08make setRequestingSid(false) workSteven Moreland
2019-01-09Revert "Revert "getCallingSid: get calling security context""Steven Moreland
2019-01-09Revert "getCallingSid: get calling security context"Steven Moreland
2019-01-07getCallingSid: get calling security contextSteven Moreland
2018-07-23Modernize codebase by replacing NULL with nullptrYi Kong
2017-10-12Don't keep proxy alive on just weak refs.Martijn Coenen
2017-05-03Add support for min scheduling policy to node.Martijn Coenen
2017-01-19Reduce libhwbinder API surface (1/?).Martijn Coenen
2017-01-12BpRefBase -> BpHwRefBase.Yifan Hong
2017-01-12BpBinder -> BpHwBinder.Yifan Hong
2017-01-12BBinder -> BHwBinder.Yifan Hong
2016-08-01Move android::hidl to android::hardware.Martijn Coenen
2016-05-23Callback support for libhwbinder.Martijn Coenen
2016-05-20Remove unused classes in hwbinder.Martijn Coenen
2016-05-17Move hwbinder to the android::hidl namespace.Martijn Coenen
2016-05-04Make libhwbinder build.Martijn Coenen
2015-10-14Temporary hack to get rid of new virtuals.Dianne Hackborn
2015-10-12Add new "shell command" feature to Binder objects.Dianne Hackborn
2015-08-19binder: Change from C11 <stdatomic.h> to C++11 <atomic>.Bailey Forrest
2014-11-20C++11 compatibility.Dan Albert
2014-09-11Work around C11 const atomic restrictions.Hans Boehm
2014-08-19Fix CAS argument type.Hans Boehm
2014-08-12Revert "Revert "Revert "Revert "Remove incorrect android_atomic_...64 use.""""Hans Boehm
2014-08-09Revert "Revert "Revert "Remove incorrect android_atomic_...64 use."""Hans Boehm
2014-08-08Revert "Revert "Remove incorrect android_atomic_...64 use.""Hans Boehm
2014-08-06Revert "Remove incorrect android_atomic_...64 use."Hans Boehm
2014-07-23Remove incorrect android_atomic_...64 use.Hans Boehm
2014-02-05binder: fix all warningsColin Cross
2014-01-31Binder: Make binder portableSerban Constantinescu
2012-05-09Add callback hack to find out when to reload system properties.Dianne Hackborn
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block
2010-05-06Make static versions of libutils and libbinder.Dan Egnor
2009-05-26some work to try to reduce the code size of some native librariesMathias Agopian
2009-05-20move libbinder's header files under includes/binderMathias Agopian
2009-05-20checkpoint: split libutils into libutils + libbinderMathias Agopian