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 960 const bool success = refs->attemptIncStrong(mProcess.get());
    [all...]
  /frameworks/base/include/utils/
RefBase.h 84 bool attemptIncStrong(const void* id);
432 if (m_ptr && m_refs->attemptIncStrong(&result)) {
  /frameworks/base/libs/utils/
RefBase.cpp 438 bool RefBase::weakref_type::attemptIncStrong(const void* id)
445 LOG_ASSERT(curCount >= 0, "attemptIncStrong called on %p after underflow",
490 LOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount);

Completed in 52 milliseconds