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

  /frameworks/rs/cpp/util/
RefBase.h 110 weakref_type* getWeakRefs() const;
113 inline void printRefs() const { getWeakRefs()->printRefs(); }
118 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);
  /system/core/include/utils/
RefBase.h 114 weakref_type* getWeakRefs() const;
117 inline void printRefs() const { getWeakRefs()->printRefs(); }
122 getWeakRefs()->trackMe(enable, retain);
  /frameworks/native/libs/binder/
ProcessState.cpp 226 if (b) e->refs = b->getWeakRefs();
261 if (b) e->refs = b->getWeakRefs();
BpBinder.cpp 194 getWeakRefs()->incWeak(this);
IPCThreadState.cpp     [all...]
Parcel.cpp 171 obj.binder = local->getWeakRefs();
    [all...]
  /system/core/libutils/
RefBase.cpp 574 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 250 milliseconds