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

/system/core/include/utils/
H A DRefBase.h89 bool attemptIncStrong(const void* id);
444 if (m_ptr && m_refs->attemptIncStrong(&result)) {
/system/core/libutils/
H A DRefBase.cpp428 bool RefBase::weakref_type::attemptIncStrong(const void* id) function in class:android::RefBase::weakref_type
436 "attemptIncStrong called on %p after underflow", this);
509 ALOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount);
514 // were here in attemptIncStrong().
518 "attemptIncStrong in %p underflowed to INITIAL_STRONG_VALUE",

Completed in 74 milliseconds