Home
last modified time | relevance | path

Searched defs:GetTag (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/libhardware/modules/camera/3_4/metadata/
H A Dtagged_control_delegate_test.cpp52 TEST_F(TaggedControlDelegateTest, GetTag) { in TEST_F() argument
H A Dtagged_control_options_test.cpp52 TEST_F(TaggedControlOptionsTest, GetTag) { in TEST_F() argument
/aosp12/art/openjdkjvmti/
H A Djvmti_weak_table.h81 bool GetTag(art::ObjPtr<art::mirror::Object> obj, /* out */ T* result) in GetTag() function
H A DOpenjdkJvmTi.cc413 static jvmtiError GetTag(jvmtiEnv* env, jobject object, jlong* tag_ptr) { in GetTag() function in openjdkjvmti::JvmtiFunctions
/aosp12/art/runtime/
H A Dmanaged_stack.h148 bool GetTag() const { in GetTag() function
/aosp12/art/test/903-hello-tagging/
H A Dtagging.cc129 static jlong GetTag(jvmtiEnv* env, jobject obj) { in GetTag() function
/aosp12/system/logging/logd/
H A DLogBufferElement.cpp87 uint32_t LogBufferElement::GetTag() const { in GetTag() function in LogBufferElement
/aosp12/art/libartbase/base/
H A Dallocator.h146 static constexpr AllocatorTag GetTag() { in GetTag() function
/aosp12/hardware/google/camera/common/hal/utils/
H A Dvendor_tag_utils.cc246 status_t VendorTagManager::GetTag(const std::string section_name, in GetTag() function in android::google_camera_hal::VendorTagManager
/aosp12/system/libbase/
H A Dlogging.cpp445 const char* GetTag() const { return tag_; } in GetTag() function in android::base::LogMessageData
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h1986 jvmtiError GetTag(jobject object, in GetTag() function