Home
last modified time | relevance | path

Searched refs:decStrong (Results 1 – 13 of 13) sorted by relevance

/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h126 if (m_ptr) m_ptr->decStrong(this); in ~sp()
132 if (m_ptr) m_ptr->decStrong(this);
141 if (m_ptr) m_ptr->decStrong(this);
150 if (m_ptr) m_ptr->decStrong(this);
159 if (m_ptr) m_ptr->decStrong(this);
168 m_ptr->decStrong(this); in clear()
/system/core/libutils/include/utils/
DStrongPointer.h182 m_ptr->decStrong(this); in ~sp()
191 if (oldPtr) oldPtr->decStrong(this);
200 if (oldPtr) oldPtr->decStrong(this);
211 if (oldPtr) oldPtr->decStrong(this);
222 if (oldPtr) oldPtr->decStrong(this);
231 if (m_ptr) m_ptr->decStrong(this);
242 if (oldPtr) oldPtr->decStrong(this);
258 oldPtr->decStrong(this); in clear()
DLightRefBase.h39 inline void decStrong(__attribute__((unused)) const void* id) const { in decStrong() function
DRefBase.h250 void decStrong(const void* id) const;
/system/libhwbinder/
DBinder.cpp231 mRemote->decStrong(this); in ~BpHwRefBase()
244 mRemote->decStrong(this); in onLastStrongRef()
DBufferedTextOutput.cpp159 if (mGlobalState) mGlobalState->decStrong(this); in ~BufferedTextOutput()
DIPCThreadState.cpp523 obj->decStrong(mProcess.get()); in processPendingDerefs()
546 obj->decStrong(mProcess.get()); in processPostWriteDerefs()
1206 reinterpret_cast<BHwBinder*>(tr.cookie)->decStrong(this); in executeCommand()
DParcel.cpp143 reinterpret_cast<IBinder*>(obj.cookie)->decStrong(who); in release_object()
154 b->decStrong(who); in release_object()
/system/core/libpixelflinger/codeflinger/
DCodeCache.h69 void decStrong(const void* id) const;
DCodeCache.cpp125 void Assembly::decStrong(const void*) const in decStrong() function in android::Assembly
/system/core/libutils/
DLooper.cpp86 self->decStrong((void*)threadDestructor); in threadDestructor()
100 old->decStrong((void*)threadDestructor); in setForThread()
DRefBase.cpp432 void RefBase::decStrong(const void* id) const in decStrong() function in android::RefBase
/system/core/libpixelflinger/
Dscanline.cpp321 c->scanline_as->decStrong(c); in ggl_uninit_scanline()
434 c->scanline_as->decStrong(c); in pick_scanline()