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.h144 other->incStrong(this); in sp()
151 m_ptr->incStrong(this); in sp()
163 (static_cast<T*>(other))->incStrong(this); in sp()
170 m_ptr->incStrong(this); in sp()
190 if (otherPtr) otherPtr->incStrong(this);
210 if (other) other->incStrong(this);
221 if (otherPtr) otherPtr->incStrong(this);
241 if (other) (static_cast<T*>(other))->incStrong(this);
DLightRefBase.h36 inline void incStrong(__attribute__((unused)) const void* id) const { in incStrong() function
DRefBase.h249 void incStrong(const void* id) const;
/system/core/libpixelflinger/codeflinger/
DCodeCache.h68 void incStrong(const void* id) const;
DCodeCache.cpp120 void Assembly::incStrong(const void*) const in incStrong() function in android::Assembly
/system/libhwbinder/
DBinder.cpp223 mRemote->incStrong(this); // Removed on first IncStrong(). in BpHwRefBase()
DBufferedTextOutput.cpp154 if (mGlobalState) mGlobalState->incStrong(this); in BufferedTextOutput()
DIPCThreadState.cpp698 proxy->incStrong(mProcess.get()); in incStrongHandle()
1070 obj->incStrong(mProcess.get()); in executeCommand()
DParcel.cpp97 reinterpret_cast<IBinder*>(obj.cookie)->incStrong(who); in acquire_binder_object()
108 b->incStrong(who); in acquire_binder_object()
/system/core/libutils/
DRefBase.cpp411 void RefBase::incStrong(const void* id) const in incStrong() function in android::RefBase
DLooper.cpp94 looper->incStrong((void*)threadDestructor); in setForThread()
/system/core/libpixelflinger/
Dscanline.cpp439 c->scanline_as->incStrong(c); // hold on to assembly in pick_scanline()