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

/system/core/libutils/
H A DRefBase.cpp59 // attemptIncStrong call that might rely on it. We do not worry about
65 // reference, and thus may fail when attemptIncStrong would succeed.
537 bool RefBase::weakref_type::attemptIncStrong(const void* id) function in class:android::RefBase::weakref_type
545 "attemptIncStrong called on %p after underflow", this);
618 ALOGD("attemptIncStrong of %p from %p: cnt=%d\n", this, id, curCount);
624 // were here in attemptIncStrong().

Completed in 132 milliseconds