Searched refs:findValueOrDefault (Results 1 – 2 of 2) sorted by relevance
176 return findValueOrDefault( in getChannelLayoutMaskFromChannelCount()182 return findValueOrDefault(getSupportedChannelIndexLayoutMap(), channelCount, in getChannelIndexMaskFromChannelCount()342 return findValueOrDefault(getPcmFormatToAudioFormatDescMap(), legacy, AudioFormatDescription()); in c2aidl_pcm_format_AudioFormatDescription()346 return findValueOrDefault(getAudioFormatDescriptorToPcmFormatMap(), aidl, PCM_FORMAT_INVALID); in aidl2c_AudioFormatDescription_pcm_format()
109 auto findValueOrDefault(const M& m, const K& key, V defaultValue) { in findValueOrDefault() function