Searched refs:nonExistentConfig (Results 1 – 1 of 1) sorted by relevance
793 audio_config_base_t nonExistentConfig = AUDIO_CONFIG_BASE_INITIALIZER; in TEST_P() local794 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() local861 nonExistentConfig.format = AUDIO_FORMAT_E_AC3; in TEST_P()862 nonExistentConfig.sample_rate = 48000; in TEST_P()[all …]