Home
last modified time | relevance | path

Searched refs:incStrong (Results 1 – 5 of 5) 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/system/
Dwindow.h93 void incStrong(const void* id) const { in incStrong() function
347 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/libpixelflinger/
Dscanline.cpp421 c->scanline_as->incStrong(c); // hold on to assembly in pick_scanline()