Lines Matching refs:BHwBinder
50 BHwBinder* IBinder::localBinder() in localBinder()
67 class BHwBinder::Extras
80 BHwBinder::BHwBinder() : mSchedPolicy(SCHED_NORMAL), mSchedPriority(0), mExtras(nullptr) in BHwBinder() function in android::hardware::BHwBinder
84 int BHwBinder::getMinSchedulingPolicy() { in getMinSchedulingPolicy()
88 int BHwBinder::getMinSchedulingPriority() { in getMinSchedulingPriority()
92 bool BHwBinder::isRequestingSid() { in isRequestingSid()
98 void BHwBinder::setRequestingSid(bool requestingSid) { in setRequestingSid()
114 status_t BHwBinder::transact( in transact()
140 status_t BHwBinder::linkToDeath( in linkToDeath()
147 status_t BHwBinder::unlinkToDeath( in unlinkToDeath()
154 void BHwBinder::attachObject( in attachObject()
165 void* BHwBinder::findObject(const void* objectID) const in findObject()
174 void BHwBinder::detachObject(const void* objectID) in detachObject()
183 BHwBinder* BHwBinder::localBinder() in localBinder()
188 BHwBinder::~BHwBinder() in ~BHwBinder()
195 status_t BHwBinder::onTransact( in onTransact()
202 BHwBinder::Extras* BHwBinder::getOrCreateExtras() in getOrCreateExtras()