Searched refs:GetRefCount (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | node_test.cpp | 53 ASSERT_EQ(1, GetRefCount(node.get())); in TEST_F() 59 ASSERT_EQ(1, GetRefCount(parent.get())); in TEST_F() 63 ASSERT_EQ(2, GetRefCount(parent.get())); in TEST_F() 67 ASSERT_EQ(1, GetRefCount(child.get())); in TEST_F() 74 ASSERT_EQ(3, GetRefCount(node)); in TEST_F() 77 ASSERT_EQ(2, GetRefCount(node)); in TEST_F() 81 ASSERT_EQ(2, GetRefCount(node)); in TEST_F() 91 ASSERT_EQ(2, GetRefCount(parent.get())); in TEST_F() 96 ASSERT_EQ(2, GetRefCount(parent.get())); in TEST_F() 101 ASSERT_EQ(1, GetRefCount(child.get())); in TEST_F() [all …]
|
/aosp12/art/libartbase/base/ |
H A D | debug_stack.h | 51 size_t GetRefCount() const { return 0u; } in GetRefCount() function 82 size_t GetRefCount() const { return ref_count_; } in GetRefCount() function 111 void CheckTop() { CHECK_EQ(counter_->GetRefCount(), ref_count_); } in CheckTop()
|
/aosp12/system/bt/gd/l2cap/internal/ |
H A D | fixed_channel_allocator.h | 86 virtual int GetRefCount() { in GetRefCount() function
|
/aosp12/system/bt/gd/l2cap/le/internal/ |
H A D | link.cc | 240 ref_count += fixed_channel_allocator_.GetRefCount(); in RefreshRefCount()
|
/aosp12/system/bt/gd/l2cap/classic/internal/ |
H A D | link.cc | 261 ref_count += fixed_channel_allocator_.GetRefCount(); in RefreshRefCount()
|