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

/frameworks/native/include/utils/
H A DRefBase.h82 void decWeak(const void* id);
347 if (m_ptr) m_refs->decWeak(this);
355 if (m_ptr) m_refs->decWeak(this);
367 if (m_ptr) m_refs->decWeak(this);
379 if (m_ptr) m_refs->decWeak(this);
390 if (m_ptr) m_refs->decWeak(this);
402 if (m_ptr) m_refs->decWeak(this);
414 if (m_ptr) m_refs->decWeak(this);
424 if (m_ptr) m_refs->decWeak(this);
443 m_refs->decWeak(thi
[all...]
/frameworks/native/libs/utils/
H A DRefBase.cpp362 refs->decWeak(id);
406 void RefBase::weakref_type::decWeak(const void* id) function in class:android::RefBase::weakref_type
411 ALOG_ASSERT(c >= 1, "decWeak called on %p too many times", this);
472 decWeak(id);
/frameworks/native/libs/binder/
H A DBinder.cpp240 mRefs->decWeak(this);
H A DProcessState.cpp206 e->refs->decWeak(this);
237 e->refs->decWeak(this);
H A DIPCThreadState.cpp441 refs->decWeak(mProcess.get());
1073 proxy->getWeakRefs()->decWeak(proxy);
H A DParcel.cpp121 static_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who);
133 if (b != NULL) b.get_refs()->decWeak(who);

Completed in 231 milliseconds