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

/system/core/libpixelflinger/codeflinger/tinyutils/
H A Dsmartpointer.h100 if (other) other->incStrong(this);
107 if (m_ptr) m_ptr->incStrong(this);
113 if (other) other->incStrong(this);
120 if (m_ptr) m_ptr->incStrong(this);
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/
H A DStrongPointer.h116 other->incStrong(this);
123 m_ptr->incStrong(this);
130 ((T*) other)->incStrong(this);
137 m_ptr->incStrong(this);
150 otherPtr->incStrong(this);
160 other->incStrong(this);
171 otherPtr->incStrong(this);
181 ((T*) other)->incStrong(this);
H A DRefBase.h72 void incStrong(const void* id) const;
178 inline void incStrong(__attribute__((unused)) const void* id) const { function in class:android::LightRefBase
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h67 void incStrong(const void* id) const;
H A DCodeCache.cpp118 void Assembly::incStrong(const void*) const
/system/core/include/system/
H A Dwindow.h93 void incStrong(const void* id) const { function in struct:ANativeWindowBuffer
356 void incStrong(const void* id) const { function in struct:ANativeWindow
/system/core/libutils/
H A DLooper.cpp124 looper->incStrong((void*)threadDestructor);
H A DRefBase.cpp318 void RefBase::incStrong(const void* id) const function in class:android::RefBase
325 ALOG_ASSERT(c > 0, "incStrong() called on %p after last strong ref", refs);
327 ALOGD("incStrong of %p from %p: cnt=%d\n", this, id, c);
/system/core/libpixelflinger/
H A Dscanline.cpp421 c->scanline_as->incStrong(c); // hold on to assembly

Completed in 4776 milliseconds