Searched refs:attemptIncWeak (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
H A DProcessState.cpp196 if (b == NULL || !e->refs->attemptIncWeak(this)) {
224 // attemptIncWeak() is safe because we know the BpBinder destructor will always
230 if (b == NULL || !e->refs->attemptIncWeak(this)) {
/frameworks/native/libs/utils/
H A DRefBase.cpp501 bool RefBase::weakref_type::attemptIncWeak(const void* id) function in class:android::RefBase::weakref_type
506 ALOG_ASSERT(curCount >= 0, "attemptIncWeak called on %p after underflow",
/frameworks/native/include/utils/
H A DRefBase.h90 bool attemptIncWeak(const void* id);

Completed in 189 milliseconds