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

  /frameworks/base/include/utils/
RefBase.h 101 weakref_type* getWeakRefs() const;
104 inline void printRefs() const { getWeakRefs()->printRefs(); }
109 getWeakRefs()->trackMe(enable, retain);
  /frameworks/base/libs/binder/
ProcessState.cpp 224 if (b) e->refs = b->getWeakRefs();
259 if (b) e->refs = b->getWeakRefs();
BpBinder.cpp 194 getWeakRefs()->incWeak(this);
IPCThreadState.cpp     [all...]
Parcel.cpp 165 obj.binder = local->getWeakRefs();
    [all...]
  /frameworks/base/libs/utils/
RefBase.cpp 492 RefBase::weakref_type* RefBase::getWeakRefs() const
  /frameworks/base/core/jni/
android_util_Binder.cpp 343 b.get(), b->getWeakRefs(), mObject, b->getWeakRefs()->getWeakCount());
    [all...]

Completed in 1652 milliseconds