Searched refs:decStrong (Results 1 - 9 of 9) sorted by relevance

/system/core/libpixelflinger/codeflinger/tinyutils/
H A Dsmartpointer.h126 if (m_ptr) m_ptr->decStrong(this);
132 if (m_ptr) m_ptr->decStrong(this);
141 if (m_ptr) m_ptr->decStrong(this);
150 if (m_ptr) m_ptr->decStrong(this);
159 if (m_ptr) m_ptr->decStrong(this);
168 m_ptr->decStrong(this);
/system/core/include/utils/
H A DStrongPointer.h159 m_ptr->decStrong(this);
168 m_ptr->decStrong(this);
176 m_ptr->decStrong(this);
187 m_ptr->decStrong(this);
198 m_ptr->decStrong(this);
206 m_ptr->decStrong(this);
217 m_ptr->decStrong(this);
231 m_ptr->decStrong(this);
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/libpixelflinger/codeflinger/
H A DCodeCache.h68 void decStrong(const void* id) const;
H A DCodeCache.cpp123 void Assembly::decStrong(const void*) const
/system/core/include/system/
H A Dwindow.h103 void decStrong(const void* /*id*/) const { function in struct:ANativeWindowBuffer
407 void decStrong(const void* /*id*/) const { function in struct:ANativeWindow
/system/core/libutils/
H A DLooper.cpp100 self->decStrong((void*)threadDestructor);
114 old->decStrong((void*)threadDestructor);
H A DRefBase.cpp64 // the last strong reference does (decStrong).
83 // destructor can be invoked either from decStrong, or from decWeak if there
400 // A decStrong() must still happen after us.
405 void RefBase::decStrong(const void* id) const function in class:android::RefBase
411 ALOGD("decStrong of %p from %p: cnt=%d\n", this, id, c);
413 ALOG_ASSERT(c >= 1, "decStrong() called on %p too many times", refs);
556 // situation (e.g.: another thread has inc/decStrong'ed us)
/system/core/libpixelflinger/
H A Dscanline.cpp326 c->scanline_as->decStrong(c);
439 c->scanline_as->decStrong(c);

Completed in 574 milliseconds