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.h143 m_ptr->decStrong(this);
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);
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.h102 void decStrong(const void* /*id*/) const { function in struct:ANativeWindowBuffer
403 void decStrong(const void* /*id*/) const { function in struct:ANativeWindow
/system/core/libutils/
H A DLooper.cpp97 self->decStrong((void*)threadDestructor);
111 old->decStrong((void*)threadDestructor);
H A DRefBase.cpp341 void RefBase::decStrong(const void* id) const function in class:android::RefBase
347 ALOGD("decStrong of %p from %p: cnt=%d\n", this, id, c);
349 ALOG_ASSERT(c >= 1, "decStrong() called on %p too many times", refs);
476 // situation (e.g.: another thread has inc/decStrong'ed us)
/system/core/libpixelflinger/
H A Dscanline.cpp321 c->scanline_as->decStrong(c);
432 c->scanline_as->decStrong(c);

Completed in 3087 milliseconds