Searched refs:getWeakCount (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/core/libutils/ |
H A D | RefBase_test.cpp | 95 ASSERT_EQ(2, foo->getWeakRefs()->getWeakCount()); in TEST() 117 EXPECT_EQ(0, foo->getWeakRefs()->getWeakCount()); in TEST() 120 EXPECT_EQ(1, foo->getWeakRefs()->getWeakCount()); in TEST() 123 ASSERT_EQ(2, foo->getWeakRefs()->getWeakCount()); in TEST() 125 EXPECT_EQ(1, foo->getWeakRefs()->getWeakCount()); in TEST() 356 ASSERT_TRUE(bar->getWeakRefs()->getWeakCount() >= 1); in TEST() 414 ASSERT_EQ(bar->getWeakRefs()->getWeakCount(), 2); in TEST()
|
H A D | RefBase_fuzz.cpp | 87 [](RefThreadState*) -> void { weakRefs->getWeakCount(); }, in __anon8ef134050402()
|
H A D | RefBase.cpp | 707 int32_t RefBase::weakref_type::getWeakCount() const in getWeakCount() function in android::RefBase::weakref_type
|
/aosp12/system/core/libutils/include/utils/ |
H A D | RefBase.h | 311 int32_t getWeakCount() const;
|
/aosp12/frameworks/rs/cpp/util/ |
H A D | RefBase.h | 94 int32_t getWeakCount() const;
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_util_Binder.cpp | 476 b.get(), b->getWeakRefs(), obj, b->getWeakRefs()->getWeakCount()); in get()
|