Home
last modified time | relevance | path

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

/frameworks/av/media/audioaidlconversion/
DAidlConversionCppNdk.cpp855 using ReverseMap = std::map<AudioChannelLayout, audio_channel_mask_t>; in aidl2legacy_AudioChannelLayout_audio_channel_mask_t() typedef
857 static const ReverseMap mIn = make_ReverseMap(getInAudioChannelPairs()); in aidl2legacy_AudioChannelLayout_audio_channel_mask_t()
858 static const ReverseMap mOut = make_ReverseMap(getOutAudioChannelPairs()); in aidl2legacy_AudioChannelLayout_audio_channel_mask_t()
859 static const ReverseMap mVoice = make_ReverseMap(getVoiceAudioChannelPairs()); in aidl2legacy_AudioChannelLayout_audio_channel_mask_t()
861 auto convert = [](const AudioChannelLayout& aidl, const ReverseMap& m, in aidl2legacy_AudioChannelLayout_audio_channel_mask_t()