HomeSort by relevance Sort by last modified time
    Searched refs:getWeakRefs (Results 1 - 8 of 8) sorted by null

  /frameworks/native/include/utils/
RefBase.h 114 weakref_type* getWeakRefs() const;
117 inline void printRefs() const { getWeakRefs()->printRefs(); }
122 getWeakRefs()->trackMe(enable, retain);
  /frameworks/rs/server/
RefBase.h 109 weakref_type* getWeakRefs() const;
112 inline void printRefs() const { getWeakRefs()->printRefs(); }
117 getWeakRefs()->trackMe(enable, retain);
  /frameworks/native/libs/binder/
ProcessState.cpp 199 if (b) e->refs = b->getWeakRefs();
234 if (b) e->refs = b->getWeakRefs();
BpBinder.cpp 194 getWeakRefs()->incWeak(this);
IPCThreadState.cpp     [all...]
Parcel.cpp 170 obj.binder = local->getWeakRefs();
    [all...]
  /frameworks/native/libs/utils/
RefBase.cpp 575 RefBase::weakref_type* RefBase::getWeakRefs() const
  /frameworks/base/core/jni/
android_util_Binder.cpp 338 b.get(), b->getWeakRefs(), obj, b->getWeakRefs()->getWeakCount());
    [all...]

Completed in 217 milliseconds