Searched refs:getWeakRefs (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/binder/
H A DProcessState.cpp199 if (b) e->refs = b->getWeakRefs();
234 if (b) e->refs = b->getWeakRefs();
H A DBpBinder.cpp194 getWeakRefs()->incWeak(this);
H A DIPCThreadState.cpp1073 proxy->getWeakRefs()->decWeak(proxy);
H A DParcel.cpp170 obj.binder = local->getWeakRefs();
/frameworks/native/include/utils/
H A DRefBase.h110 weakref_type* getWeakRefs() const;
113 inline void printRefs() const { getWeakRefs()->printRefs(); }
118 getWeakRefs()->trackMe(enable, retain);
/frameworks/native/libs/utils/
H A DRefBase.cpp543 RefBase::weakref_type* RefBase::getWeakRefs() const function in class:android::RefBase
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp346 b.get(), b->getWeakRefs(), obj, b->getWeakRefs()->getWeakCount());

Completed in 39 milliseconds