Searched refs:decStrong (Results 1 – 9 of 9) sorted by relevance
223 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()
39 inline void decStrong(__attribute__((unused)) const void* id) const { in decStrong() function
247 void decStrong(const void* id) const;
231 mRemote->decStrong(this); in ~BpHwRefBase()244 mRemote->decStrong(this); in onLastStrongRef()
159 if (mGlobalState) mGlobalState->decStrong(this); in ~BufferedTextOutput()
521 obj->decStrong(mProcess.get()); in processPendingDerefs()544 obj->decStrong(mProcess.get()); in processPostWriteDerefs()1208 reinterpret_cast<BHwBinder*>(tr.cookie)->decStrong(this); in executeCommand()
136 reinterpret_cast<IBinder*>(obj.cookie)->decStrong(who); in release_object()147 b->decStrong(who); in release_object()
88 self->decStrong((void*)threadDestructor); in threadDestructor()102 old->decStrong((void*)threadDestructor); in setForThread()
432 void RefBase::decStrong(const void* id) const in decStrong() function in android::RefBase