Lines Matching refs:nonExistentConfig
793 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()
863 nonExistentConfig.channel_mask = AUDIO_CHANNEL_OUT_STEREO; in TEST_P()
885 mManager->getDirectPlaybackSupport(&attr, &nonExistentConfig)); in TEST_P()
904 mManager->getDirectPlaybackSupport(&attr, &nonExistentConfig)); in TEST_P()
920 mManager->getDirectPlaybackSupport(&attr, &nonExistentConfig)); in TEST_P()