Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/tests/
Daudiopolicymanager_tests.cpp793 audio_config_base_t nonExistentConfig = AUDIO_CONFIG_BASE_INITIALIZER; in TEST_P() local
794 nonExistentConfig.format = AUDIO_FORMAT_E_AC3; in TEST_P()
795 nonExistentConfig.sample_rate = 48000; in TEST_P()
796 nonExistentConfig.channel_mask = AUDIO_CHANNEL_OUT_STEREO; in TEST_P()
815 ASSERT_FALSE(mManager->isDirectOutputSupported(nonExistentConfig, attr)); in TEST_P()
828 ASSERT_FALSE(mManager->isDirectOutputSupported(nonExistentConfig, attr)); in TEST_P()
838 ASSERT_FALSE(mManager->isDirectOutputSupported(nonExistentConfig, attr)); in TEST_P()
860 audio_config_t nonExistentConfig = AUDIO_CONFIG_INITIALIZER; in TEST_P() local
861 nonExistentConfig.format = AUDIO_FORMAT_E_AC3; in TEST_P()
862 nonExistentConfig.sample_rate = 48000; in TEST_P()
[all …]