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

  /frameworks/rs/cpp/util/
RefBase.h 85 bool attemptIncStrong(const void* id);
433 if (m_ptr && m_refs->attemptIncStrong(&result)) {
  /system/core/libutils/include/utils/
RefBase.h 151 // Wp::promote(), implemented via the attemptIncStrong() member function, is
154 // a wp<>. Binder code also sometimes uses attemptIncStrong() directly.
257 bool attemptIncStrong(const void* id);
587 if (m_ptr && m_refs->attemptIncStrong(&result)) {
  /frameworks/native/libs/binder/
Binder.cpp 310 return mRemote ? mRefs->attemptIncStrong(this) : false;
IPCThreadState.cpp 1067 const bool success = refs->attemptIncStrong(mProcess.get());
    [all...]
  /system/core/libutils/
RefBase.cpp 59 // attemptIncStrong call that might rely on it. We do not worry about
62 // AttemptIncStrong will succeed if the object has a strong reference, or if it
65 // reference, and thus may fail when attemptIncStrong would succeed.
537 bool RefBase::weakref_type::attemptIncStrong(const void* id)
545 "attemptIncStrong called on %p after underflow", this);
618 ALOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount);
624 // were here in attemptIncStrong().
  /system/libhwbinder/
IPCThreadState.cpp     [all...]

Completed in 210 milliseconds