Home
last modified time | relevance | path

Searched refs:template_index (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/camera/3_4/metadata/
Dslider_control_options_test.cpp63 int template_index = 3; in TEST_F() local
66 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
69 EXPECT_EQ(dut_->DefaultValueForTemplate(template_index, &actual), 0); in TEST_F()
74 int template_index = 3; in TEST_F() local
82 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
85 EXPECT_EQ(dut_->DefaultValueForTemplate(template_index, &actual), 0); in TEST_F()
90 int template_index = 3; in TEST_F() local
98 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
101 EXPECT_EQ(dut_->DefaultValueForTemplate(template_index, &actual), 0); in TEST_F()
106 int template_index = 3; in TEST_F() local
[all …]
Dmenu_control_options_test.cpp60 int template_index = 3; in TEST_F() local
63 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
66 EXPECT_EQ(dut_->DefaultValueForTemplate(template_index, &actual), 0); in TEST_F()
72 int template_index = 3; in TEST_F() local
76 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
80 EXPECT_EQ(dut_->DefaultValueForTemplate(template_index, &actual), 0); in TEST_F()
86 int template_index = 3; in TEST_F() local
91 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
95 EXPECT_EQ(dut_->DefaultValueForTemplate(template_index, &actual), 0); in TEST_F()