Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/
Dstatic_properties_test.cpp62 .WillOnce(DoAll(SetArgPointee<0>(test_max_inputs_), Return(0))); in SetDefaultExpectations()
131 const int32_t test_max_inputs_ = 3; member in default_camera_hal::StaticPropertiesTest
512 for (int32_t i = 0; i < test_max_inputs_; ++i) { in TEST_F()
524 for (int32_t i = 0; i <= test_max_inputs_; ++i) { in TEST_F()