Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.cpp545 auto channelMaskMatches = [](const std::vector<AudioChannelLayout>& channelMasks, in findPort() local
556 auto belongsToProfile = [&config, &channelMaskMatches](const AudioProfile& prof) { in findPort()
558 channelMaskMatches(prof.channelMasks, config.base.channelMask) && in findPort()