Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DRefBase.h260 void decWeak(const void* id);
529 if (m_ptr) m_refs->decWeak(this); in ~wp()
537 if (m_ptr) m_refs->decWeak(this);
549 if (m_ptr) m_refs->decWeak(this);
561 if (m_ptr) m_refs->decWeak(this);
572 if (m_ptr) m_refs->decWeak(this);
584 if (m_ptr) m_refs->decWeak(this);
596 if (m_ptr) m_refs->decWeak(this);
606 if (m_ptr) m_refs->decWeak(this); in set_object_and_refs()
625 m_refs->decWeak(this); in clear()
/system/core/libutils/
DRefBase.cpp462 refs->decWeak(id); in decStrong()
511 void RefBase::weakref_type::decWeak(const void* id) in decWeak() function in android::RefBase::weakref_type
582 decWeak(id); in attemptIncStrong()
602 decWeak(id); in attemptIncStrong()
611 decWeak(id); in attemptIncStrong()
/system/libhwbinder/
DProcessState.cpp293 e->refs->decWeak(this); in getStrongProxyForHandle()
324 e->refs->decWeak(this); in getWeakProxyForHandle()
DIPCThreadState.cpp511 refs->decWeak(mProcess.get()); in processPendingDerefs()
538 refs->decWeak(mProcess.get()); in processPostWriteDerefs()
1263 proxy->getWeakRefs()->decWeak(proxy); in executeCommand()
DParcel.cpp141 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who); in release_object()
153 if (b != nullptr) b.get_refs()->decWeak(who); in release_object()