Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
Dnode_test.cpp21 uint32_t GetRefCount(node* node) { return node->refcount_; } in GetRefCount() function in NodeTest
52 ASSERT_EQ(1, GetRefCount(node.get())); in TEST_F()
58 ASSERT_EQ(1, GetRefCount(parent.get())); in TEST_F()
62 ASSERT_EQ(2, GetRefCount(parent.get())); in TEST_F()
66 ASSERT_EQ(1, GetRefCount(child.get())); in TEST_F()
73 ASSERT_EQ(3, GetRefCount(node)); in TEST_F()
76 ASSERT_EQ(2, GetRefCount(node)); in TEST_F()
80 ASSERT_EQ(2, GetRefCount(node)); in TEST_F()
90 ASSERT_EQ(2, GetRefCount(parent.get())); in TEST_F()
95 ASSERT_EQ(2, GetRefCount(parent.get())); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dfixed_channel_allocator.h106 virtual int GetRefCount() { in GetRefCount() function
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.cc282 ref_count += fixed_channel_allocator_.GetRefCount(); in RefreshRefCount()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc268 ref_count += fixed_channel_allocator_.GetRefCount(); in RefreshRefCount()