Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Ddebug_stack.h51 size_t GetRefCount() const { return 0u; } in GetRefCount() function
82 size_t GetRefCount() const { return ref_count_; } in GetRefCount() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Ddebug_stack.h51 size_t GetRefCount() const { return 0u; } in GetRefCount() function
82 size_t GetRefCount() const { return ref_count_; } in GetRefCount() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Ddebug_stack.h51 size_t GetRefCount() const { return 0u; } in GetRefCount() function
82 size_t GetRefCount() const { return ref_count_; } in GetRefCount() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Ddebug_stack.h51 size_t GetRefCount() const { return 0u; } in GetRefCount() function
82 size_t GetRefCount() const { return ref_count_; } in GetRefCount() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Ddebug_stack.h51 size_t GetRefCount() const { return 0u; } in GetRefCount() function
82 size_t GetRefCount() const { return ref_count_; } in GetRefCount() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Ddebug_stack.h51 size_t GetRefCount() const { return 0u; } in GetRefCount() function
82 size_t GetRefCount() const { return ref_count_; } in GetRefCount() function
/aosp_15_r20/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
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Ddebug_stack.h51 size_t GetRefCount() const { return 0u; } in GetRefCount() function
82 size_t GetRefCount() const { return ref_count_; } in GetRefCount() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Ddebug_stack.h51 size_t GetRefCount() const { return 0u; } in GetRefCount() function
82 size_t GetRefCount() const { return ref_count_; } in GetRefCount() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Ddebug_stack.h51 size_t GetRefCount() const { return 0u; } in GetRefCount() function
82 size_t GetRefCount() const { return ref_count_; } in GetRefCount() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktBitstreamBufferImpl.hpp82 int32_t GetRefCount() override in GetRefCount() function in vkt::video::BitstreamBufferImpl
/aosp_15_r20/packages/providers/MediaProvider/jni/
Dnode_test.cpp21 uint32_t GetRefCount(node* node) { return node->refcount_; } in GetRefCount() function in NodeTest