Home
last modified time | relevance | path

Searched refs:getWeakRefs (Results 1 – 11 of 11) sorted by relevance

/system/core/libutils/binder/
DRefBase_test.cpp95 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()
DRefBase_fuzz.cpp191 weakRefs = ref->getWeakRefs(); in LLVMFuzzerTestOneInput()
DRefBase.cpp757 RefBase::weakref_type* RefBase::getWeakRefs() const in getWeakRefs() function in android::RefBase
/system/core/libutils/include/utils/
DRefBase.h329 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/
DRefBase.h329 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/
DProcessState.cpp241 if (b) e->refs = b->getWeakRefs(); in getStrongProxyForHandle()
276 if (b) e->refs = b->getWeakRefs(); in getWeakProxyForHandle()
DBpHwBinder.cpp142 getWeakRefs()->incWeak(this); in linkToDeath()
DIPCThreadState.cpp706 proxy->getWeakRefs()->incWeak(mProcess.get()); in incWeakHandle()
707 mPostWriteWeakDerefs.push(proxy->getWeakRefs()); in incWeakHandle()
1273 proxy->getWeakRefs()->decWeak(proxy); in executeCommand()
DParcel.cpp212 obj.binder = reinterpret_cast<uintptr_t>(local->getWeakRefs()); in flatten_binder()
/system/core/libutils/abi-dumps/arm64/source-based/
Dlibutils.so.lsdump10181 "function_name" : "android::RefBase::getWeakRefs",
/system/core/libutils/abi-dumps/arm_arm64/source-based/
Dlibutils.so.lsdump10221 "function_name" : "android::RefBase::getWeakRefs",