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

/system/core/include/utils/
H A DRefBase.h73 void decStrong(const void* id) const;
181 inline void decStrong(__attribute__((unused)) const void* id) const { function in class:android::LightRefBase
/system/core/libutils/
H A DRefBase.cpp337 void RefBase::decStrong(const void* id) const function in class:android::RefBase
343 ALOGD("decStrong of %p from %p: cnt=%d\n", this, id, c);
345 ALOG_ASSERT(c >= 1, "decStrong() called on %p too many times", refs);
472 // situation (e.g.: another thread has inc/decStrong'ed us)
/system/core/include/system/
H A Dwindow.h96 void decStrong(const void* id) const { function in struct:ANativeWindowBuffer
359 void decStrong(const void* id) const { function in struct:ANativeWindow

Completed in 33 milliseconds