Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/
DRefBase.cpp462 || impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id); in attemptIncStrong()
469 && impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id); in attemptIncStrong()
587 bool RefBase::onIncStrongAttempted(uint32_t flags, const void* id) in onIncStrongAttempted() function in android::RefBase
/frameworks/native/include/binder/
DBinder.h85 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
DBpBinder.h97 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
/frameworks/native/libs/binder/
DBinder.cpp256 bool BpRefBase::onIncStrongAttempted(uint32_t flags, const void* id) in onIncStrongAttempted() function in android::BpRefBase
DBpBinder.cpp356 bool BpBinder::onIncStrongAttempted(uint32_t flags, const void* id) in onIncStrongAttempted() function in android::BpBinder
/frameworks/native/include/utils/
DRefBase.h143 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);