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

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

Completed in 75 milliseconds