Lines Matching full:bphwbinder
17 #define LOG_TAG "hw-BpHwBinder"
20 #include <hwbinder/BpHwBinder.h>
35 BpHwBinder::ObjectManager::ObjectManager()
39 BpHwBinder::ObjectManager::~ObjectManager()
44 void BpHwBinder::ObjectManager::attach(
62 void* BpHwBinder::ObjectManager::find(const void* objectID) const
69 void BpHwBinder::ObjectManager::detach(const void* objectID)
74 void BpHwBinder::ObjectManager::kill()
90 BpHwBinder::BpHwBinder(int32_t handle)
96 ALOGV("Creating BpHwBinder %p handle %d\n", this, mHandle);
102 status_t BpHwBinder::transact(
116 status_t BpHwBinder::linkToDeath(
150 status_t BpHwBinder::unlinkToDeath(
185 void BpHwBinder::sendObituary()
218 void BpHwBinder::reportOneDeath(const Obituary& obit)
228 void BpHwBinder::attachObject(
237 void* BpHwBinder::findObject(const void* objectID) const
243 void BpHwBinder::detachObject(const void* objectID)
249 BpHwBinder* BpHwBinder::remoteBinder()
254 BpHwBinder::~BpHwBinder()
256 ALOGV("Destroying BpHwBinder %p handle %d\n", this, mHandle);
281 void BpHwBinder::onFirstRef()
283 ALOGV("onFirstRef BpHwBinder %p handle %d\n", this, mHandle);
288 void BpHwBinder::onLastStrongRef(const void* /*id*/)
290 ALOGV("onLastStrongRef BpHwBinder %p handle %d\n", this, mHandle);
301 bool BpHwBinder::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/)
303 ALOGV("onIncStrongAttempted BpHwBinder %p handle %d\n", this, mHandle);