Home
last modified time | relevance | path

Searched defs:template_type (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/hardware/libhardware/modules/camera/3_4/metadata/
H A Dcontrol_test.cpp191 int template_type = 3; in TEST_F() local
203 int template_type = 3; in TEST_F() local
215 int template_type = 3; in TEST_F() local
229 int template_type = 3; in TEST_F() local
241 int template_type = 3; in TEST_F() local
255 int template_type = 3; in TEST_F() local
H A Dmetadata_test.cpp208 int template_type = 3; in TEST_F() local
223 int template_type = 3; in TEST_F() local
244 int template_type = 99; // Invalid template type. in TEST_F() local
H A Ddefault_option_delegate.h40 virtual bool DefaultValueForTemplate(int template_type, T* default_value) { in DefaultValueForTemplate()
H A Dtagged_control_options.h49 virtual int DefaultValueForTemplate(int template_type, in DefaultValueForTemplate()
H A Dmenu_control_options.h45 virtual int DefaultValueForTemplate(int template_type, in DefaultValueForTemplate()
H A Dslider_control_options.h49 virtual int DefaultValueForTemplate(int template_type, in DefaultValueForTemplate()
H A Dcontrol.h118 int template_type, android::CameraMetadata* metadata) const { in PopulateTemplateRequest()
H A Dmetadata.cpp128 int Metadata::GetRequestTemplate(int template_type, in GetRequestTemplate()
H A Dstate_test.cpp98 int template_type = 3; in TEST_F() local
/aosp_15_r20/external/autotest/tko/parsers/test/
H A Dscenario_base.py382 def install_unittest_module(package_dirpath, template_type): argument
/aosp_15_r20/external/googleapis/google/dataflow/v1beta3/
H A Dtemplates.proto544 TemplateType template_type = 3; field
/aosp_15_r20/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/proto/google/dataflow/v1beta3/
H A Dtemplates.proto544 TemplateType template_type = 3; field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs20758 pub template_type: DescriptorUpdateTemplateType, field
20824 pub fn template_type(mut self, template_type: DescriptorUpdateTemplateType) -> Self { in template_type() method