Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfile.cpp108 const bool isIndex = audio_channel_mask_get_representation(channelMask) in checkCompatibleChannelMask() local
139 if (isIndex && isSupportedIndex) { in checkCompatibleChannelMask()
144 } else if (isIndex && !isSupportedIndex) { in checkCompatibleChannelMask()
149 } else if (!isIndex && isSupportedIndex) { in checkCompatibleChannelMask()