HomeSort by relevance Sort by last modified time
    Searched defs:onIncStrongAttempted (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/binder/
Binder.cpp 297 bool BpRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/)
BpBinder.cpp 356 bool BpBinder::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/)
358 ALOGV("onIncStrongAttempted BpBinder %p handle %d\n", this, mHandle);
  /system/core/libutils/
RefBase.cpp 570 if (!impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id)) {
579 // someone else, the implementor of onIncStrongAttempted() is holding
703 bool RefBase::onIncStrongAttempted(uint32_t flags, const void* /*id*/)

Completed in 295 milliseconds