Searched refs:attemptIncStrong (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/binder/
H A DBinder.cpp258 return mRemote ? mRefs->attemptIncStrong(this) : false;
H A DIPCThreadState.cpp969 const bool success = refs->attemptIncStrong(mProcess.get());
/frameworks/native/include/utils/
H A DRefBase.h89 bool attemptIncStrong(const void* id);
444 if (m_ptr && m_refs->attemptIncStrong(&result)) {
/frameworks/rs/server/
H A DRefBase.h84 bool attemptIncStrong(const void* id);
432 if (m_ptr && m_refs->attemptIncStrong(&result)) {
/frameworks/native/libs/utils/
H A DRefBase.cpp429 bool RefBase::weakref_type::attemptIncStrong(const void* id) function in class:android::RefBase::weakref_type
437 "attemptIncStrong called on %p after underflow", this);
510 ALOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount);
515 // were here in attemptIncStrong().
519 "attemptIncStrong in %p underflowed to INITIAL_STRONG_VALUE",

Completed in 111 milliseconds