Searched refs:getWeakRefs (Results 1 – 11 of 11) sorted by relevance
/system/core/libutils/binder/ |
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() 371 ASSERT_TRUE(bar->getWeakRefs()->getWeakCount() >= 1); in TEST() 429 ASSERT_EQ(bar->getWeakRefs()->getWeakCount(), 2); in TEST()
|
D | RefBase_fuzz.cpp | 191 weakRefs = ref->getWeakRefs(); in LLVMFuzzerTestOneInput()
|
D | RefBase.cpp | 757 RefBase::weakref_type* RefBase::getWeakRefs() const in getWeakRefs() function in android::RefBase
|
/system/core/libutils/include/utils/ |
D | RefBase.h | 329 weakref_type* getWeakRefs() const; 332 inline void printRefs() const { getWeakRefs()->printRefs(); } in printRefs() 337 getWeakRefs()->trackMe(enable, retain); in trackMe() 480 return m_refs == o->getWeakRefs(); // Implies m_ptr == o.mptr. 544 auto refs = other->getWeakRefs(); in fromExisting()
|
/system/core/libutils/binder/include/utils/ |
D | RefBase.h | 329 weakref_type* getWeakRefs() const; 332 inline void printRefs() const { getWeakRefs()->printRefs(); } in printRefs() 337 getWeakRefs()->trackMe(enable, retain); in trackMe() 480 return m_refs == o->getWeakRefs(); // Implies m_ptr == o.mptr. 544 auto refs = other->getWeakRefs(); in fromExisting()
|
/system/libhwbinder/ |
D | ProcessState.cpp | 241 if (b) e->refs = b->getWeakRefs(); in getStrongProxyForHandle() 276 if (b) e->refs = b->getWeakRefs(); in getWeakProxyForHandle()
|
D | BpHwBinder.cpp | 142 getWeakRefs()->incWeak(this); in linkToDeath()
|
D | IPCThreadState.cpp | 706 proxy->getWeakRefs()->incWeak(mProcess.get()); in incWeakHandle() 707 mPostWriteWeakDerefs.push(proxy->getWeakRefs()); in incWeakHandle() 1273 proxy->getWeakRefs()->decWeak(proxy); in executeCommand()
|
D | Parcel.cpp | 212 obj.binder = reinterpret_cast<uintptr_t>(local->getWeakRefs()); in flatten_binder()
|
/system/core/libutils/abi-dumps/arm64/source-based/ |
D | libutils.so.lsdump | 10181 "function_name" : "android::RefBase::getWeakRefs",
|
/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
D | libutils.so.lsdump | 10221 "function_name" : "android::RefBase::getWeakRefs",
|