Home
last modified time | relevance | path

Searched refs:GetRefCount (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/providers/MediaProvider/jni/
H A Dnode_test.cpp53 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 Ddebug_stack.h51 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 Dfixed_channel_allocator.h86 virtual int GetRefCount() { in GetRefCount() function
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink.cc240 ref_count += fixed_channel_allocator_.GetRefCount(); in RefreshRefCount()
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dlink.cc261 ref_count += fixed_channel_allocator_.GetRefCount(); in RefreshRefCount()