Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DRefBase.h300 void decWeak(const void* id);
569 if (m_ptr) m_refs->decWeak(this);
579 if (m_ptr) m_refs->decWeak(this);
622 if (m_ptr) m_refs->decWeak(this); in ~wp()
631 if (m_ptr) m_refs->decWeak(this);
643 if (m_ptr) m_refs->decWeak(this);
655 if (m_ptr) m_refs->decWeak(this);
667 if (m_ptr) m_refs->decWeak(this);
677 if (m_ptr) m_refs->decWeak(this); in set_object_and_refs()
696 m_refs->decWeak(this); in clear()
/system/core/libutils/
DRefBase_fuzz.cpp77 weakRefs->decWeak(nullptr); in __anondcbc87e00202()
161 weakRefs->decWeak(nullptr); in loop()
DRefBase.cpp490 refs->decWeak(id); in decStrong()
547 void RefBase::weakref_type::decWeak(const void* id) in decWeak() function in android::RefBase::weakref_type
618 decWeak(id); in attemptIncStrong()
638 decWeak(id); in attemptIncStrong()
647 decWeak(id); in attemptIncStrong()
/system/libhwbinder/
DProcessState.cpp242 e->refs->decWeak(this); in getStrongProxyForHandle()
273 e->refs->decWeak(this); in getWeakProxyForHandle()
DIPCThreadState.cpp500 refs->decWeak(mProcess.get()); in processPendingDerefs()
527 refs->decWeak(mProcess.get()); in processPostWriteDerefs()
1259 proxy->getWeakRefs()->decWeak(proxy); in executeCommand()
DParcel.cpp142 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who); in release_object()
154 if (b != nullptr) b.get_refs()->decWeak(who); in release_object()