Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/tests/
Daudio_aidl_legacy_conversion_tests.cpp823 TEST(AudioMicrophoneInfoFw, ChannelMapping) { in TEST() argument
831 EXPECT_EQ(MicrophoneDynamicInfo::ChannelMapping::UNUSED, aidl.dynamic.channelMapping[0]); in TEST()
832 EXPECT_EQ(MicrophoneDynamicInfo::ChannelMapping::DIRECT, aidl.dynamic.channelMapping[1]); in TEST()
833 EXPECT_EQ(MicrophoneDynamicInfo::ChannelMapping::UNUSED, aidl.dynamic.channelMapping[2]); in TEST()
834 EXPECT_EQ(MicrophoneDynamicInfo::ChannelMapping::PROCESSED, aidl.dynamic.channelMapping[3]); in TEST()
/frameworks/av/media/audioaidlconversion/include/media/
DAidlConversionCppNdk-impl.h442 media::audio::common::MicrophoneDynamicInfo::ChannelMapping aidl);
443 ConversionResult<media::audio::common::MicrophoneDynamicInfo::ChannelMapping>
/frameworks/av/media/audioaidlconversion/
DAidlConversionCppNdk.cpp3129 MicrophoneDynamicInfo::ChannelMapping aidl) { in aidl2legacy_MicrophoneDynamicInfoChannelMapping_audio_microphone_channel_mapping_t()
3131 case MicrophoneDynamicInfo::ChannelMapping::UNUSED: in aidl2legacy_MicrophoneDynamicInfoChannelMapping_audio_microphone_channel_mapping_t()
3133 case MicrophoneDynamicInfo::ChannelMapping::DIRECT: in aidl2legacy_MicrophoneDynamicInfoChannelMapping_audio_microphone_channel_mapping_t()
3135 case MicrophoneDynamicInfo::ChannelMapping::PROCESSED: in aidl2legacy_MicrophoneDynamicInfoChannelMapping_audio_microphone_channel_mapping_t()
3140 ConversionResult<MicrophoneDynamicInfo::ChannelMapping>
3145 return MicrophoneDynamicInfo::ChannelMapping::UNUSED; in legacy2aidl_audio_microphone_channel_mapping_t_MicrophoneDynamicInfoChannelMapping()
3147 return MicrophoneDynamicInfo::ChannelMapping::DIRECT; in legacy2aidl_audio_microphone_channel_mapping_t_MicrophoneDynamicInfoChannelMapping()
3149 return MicrophoneDynamicInfo::ChannelMapping::PROCESSED; in legacy2aidl_audio_microphone_channel_mapping_t_MicrophoneDynamicInfoChannelMapping()