Lines Matching refs:BpHwBinder
35 BpHwBinder::ObjectManager::ObjectManager() in ObjectManager()
39 BpHwBinder::ObjectManager::~ObjectManager() in ~ObjectManager()
44 void BpHwBinder::ObjectManager::attach( in attach()
62 void* BpHwBinder::ObjectManager::find(const void* objectID) const in find()
69 void BpHwBinder::ObjectManager::detach(const void* objectID) in detach()
74 void BpHwBinder::ObjectManager::kill() in kill()
90 BpHwBinder::BpHwBinder(int32_t handle) in BpHwBinder() function in android::hardware::BpHwBinder
102 status_t BpHwBinder::transact( in transact()
121 status_t BpHwBinder::linkToDeath( in linkToDeath()
155 status_t BpHwBinder::unlinkToDeath( in unlinkToDeath()
190 void BpHwBinder::sendObituary() in sendObituary()
225 ssize_t BpHwBinder::getNodeStrongRefCount() in getNodeStrongRefCount()
230 void BpHwBinder::reportOneDeath(const Obituary& obit) in reportOneDeath()
240 void BpHwBinder::attachObject( in attachObject()
249 void* BpHwBinder::findObject(const void* objectID) const in findObject()
255 void BpHwBinder::detachObject(const void* objectID) in detachObject()
261 BpHwBinder* BpHwBinder::remoteBinder() in remoteBinder()
266 BpHwBinder::~BpHwBinder() in ~BpHwBinder()
278 void BpHwBinder::onFirstRef() in onFirstRef()
285 void BpHwBinder::onLastStrongRef(const void* /*id*/) in onLastStrongRef()
318 bool BpHwBinder::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted()