Home
last modified time | relevance | path

Searched refs:decWeak (Results 1 – 6 of 6) sorted by relevance

/system/core/libutils/include/utils/
DRefBase.h254 void decWeak(const void* id);
501 if (m_ptr) m_refs->decWeak(this); in ~wp()
509 if (m_ptr) m_refs->decWeak(this);
521 if (m_ptr) m_refs->decWeak(this);
533 if (m_ptr) m_refs->decWeak(this);
544 if (m_ptr) m_refs->decWeak(this);
556 if (m_ptr) m_refs->decWeak(this);
568 if (m_ptr) m_refs->decWeak(this);
578 if (m_ptr) m_refs->decWeak(this); in set_object_and_refs()
597 m_refs->decWeak(this); in clear()
/system/core/libutils/
DRefBase.cpp445 refs->decWeak(id); in decStrong()
494 void RefBase::weakref_type::decWeak(const void* id) in decWeak() function in android::RefBase::weakref_type
565 decWeak(id); in attemptIncStrong()
585 decWeak(id); in attemptIncStrong()
594 decWeak(id); in attemptIncStrong()
/system/libhwbinder/
DProcessState.cpp247 e->refs->decWeak(this); in getStrongProxyForHandle()
278 e->refs->decWeak(this); in getWeakProxyForHandle()
DBinder.cpp236 mRefs->decWeak(this); in ~BpHwRefBase()
DIPCThreadState.cpp480 refs->decWeak(mProcess.get()); in processPendingDerefs()
1162 proxy->getWeakRefs()->decWeak(proxy); in executeCommand()
DParcel.cpp156 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who); in release_object()
168 if (b != NULL) b.get_refs()->decWeak(who); in release_object()