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

  /system/libhwbinder/
Binder.cpp 218 bool BpHwRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/)
BpHwBinder.cpp 301 bool BpHwBinder::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/)
303 ALOGV("onIncStrongAttempted BpHwBinder %p handle %d\n", this, mHandle);
  /frameworks/native/libs/binder/
Binder.cpp 306 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 592 if (!impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id)) {
601 // someone else, the implementor of onIncStrongAttempted() is holding
729 bool RefBase::onIncStrongAttempted(uint32_t flags, const void* /*id*/)

Completed in 206 milliseconds