Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DBpHwBinder.h102 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
DBinder.h105 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
/system/libhwbinder/
DBinder.cpp267 bool BpHwRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted() function in android::hardware::BpHwRefBase
DBpHwBinder.cpp318 bool BpHwBinder::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted() function in android::hardware::BpHwBinder
/system/core/libutils/
DRefBase.cpp645 if (!impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id)) { in attemptIncStrong()
785 bool RefBase::onIncStrongAttempted(uint32_t flags, const void* /*id*/) in onIncStrongAttempted() function in android::RefBase
/system/core/libutils/include/utils/
DRefBase.h371 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);