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

  /frameworks/base/libs/binder/
Binder.cpp 251 return mRemote ? mRefs->attemptIncStrong(this) : false;
IPCThreadState.cpp 944 const bool success = refs->attemptIncStrong(mProcess.get());
    [all...]
  /frameworks/base/include/utils/
RefBase.h 81 bool attemptIncStrong(const void* id);
436 : m_ptr((p && refs->attemptIncStrong(this)) ? p : 0)
  /frameworks/base/libs/utils/
RefBase.cpp 410 bool RefBase::weakref_type::attemptIncStrong(const void* id)
417 LOG_ASSERT(curCount >= 0, "attemptIncStrong called on %p after underflow",
463 LOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount);

Completed in 237 milliseconds