Home
last modified time | relevance | path

Searched refs:BpHwRefBase (Results 1 – 4 of 4) sorted by relevance

/system/libhwbinder/include/hwbinder/
DBinder.h91 class BpHwRefBase : public virtual RefBase
94 explicit BpHwRefBase(const sp<IBinder>& o);
95 virtual ~BpHwRefBase();
104 BpHwRefBase(const BpHwRefBase& o);
105 BpHwRefBase& operator=(const BpHwRefBase& o);
DIInterface.h41 class BpInterface : public INTERFACE, public IInterface, public BpHwRefBase
56 : BpHwRefBase(remote) in BpInterface()
/system/libhwbinder/
DBinder.cpp219 BpHwRefBase::BpHwRefBase(const sp<IBinder>& o) in BpHwRefBase() function in android::hardware::BpHwRefBase
227 BpHwRefBase::~BpHwRefBase() in ~BpHwRefBase()
236 void BpHwRefBase::onFirstRef() in onFirstRef()
241 void BpHwRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef()
248 bool BpHwRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted()
/system/libhidl/transport/
DHidlBinderSupport.cpp232 BpHwRefBase* bpRefBase = static_cast<BpHwRefBase*>(bpBase); in getOrCreateCachedBinder()