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

  /system/core/libutils/tests/
RefBase_test.cpp 57 ASSERT_EQ(2, foo->getWeakRefs()->getWeakCount());
79 EXPECT_EQ(0, foo->getWeakRefs()->getWeakCount());
82 EXPECT_EQ(1, foo->getWeakRefs()->getWeakCount());
85 ASSERT_EQ(2, foo->getWeakRefs()->getWeakCount());
87 EXPECT_EQ(1, foo->getWeakRefs()->getWeakCount());
182 ASSERT_TRUE(bar->getWeakRefs()->getWeakCount() >= 1);
240 ASSERT_EQ(bar->getWeakRefs()->getWeakCount(), 2);
  /frameworks/rs/cpp/util/
RefBase.h 110 weakref_type* getWeakRefs() const;
113 inline void printRefs() const { getWeakRefs()->printRefs(); }
118 getWeakRefs()->trackMe(enable, retain);
  /system/core/libutils/include/utils/
RefBase.h 282 weakref_type* getWeakRefs() const;
285 inline void printRefs() const { getWeakRefs()->printRefs(); }
290 getWeakRefs()->trackMe(enable, retain);
  /frameworks/native/libs/binder/
ProcessState.cpp 287 if (b) e->refs = b->getWeakRefs();
322 if (b) e->refs = b->getWeakRefs();
IPCThreadState.cpp 677 proxy->getWeakRefs()->incWeak(mProcess.get());
678 mPostWriteWeakDerefs.push(proxy->getWeakRefs());
    [all...]
BpBinder.cpp 244 getWeakRefs()->incWeak(this);
Parcel.cpp 236 obj.binder = reinterpret_cast<uintptr_t>(local->getWeakRefs());
    [all...]
  /system/libhwbinder/
ProcessState.cpp 244 if (b) e->refs = b->getWeakRefs();
279 if (b) e->refs = b->getWeakRefs();
BpHwBinder.cpp 137 getWeakRefs()->incWeak(this);
IPCThreadState.cpp 686 proxy->getWeakRefs()->incWeak(mProcess.get());
687 mPostWriteWeakDerefs.push(proxy->getWeakRefs());
    [all...]
Parcel.cpp 223 obj.binder = reinterpret_cast<uintptr_t>(local->getWeakRefs());
    [all...]
  /system/core/libutils/
RefBase.cpp 681 RefBase::weakref_type* RefBase::getWeakRefs() const
  /frameworks/base/core/jni/
android_util_Binder.cpp 404 b.get(), b->getWeakRefs(), obj, b->getWeakRefs()->getWeakCount());
    [all...]

Completed in 232 milliseconds