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

  /frameworks/native/libs/binder/
ProcessState.cpp 196 if (b == NULL || !e->refs->attemptIncWeak(this)) {
251 // attemptIncWeak() is safe because we know the BpBinder destructor will always
257 if (b == NULL || !e->refs->attemptIncWeak(this)) {
278 // (if someone failed the AttemptIncWeak() above); we don't want
  /frameworks/rs/cpp/util/
RefBase.h 90 bool attemptIncWeak(const void* id);
  /frameworks/rs/server/
RefBase.h 89 bool attemptIncWeak(const void* id);
  /system/core/include/utils/
RefBase.h 94 bool attemptIncWeak(const void* id);
  /system/core/libutils/
RefBase.cpp 532 bool RefBase::weakref_type::attemptIncWeak(const void* id)
537 ALOG_ASSERT(curCount >= 0, "attemptIncWeak called on %p after underflow",

Completed in 79 milliseconds