Searched refs:onIncStrongAttempted (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | Binder.h | 105 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
|
H A D | BpHwBinder.h | 102 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Binder.h | 132 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
|
H A D | BpBinder.h | 168 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
|
/aosp12/frameworks/native/include/binder/ |
H A D | Binder.h | 132 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
|
/aosp12/system/libhwbinder/ |
H A D | Binder.cpp | 267 bool BpHwRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted() function in android::hardware::BpHwRefBase
|
H A D | BpHwBinder.cpp | 318 bool BpHwBinder::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted() function in android::hardware::BpHwBinder
|
/aosp12/system/core/libutils/ |
H A D | RefBase.cpp | 645 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 D | Binder.cpp | 495 bool BpRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted() function in android::BpRefBase
|
H A D | BpBinder.cpp | 526 bool BpBinder::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/) in onIncStrongAttempted() function in android::BpBinder
|
/aosp12/system/core/libutils/include/utils/ |
H A D | RefBase.h | 371 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
|
/aosp12/frameworks/rs/cpp/util/ |
H A D | RefBase.h | 144 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
|