Searched refs:onIncStrongAttempted (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/include/binder/
H A DBinder.h85 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
H A DBpBinder.h97 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
/frameworks/native/libs/binder/
H A DBinder.cpp256 bool BpRefBase::onIncStrongAttempted(uint32_t flags, const void* id) function in class:android::BpRefBase
H A DBpBinder.cpp356 bool BpBinder::onIncStrongAttempted(uint32_t flags, const void* id) function in class:android::BpBinder
358 ALOGV("onIncStrongAttempted BpBinder %p handle %d\n", this, mHandle);
/frameworks/native/libs/utils/
H A DRefBase.cpp487 if (!impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id)) {
498 // someone else, the implementor of onIncStrongAttempted() is holding
619 bool RefBase::onIncStrongAttempted(uint32_t flags, const void* id) function in class:android::RefBase
/frameworks/native/include/utils/
H A DRefBase.h140 //! Flags for onIncStrongAttempted()
147 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
/frameworks/rs/server/
H A DRefBase.h135 //! Flags for onIncStrongAttempted()
142 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);

Completed in 58 milliseconds