Home
last modified time | relevance | path

Searched refs:getWeakRefs (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/
DProcessState.cpp199 if (b) e->refs = b->getWeakRefs(); in getStrongProxyForHandle()
234 if (b) e->refs = b->getWeakRefs(); in getWeakProxyForHandle()
DBpBinder.cpp194 getWeakRefs()->incWeak(this); in linkToDeath()
DIPCThreadState.cpp1077 proxy->getWeakRefs()->decWeak(proxy); in executeCommand()
DParcel.cpp170 obj.binder = local->getWeakRefs(); in flatten_binder()
/frameworks/native/include/utils/
DRefBase.h114 weakref_type* getWeakRefs() const;
117 inline void printRefs() const { getWeakRefs()->printRefs(); } in printRefs()
122 getWeakRefs()->trackMe(enable, retain); in trackMe()
/frameworks/rs/server/
DRefBase.h109 weakref_type* getWeakRefs() const;
112 inline void printRefs() const { getWeakRefs()->printRefs(); } in printRefs()
117 getWeakRefs()->trackMe(enable, retain); in trackMe()
/frameworks/native/libs/utils/
DRefBase.cpp575 RefBase::weakref_type* RefBase::getWeakRefs() const in getWeakRefs() function in android::RefBase
/frameworks/base/core/jni/
Dandroid_util_Binder.cpp338 b.get(), b->getWeakRefs(), obj, b->getWeakRefs()->getWeakCount()); in get()