Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DStrongPointer.h264 if (oldPtr) oldPtr->decStrong(this);
305 m_ptr->decStrong(this); in ~sp()
314 if (oldPtr) oldPtr->decStrong(this);
323 if (oldPtr) oldPtr->decStrong(this);
335 if (oldPtr) oldPtr->decStrong(this);
344 if (m_ptr) m_ptr->decStrong(this);
356 if (oldPtr) oldPtr->decStrong(this);
373 oldPtr->decStrong(this); in clear()
DLightRefBase.h46 inline void decStrong(__attribute__((unused)) const void* id) const { in decStrong() function
DRefBase.h286 void decStrong(const void* id) const;
/system/libhwbinder/
DBinder.cpp250 mRemote->decStrong(this); in ~BpHwRefBase()
263 mRemote->decStrong(this); in onLastStrongRef()
DBufferedTextOutput.cpp142 if (mGlobalState) mGlobalState->decStrong(this); in ~BufferedTextOutput()
DIPCThreadState.cpp510 obj->decStrong(mProcess.get()); in processPendingDerefs()
533 obj->decStrong(mProcess.get()); in processPostWriteDerefs()
1204 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/libutils/
DRefBase_fuzz.cpp70 ref->decStrong(nullptr); in __anondcbc87e00102()
166 ref->decStrong(nullptr); in loop()
DLooper.cpp88 self->decStrong((void*)threadDestructor); in threadDestructor()
102 old->decStrong((void*)threadDestructor); in setForThread()
DRefBase.cpp460 void RefBase::decStrong(const void* id) const in decStrong() function in android::RefBase