Searched defs:onIncStrongAttempted (Results 1 - 3 of 3) sorted by relevance

/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.cpp462 || impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id);
469 && impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id);
478 // someone else, the implementor of onIncStrongAttempted() is holding
587 bool RefBase::onIncStrongAttempted(uint32_t flags, const void* id) function in class:android::RefBase

Completed in 53 milliseconds