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

  /frameworks/native/include/binder/
Binder.h 85 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
BpBinder.h 97 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
  /frameworks/native/libs/binder/
Binder.cpp 256 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);
  /frameworks/native/libs/utils/
RefBase.cpp 487 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)
  /frameworks/native/include/utils/
RefBase.h 140 //! Flags for onIncStrongAttempted()
147 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
  /frameworks/rs/server/
RefBase.h 135 //! Flags for onIncStrongAttempted()
142 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);

Completed in 899 milliseconds