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

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

Completed in 50 milliseconds