Home
last modified time | relevance | path

Searched defs:GetRefCount (Results 1 – 3 of 3) sorted by relevance

/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
/aosp12/system/bt/gd/l2cap/internal/
H A Dfixed_channel_allocator.h86 virtual int GetRefCount() { in GetRefCount() function
/aosp12/packages/providers/MediaProvider/jni/
H A Dnode_test.cpp22 uint32_t GetRefCount(node* node) { return node->refcount_; } in GetRefCount() function in NodeTest