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

/system/core/include/utils/
H A DLightRefBase.h39 inline void decStrong(__attribute__((unused)) const void* id) const { function in class:android::LightRefBase
/system/core/libutils/include/utils/
H A DLightRefBase.h39 inline void decStrong(__attribute__((unused)) const void* id) const { function in class:android::LightRefBase
/system/core/libutils/
H A DRefBase.cpp83 // decStrong.
414 // A decStrong() must still happen after us.
419 void RefBase::decStrong(const void* id) const function in class:android::RefBase
425 ALOGD("decStrong of %p from %p: cnt=%d\n", this, id, c);
427 LOG_ALWAYS_FATAL_IF(BAD_STRONG(c), "decStrong() called on %p too many times",
582 // situation (e.g.: another thread has inc/decStrong'ed us)

Completed in 458 milliseconds