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

/frameworks/base/libs/utils/
H A DRefBase.cpp386 bool RefBase::weakref_type::attemptIncStrong(const void* id) function in class:android::RefBase::weakref_type
393 LOG_ASSERT(curCount >= 0, "attemptIncStrong called on %p after underflow",
439 LOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount);

Completed in 47 milliseconds