Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DBinder.h98 class BpHwRefBase : public virtual RefBase
101 explicit BpHwRefBase(const sp<IBinder>& o);
102 virtual ~BpHwRefBase();
111 BpHwRefBase(const BpHwRefBase& o);
112 BpHwRefBase& operator=(const BpHwRefBase& o);
DIInterface.h45 class BpInterface : public INTERFACE, public IInterface, public BpHwRefBase
60 : BpHwRefBase(remote) in BpInterface()
/system/libhwbinder/
DBinder.cpp238 BpHwRefBase::BpHwRefBase(const sp<IBinder>& o) in BpHwRefBase() function in android::hardware::BpHwRefBase
246 BpHwRefBase::~BpHwRefBase() in ~BpHwRefBase()
255 void BpHwRefBase::onFirstRef() in onFirstRef()
260 void BpHwRefBase::onLastStrongRef(const void* /*id*/) in onLastStrongRef()
267 bool BpHwRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted()
/system/libhidl/transport/
DHidlBinderSupport.cpp216 __attribute__((no_sanitize("cfi"))) static inline BpHwRefBase* forceGetRefBase( in forceGetRefBase()
230 return static_cast<BpHwRefBase*>(bpBase); in forceGetRefBase()
239 BpHwRefBase* bpRefBase = forceGetRefBase(ifacePtr); in getOrCreateCachedBinder()