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

/frameworks/native/libs/utils/
H A DRefBase.cpp438 bool RefBase::weakref_type::attemptIncStrong(const void* id) function in class:android::RefBase::weakref_type
445 ALOG_ASSERT(curCount >= 0, "attemptIncStrong called on %p after underflow",
490 ALOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount);

Completed in 5 milliseconds