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.h120 other->incStrong(this);
127 m_ptr->incStrong(this);
140 ((T*) other)->incStrong(this);
147 m_ptr->incStrong(this);
166 otherPtr->incStrong(this);
185 other->incStrong(this);
196 otherPtr->incStrong(this);
215 ((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.h100 void incStrong(const void* /*id*/) const { function in struct:ANativeWindowBuffer
404 void incStrong(const void* /*id*/) const { function in struct:ANativeWindow
/system/core/libutils/
H A DRefBase.cpp383 void RefBase::incStrong(const void* id) const function in class:android::RefBase
390 ALOG_ASSERT(c > 0, "incStrong() called on %p after last strong ref", refs);
392 ALOGD("incStrong of %p from %p: cnt=%d\n", this, id, c);
601 // this in the middle of another incStrong. The subtraction is handled
H A DLooper.cpp108 looper->incStrong((void*)threadDestructor);
/system/core/libpixelflinger/
H A Dscanline.cpp444 c->scanline_as->incStrong(c); // hold on to assembly

Completed in 189 milliseconds