Searched refs:incStrong (Results 1 - 6 of 6) sorted by relevance

/system/core/libpixelflinger/tinyutils/
H A Dsmartpointer.h91 if (other) other->incStrong(this);
98 if (m_ptr) m_ptr->incStrong(this);
104 if (other) other->incStrong(this);
111 if (m_ptr) m_ptr->incStrong(this);
122 if (other.m_ptr) other.m_ptr->incStrong(this);
131 if (other) other->incStrong(this);
140 if (other.m_ptr) other.m_ptr->incStrong(this);
149 if (other) other->incStrong(this);
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h66 void incStrong(const void* id) const;
H A DCodeCache.cpp54 void Assembly::incStrong(const void*) const function in class:android::Assembly
/system/core/include/system/
H A Dwindow.h80 void incStrong(const void* id) const { function in struct:ANativeWindowBuffer
308 void incStrong(const void* id) const { function in struct:ANativeWindow
/system/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp302 window->incStrong((void*)ANativeWindow_acquire);
/system/core/libpixelflinger/
H A Dscanline.cpp400 c->scanline_as->incStrong(c); // hold on to assembly

Completed in 117 milliseconds