Home
last modified time | relevance | path

Searched refs:getStrongCount (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/tests/
DStrongPointer_test.cpp40 ASSERT_EQ(0, foo->getStrongCount()); in TEST()
43 ASSERT_EQ(1, foo->getStrongCount()); in TEST()
46 ASSERT_EQ(1, foo->getStrongCount()) << "std::move failed, incremented refcnt"; in TEST()
/system/core/include/utils/
DRefBase.h78 int32_t getStrongCount() const;
188 inline int32_t getStrongCount() const { in getStrongCount() function
/system/core/libutils/
DRefBase.cpp458 int32_t RefBase::getStrongCount() const in getStrongCount() function in android::RefBase