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.h238 m_ptr->decStrong(this); in ~sp()
247 if (oldPtr) oldPtr->decStrong(this);
256 if (oldPtr) oldPtr->decStrong(this);
270 if (oldPtr) oldPtr->decStrong(this);
281 if (oldPtr) oldPtr->decStrong(this);
290 if (m_ptr) m_ptr->decStrong(this);
301 if (oldPtr) oldPtr->decStrong(this);
317 oldPtr->decStrong(this); in clear()
DLightRefBase.h39 inline void decStrong(__attribute__((unused)) const void* id) const { in decStrong() function
DRefBase.h247 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.cpp521 obj->decStrong(mProcess.get()); in processPendingDerefs()
544 obj->decStrong(mProcess.get()); in processPostWriteDerefs()
1208 reinterpret_cast<BHwBinder*>(tr.cookie)->decStrong(this); in executeCommand()
DParcel.cpp137 reinterpret_cast<IBinder*>(obj.cookie)->decStrong(who); in release_object()
148 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.cpp88 self->decStrong((void*)threadDestructor); in threadDestructor()
102 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()