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.h156 m_ptr->decStrong(this); in ~sp()
165 if (oldPtr) oldPtr->decStrong(this);
174 if (oldPtr) oldPtr->decStrong(this);
185 if (oldPtr) oldPtr->decStrong(this);
196 if (oldPtr) oldPtr->decStrong(this);
205 if (m_ptr) m_ptr->decStrong(this);
216 if (oldPtr) oldPtr->decStrong(this);
231 m_ptr->decStrong(this); in clear()
DLightRefBase.h39 inline void decStrong(__attribute__((unused)) const void* id) const { in decStrong() function
DRefBase.h241 void decStrong(const void* id) const;
/system/libhwbinder/
DBinder.cpp234 mRemote->decStrong(this); in ~BpHwRefBase()
248 mRemote->decStrong(this); in onLastStrongRef()
DBufferedTextOutput.cpp158 if (mGlobalState) mGlobalState->decStrong(this); in ~BufferedTextOutput()
DIPCThreadState.cpp489 obj->decStrong(mProcess.get()); in processPendingDerefs()
1108 reinterpret_cast<BHwBinder*>(tr.cookie)->decStrong(this); in executeCommand()
DParcel.cpp151 reinterpret_cast<IBinder*>(obj.cookie)->decStrong(who); in release_object()
162 b->decStrong(who); in release_object()
/system/core/libpixelflinger/codeflinger/
DCodeCache.h69 void decStrong(const void* id) const;
DCodeCache.cpp121 void Assembly::decStrong(const void*) const in decStrong() function in android::Assembly
/system/core/libutils/
DLooper.cpp91 self->decStrong((void*)threadDestructor); in threadDestructor()
105 old->decStrong((void*)threadDestructor); in setForThread()
DRefBase.cpp420 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()