Searched refs:channelMasks (Results 1 – 6 of 6) sorted by relevance
40 AudioChannelLayout[] channelMasks;
40 android.media.audio.common.AudioChannelLayout[] channelMasks;
556 auto channelMasks = audioPort->role == AUDIO_PORT_ROLE_SINK ? OUT_CHANNEL_MASKS in fillFakeAudioPortInfo() local558 std::copy(channelMasks, channelMasks+audioPort->num_channel_masks, in fillFakeAudioPortInfo()578 auto channelMasks = portV7->role == AUDIO_PORT_ROLE_SINK ? OUT_CHANNEL_MASKS in fillFakeAudioPortV7Info() local580 std::copy(channelMasks, channelMasks+portV7->audio_profiles[i].num_channel_masks, in fillFakeAudioPortV7Info()
1079 std::set<audio_channel_mask_t> channelMasks( in getAudioProfileMap()1082 audioProfiles.emplace(profiles[i].format, std::make_pair(sampleRates, channelMasks)); in getAudioProfileMap()