Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DBinder.h94 class BpHwRefBase : public virtual RefBase
97 explicit BpHwRefBase(const sp<IBinder>& o);
98 virtual ~BpHwRefBase();
107 BpHwRefBase(const BpHwRefBase& o);
108 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.cpp218 BpHwRefBase* bpRefBase = static_cast<BpHwRefBase*>(bpBase); in getOrCreateCachedBinder()