Searched refs:getStrongCount (Results 1 – 11 of 11) sorted by relevance
/system/core/libutils/binder/ |
D | StrongPointer_test.cpp | 58 ASSERT_EQ(1, foo->getStrongCount()); in TYPED_TEST() 61 ASSERT_EQ(1, foo->getStrongCount()) << "std::move failed, incremented refcnt"; in TYPED_TEST() 115 ASSERT_EQ(1, sp1->getStrongCount()); in TYPED_TEST() 119 ASSERT_EQ(1, foo->getStrongCount()) << "release mismanaged refcount"; in TYPED_TEST()
|
D | RefBase_test.cpp | 89 ASSERT_EQ(INITIAL_STRONG_VALUE, foo->getStrongCount()); in TEST() 93 ASSERT_EQ(1, foo->getStrongCount()); in TEST() 98 ASSERT_EQ(1, foo->getStrongCount()) in TEST() 369 ASSERT_TRUE(bar->getStrongCount() >= 1); in TEST()
|
D | RefBase_fuzz.cpp | 86 [](RefThreadState*) -> void { ref->getStrongCount(); }, in __anonea7c201c0302()
|
D | RefBase.cpp | 545 int32_t RefBase::getStrongCount() const in getStrongCount() function in android::RefBase
|
/system/core/libutils/binder/include/utils/ |
D | LightRefBase.h | 53 inline int32_t getStrongCount() const { in getStrongCount() function
|
D | RefBase.h | 292 int32_t getStrongCount() const;
|
/system/core/libutils/include/utils/ |
D | LightRefBase.h | 53 inline int32_t getStrongCount() const { in getStrongCount() function
|
D | RefBase.h | 292 int32_t getStrongCount() const;
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 2149 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F() 2153 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F() 2158 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F() 2178 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F() 2182 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F() 2190 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F() 2499 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F() 2504 EXPECT_EQ(2, otherInterface->getStrongCount()); in TEST_F() 2507 EXPECT_EQ(1, otherInterface->getStrongCount()); in TEST_F() 2512 ASSERT_EQ(1, otherInterface->getStrongCount()); in TEST_F() [all …]
|
/system/core/libutils/abi-dumps/arm64/source-based/ |
D | libutils.so.lsdump | 10249 "function_name" : "android::RefBase::getStrongCount",
|
/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
D | libutils.so.lsdump | 10289 "function_name" : "android::RefBase::getStrongCount",
|