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

  /frameworks/native/libs/binder/include/binder/
Binder.h 87 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
BpBinder.h 111 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
  /system/libhwbinder/include/hwbinder/
Binder.h 89 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
BpHwBinder.h 94 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
  /system/libhwbinder/
Binder.cpp 214 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);
  /system/core/libutils/
RefBase.cpp 596 if (!impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id)) {
605 // someone else, the implementor of onIncStrongAttempted() is holding
733 bool RefBase::onIncStrongAttempted(uint32_t flags, const void* /*id*/)
  /frameworks/native/libs/binder/
Binder.cpp 308 bool BpRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/)
BpBinder.cpp 425 bool BpBinder::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/)
427 ALOGV("onIncStrongAttempted BpBinder %p handle %d\n", this, mHandle);
  /frameworks/rs/cpp/util/
RefBase.h 136 //! Flags for onIncStrongAttempted()
143 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
  /system/core/libutils/include/utils/
RefBase.h 308 //! Flags for onIncStrongAttempted()
316 // the effect of an unnecessary onIncStrongAttempted.
322 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);

Completed in 148 milliseconds