Searched refs:getWeakRefs (Results 1 - 8 of 8) 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.cpp1077 proxy->getWeakRefs()->decWeak(proxy);
H A DParcel.cpp170 obj.binder = local->getWeakRefs();
/frameworks/native/include/utils/
H A DRefBase.h114 weakref_type* getWeakRefs() const;
117 inline void printRefs() const { getWeakRefs()->printRefs(); }
122 getWeakRefs()->trackMe(enable, retain);
/frameworks/rs/server/
H A DRefBase.h109 weakref_type* getWeakRefs() const;
112 inline void printRefs() const { getWeakRefs()->printRefs(); }
117 getWeakRefs()->trackMe(enable, retain);
/frameworks/native/libs/utils/
H A DRefBase.cpp575 RefBase::weakref_type* RefBase::getWeakRefs() const function in class:android::RefBase
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp338 b.get(), b->getWeakRefs(), obj, b->getWeakRefs()->getWeakCount());

Completed in 122 milliseconds