Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DDevicesFactoryHalAidl.cpp41 using aidl::android::hardware::audio::core::SurroundSoundConfig;
51 ConversionResult<media::SurroundSoundConfig::SurroundFormatFamily>
52 ndk2cpp_SurroundSoundConfigFormatFamily(const SurroundSoundConfig::SurroundFormatFamily& ndk) { in ndk2cpp_SurroundSoundConfigFormatFamily()
53 media::SurroundSoundConfig::SurroundFormatFamily cpp; in ndk2cpp_SurroundSoundConfigFormatFamily()
61 ConversionResult<media::SurroundSoundConfig>
62 ndk2cpp_SurroundSoundConfig(const SurroundSoundConfig& ndk) { in ndk2cpp_SurroundSoundConfig()
63 media::SurroundSoundConfig cpp; in ndk2cpp_SurroundSoundConfig()
65 media::SurroundSoundConfig::SurroundFormatFamily>>(ndk.formatFamilies, in ndk2cpp_SurroundSoundConfig()
208 status_t DevicesFactoryHalAidl::getSurroundSoundConfig(media::SurroundSoundConfig *config) { in getSurroundSoundConfig()
209 SurroundSoundConfig ndkConfig; in getSurroundSoundConfig()
DDevicesFactoryHalAidl.h42 status_t getSurroundSoundConfig(media::SurroundSoundConfig *config) override;
DDevicesFactoryHalHidl.h50 status_t getSurroundSoundConfig(media::SurroundSoundConfig *config) override;
DDevicesFactoryHalHidl.cpp217 media::SurroundSoundConfig *config __unused) { in getSurroundSoundConfig()
/frameworks/av/media/libaudioclient/aidl/android/media/
DAudioPolicyConfig.aidl20 import android.media.SurroundSoundConfig;
31 SurroundSoundConfig surroundSoundConfig;
DSurroundSoundConfig.aidl29 parcelable SurroundSoundConfig {
/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/core-mock/
DConfigMock.h26 ndk::ScopedAStatus getSurroundSoundConfig(SurroundSoundConfig*) override { in getSurroundSoundConfig() argument
/frameworks/av/media/libaudiohal/include/media/audiohal/
DDevicesFactoryHalInterface.h51 virtual status_t getSurroundSoundConfig(media::SurroundSoundConfig *config) = 0;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPolicyConfig.cpp163 aidl2legacy_SurroundFormatFamily(const media::SurroundSoundConfig::SurroundFormatFamily& aidl) { in aidl2legacy_SurroundFormatFamily()
173 aidl2legacy_SurroundSoundConfig_SurroundFormats(const media::SurroundSoundConfig& aidl) { in aidl2legacy_SurroundSoundConfig_SurroundFormats()
/frameworks/av/media/libaudioclient/
DAndroid.bp317 "aidl/android/media/SurroundSoundConfig.aidl",