HomeSort by relevance Sort by last modified time
    Searched refs:attemptIncWeak (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/binder/
ProcessState.cpp 195 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)) {
250 // (if someone failed the AttemptIncWeak() above); we don't want
  /frameworks/base/include/utils/
RefBase.h 89 bool attemptIncWeak(const void* id);
  /frameworks/base/libs/utils/
RefBase.cpp 501 bool RefBase::weakref_type::attemptIncWeak(const void* id)
506 LOG_ASSERT(curCount >= 0, "attemptIncWeak called on %p after underflow",

Completed in 32 milliseconds