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

  /frameworks/native/libs/binder/
ProcessState.cpp 196 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)) {
251 // (if someone failed the AttemptIncWeak() above); we don't want
  /frameworks/native/include/utils/
RefBase.h 94 bool attemptIncWeak(const void* id);
  /frameworks/native/libs/utils/
RefBase.cpp 533 bool RefBase::weakref_type::attemptIncWeak(const void* id)
538 ALOG_ASSERT(curCount >= 0, "attemptIncWeak called on %p after underflow",
  /frameworks/rs/server/
RefBase.h 89 bool attemptIncWeak(const void* id);

Completed in 194 milliseconds