Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h100 if (other) other->incStrong(this); in sp()
107 if (m_ptr) m_ptr->incStrong(this); in sp()
113 if (other) other->incStrong(this); in sp()
120 if (m_ptr) m_ptr->incStrong(this); in sp()
131 if (other.m_ptr) other.m_ptr->incStrong(this);
140 if (other) other->incStrong(this);
149 if (other.m_ptr) other.m_ptr->incStrong(this);
158 if (other) other->incStrong(this);
/system/core/include/utils/
DStrongPointer.h120 other->incStrong(this); in sp()
127 m_ptr->incStrong(this); in sp()
140 ((T*) other)->incStrong(this); in sp()
147 m_ptr->incStrong(this); in sp()
166 otherPtr->incStrong(this);
185 other->incStrong(this);
196 otherPtr->incStrong(this);
215 ((T*) other)->incStrong(this);
DRefBase.h72 void incStrong(const void* id) const;
178 inline void incStrong(__attribute__((unused)) const void* id) const { in incStrong() function
/system/core/include/system/
Dwindow.h100 void incStrong(const void* /*id*/) const { in incStrong() function
404 void incStrong(const void* /*id*/) const { in incStrong() function
/system/core/libpixelflinger/codeflinger/
DCodeCache.h67 void incStrong(const void* id) const;
DCodeCache.cpp118 void Assembly::incStrong(const void*) const in incStrong() function in android::Assembly
/system/core/libutils/
DRefBase.cpp383 void RefBase::incStrong(const void* id) const in incStrong() function in android::RefBase
DLooper.cpp108 looper->incStrong((void*)threadDestructor); in setForThread()
/system/core/libpixelflinger/
Dscanline.cpp444 c->scanline_as->incStrong(c); // hold on to assembly in pick_scanline()