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 257 if (b == NULL || !e->refs->attemptIncWeak(this)) {
312 // attemptIncWeak() is safe because we know the BpBinder destructor will always
318 if (b == NULL || !e->refs->attemptIncWeak(this)) {
339 // (if someone failed the AttemptIncWeak() above); we don't want
  /system/libhwbinder/
ProcessState.cpp 241 if (b == NULL || !e->refs->attemptIncWeak(this)) {
269 // attemptIncWeak() is safe because we know the BpHwBinder destructor will always
275 if (b == NULL || !e->refs->attemptIncWeak(this)) {
296 // (if someone failed the AttemptIncWeak() above); we don't want
  /frameworks/rs/cpp/util/
RefBase.h 90 bool attemptIncWeak(const void* id);
  /system/core/libutils/
RefBase.cpp 64 // AttemptIncWeak really does succeed only if there is already a WEAK
636 bool RefBase::weakref_type::attemptIncWeak(const void* id)
641 ALOG_ASSERT(curCount >= 0, "attemptIncWeak called on %p after underflow",
  /system/core/libutils/include/utils/
RefBase.h 262 bool attemptIncWeak(const void* id);

Completed in 232 milliseconds