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

/system/core/include/utils/
H A DLightRefBase.h36 inline void incStrong(__attribute__((unused)) const void* id) const { function in class:android::LightRefBase
/system/core/libutils/include/utils/
H A DLightRefBase.h36 inline void incStrong(__attribute__((unused)) const void* id) const { function in class:android::LightRefBase
/system/core/libutils/
H A DRefBase.cpp398 void RefBase::incStrong(const void* id) const function in class:android::RefBase
405 ALOG_ASSERT(c > 0, "incStrong() called on %p after last strong ref", refs);
407 ALOGD("incStrong of %p from %p: cnt=%d\n", this, id, c);
626 // this in the middle of another incStrong. The subtraction is handled

Completed in 666 milliseconds