Home
last modified time | relevance | path

Searched refs:onIncStrongAttempted (Results 1 – 6 of 6) sorted by relevance

/system/libhwbinder/include/hwbinder/
DBinder.h98 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
DBpHwBinder.h94 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
/system/libhwbinder/
DBinder.cpp252 bool BpHwRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted() function in android::hardware::BpHwRefBase
DBpHwBinder.cpp301 bool BpHwBinder::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted() function in android::hardware::BpHwBinder
/system/core/libutils/
DRefBase.cpp592 if (!impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id)) { in attemptIncStrong()
729 bool RefBase::onIncStrongAttempted(uint32_t flags, const void* /*id*/) in onIncStrongAttempted() function in android::RefBase
/system/core/libutils/include/utils/
DRefBase.h322 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);