Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h126 if (m_ptr) m_ptr->decStrong(this); in ~sp()
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); in clear()
/system/core/include/utils/
DStrongPointer.h143 m_ptr->decStrong(this); in ~sp()
152 m_ptr->decStrong(this);
162 m_ptr->decStrong(this);
173 m_ptr->decStrong(this);
183 m_ptr->decStrong(this);
197 m_ptr->decStrong(this); in clear()
DRefBase.h73 void decStrong(const void* id) const;
181 inline void decStrong(__attribute__((unused)) const void* id) const { in decStrong() function
/system/core/include/system/
Dwindow.h102 void decStrong(const void* /*id*/) const { in decStrong() function
403 void decStrong(const void* /*id*/) const { in decStrong() function
/system/core/libpixelflinger/codeflinger/
DCodeCache.h68 void decStrong(const void* id) const;
DCodeCache.cpp123 void Assembly::decStrong(const void*) const in decStrong() function in android::Assembly
/system/core/libutils/
DLooper.cpp97 self->decStrong((void*)threadDestructor); in threadDestructor()
111 old->decStrong((void*)threadDestructor); in setForThread()
DRefBase.cpp341 void RefBase::decStrong(const void* id) const in decStrong() function in android::RefBase
/system/core/libpixelflinger/
Dscanline.cpp321 c->scanline_as->decStrong(c); in ggl_uninit_scanline()
432 c->scanline_as->decStrong(c); in pick_scanline()