Searched defs:decWeak (Results 1 - 1 of 1) sorted by relevance

/system/core/libutils/
H A DRefBase.cpp77 // In the OBJECT_LIFETIME_STRONG case, it is normally deallocated in decWeak,
85 // the RefBase destructor, which is always invoked by decWeak. DecStrong
441 // and all accesses to refs happen before its deletion in the final decWeak.
446 // they can change between `delete this;` and `refs->decWeak(id);`. This is
449 refs->decWeak(id);
498 void RefBase::weakref_type::decWeak(const void* id) function in class:android::RefBase::weakref_type
503 LOG_ALWAYS_FATAL_IF(BAD_WEAK(c), "decWeak called on %p too many times",
569 decWeak(id);
589 decWeak(id);
598 decWeak(i
[all...]

Completed in 258 milliseconds