Home
last modified time | relevance | path

Searched refs:incStrong (Results 1 – 13 of 13) 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/libutils/include/utils/
DStrongPointer.h117 other->incStrong(this); in sp()
124 m_ptr->incStrong(this); in sp()
137 (static_cast<T*>(other))->incStrong(this); in sp()
144 m_ptr->incStrong(this); in sp()
164 if (otherPtr) otherPtr->incStrong(this);
184 if (other) other->incStrong(this);
195 if (otherPtr) otherPtr->incStrong(this);
215 if (other) (static_cast<T*>(other))->incStrong(this);
DLightRefBase.h36 inline void incStrong(__attribute__((unused)) const void* id) const { in incStrong() function
DRefBase.h240 void incStrong(const void* id) const;
/system/core/libpixelflinger/codeflinger/
DCodeCache.h68 void incStrong(const void* id) const;
DCodeCache.cpp116 void Assembly::incStrong(const void*) const in incStrong() function in android::Assembly
/system/libhwbinder/
DBinder.cpp225 mRemote->incStrong(this); // Removed on first IncStrong(). in BpHwRefBase()
DBufferedTextOutput.cpp153 if (mGlobalState) mGlobalState->incStrong(this); in BufferedTextOutput()
DParcel.cpp105 reinterpret_cast<IBinder*>(obj.cookie)->incStrong(who); in acquire_binder_object()
116 b->incStrong(who); in acquire_binder_object()
DIPCThreadState.cpp975 obj->incStrong(mProcess.get()); in executeCommand()
/system/core/libutils/
DRefBase.cpp398 void RefBase::incStrong(const void* id) const in incStrong() function in android::RefBase
DLooper.cpp99 looper->incStrong((void*)threadDestructor); in setForThread()
/system/core/libpixelflinger/
Dscanline.cpp439 c->scanline_as->incStrong(c); // hold on to assembly in pick_scanline()