Lines Matching refs:BHwBinder
44 BHwBinder* IBinder::localBinder() in localBinder()
61 class BHwBinder::Extras
74 BHwBinder::BHwBinder() : mSchedPolicy(SCHED_NORMAL), mSchedPriority(0), mExtras(nullptr) in BHwBinder() function in android::hardware::BHwBinder
78 int BHwBinder::getMinSchedulingPolicy() { in getMinSchedulingPolicy()
82 int BHwBinder::getMinSchedulingPriority() { in getMinSchedulingPriority()
86 bool BHwBinder::isRequestingSid() { in isRequestingSid()
92 void BHwBinder::setRequestingSid(bool requestingSid) { in setRequestingSid()
108 status_t BHwBinder::transact( in transact()
129 status_t BHwBinder::linkToDeath( in linkToDeath()
136 status_t BHwBinder::unlinkToDeath( in unlinkToDeath()
143 void BHwBinder::attachObject( in attachObject()
154 void* BHwBinder::findObject(const void* objectID) const in findObject()
163 void BHwBinder::detachObject(const void* objectID) in detachObject()
172 BHwBinder* BHwBinder::localBinder() in localBinder()
177 BHwBinder::~BHwBinder() in ~BHwBinder()
184 status_t BHwBinder::onTransact( in onTransact()
191 BHwBinder::Extras* BHwBinder::getOrCreateExtras() in getOrCreateExtras()