Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/include/hwbinder/
H A DBinder.h105 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
H A DBpHwBinder.h102 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DBinder.h132 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
H A DBpBinder.h168 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
/aosp12/frameworks/native/include/binder/
H A DBinder.h132 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
/aosp12/system/libhwbinder/
H A DBinder.cpp267 bool BpHwRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted() function in android::hardware::BpHwRefBase
H A DBpHwBinder.cpp318 bool BpHwBinder::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted() function in android::hardware::BpHwBinder
/aosp12/system/core/libutils/
H A 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
/aosp12/frameworks/native/libs/binder/
H A DBinder.cpp495 bool BpRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted() function in android::BpRefBase
H A DBpBinder.cpp526 bool BpBinder::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted() function in android::BpBinder
/aosp12/system/core/libutils/include/utils/
H A DRefBase.h371 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
/aosp12/frameworks/rs/cpp/util/
H A DRefBase.h144 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);