Searched refs:StreamConfigurationSupported (Results 1 – 4 of 4) sorted by relevance
117 EXPECT_EQ(dut_->StreamConfigurationSupported(&config), expected); in ExpectConfigurationSupported()435 EXPECT_FALSE(dut_->StreamConfigurationSupported(nullptr)); in TEST_F()443 EXPECT_FALSE(dut_->StreamConfigurationSupported(&config)); in TEST_F()454 EXPECT_FALSE(dut_->StreamConfigurationSupported(&config)); in TEST_F()462 EXPECT_FALSE(dut_->StreamConfigurationSupported(&config)); in TEST_F()629 EXPECT_FALSE(dut_->StreamConfigurationSupported(&config)); in TEST_F()
73 bool StreamConfigurationSupported(
254 bool StaticProperties::StreamConfigurationSupported( in StreamConfigurationSupported() function in default_camera_hal::StaticProperties
237 if (!mStaticInfo->StreamConfigurationSupported(stream_config)) { in validateStreamConfiguration()