Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DStrongPointer.h223 m_ptr->decStrong(this); in ~sp()
232 if (oldPtr) oldPtr->decStrong(this);
241 if (oldPtr) oldPtr->decStrong(this);
255 if (oldPtr) oldPtr->decStrong(this);
266 if (oldPtr) oldPtr->decStrong(this);
275 if (m_ptr) m_ptr->decStrong(this);
286 if (oldPtr) oldPtr->decStrong(this);
302 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.cpp136 reinterpret_cast<IBinder*>(obj.cookie)->decStrong(who); in release_object()
147 b->decStrong(who); in release_object()
/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