HomeSort by relevance Sort by last modified time
    Searched defs:decStrong (Results 1 - 6 of 6) sorted by null

  /frameworks/native/opengl/libagl/
BufferObjectManager.h 59 inline void decStrong(const void* id) const;
75 void EGLBufferObjectManager::decStrong(const void* id) const {
  /frameworks/native/include/ui/
ANativeObjectBase.h 65 void decStrong(const void* id) const {
66 REF::decStrong(id);
93 self->decStrong(self);
  /frameworks/native/include/utils/
RefBase.h 73 void decStrong(const void* id) const;
181 inline void decStrong(__attribute__((unused)) const void* id) const {
  /frameworks/rs/server/
RefBase.h 68 void decStrong(const void* id) const;
170 inline void decStrong(__attribute__((unused)) const void* id) const {
  /frameworks/native/libs/utils/
RefBase.cpp 338 void RefBase::decStrong(const void* id) const
344 ALOGD("decStrong of %p from %p: cnt=%d\n", this, id, c);
346 ALOG_ASSERT(c >= 1, "decStrong() called on %p too many times", refs);
473 // situation (e.g.: another thread has inc/decStrong'ed us)
  /system/core/include/system/
window.h 96 void decStrong(const void* id) const {
350 void decStrong(const void* id) const {

Completed in 257 milliseconds