Searched refs:getSurroundSoundConfig (Results 1 – 9 of 9) sorted by relevance
29 ndk::ScopedAStatus Config::getSurroundSoundConfig(SurroundSoundConfig* _aidl_return) { in getSurroundSoundConfig() function in aidl::android::hardware::audio::core::Config32 SurroundSoundConfig surroundCfg = mAudioPolicyConverter.getSurroundSoundConfig(); in getSurroundSoundConfig()
76 const SurroundSoundConfig& AudioPolicyConfigXmlConverter::getSurroundSoundConfig() { in getSurroundSoundConfig() function in aidl::android::hardware::audio::core::internal::AudioPolicyConfigXmlConverter
37 android.hardware.audio.core.SurroundSoundConfig getSurroundSoundConfig(); in getSurroundSoundConfig() method
37 SurroundSoundConfig getSurroundSoundConfig(); in getSurroundSoundConfig() method
34 ndk::ScopedAStatus getSurroundSoundConfig(SurroundSoundConfig* _aidl_return) override;
53 const SurroundSoundConfig& getSurroundSoundConfig();
84 ASSERT_IS_OK(mConfig->getSurroundSoundConfig(tempConfig.get())); in SetUpSurroundSoundConfig()