Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPort.cpp475 const bool isSupportedIndex = (audio_channel_mask_get_representation(supported) in checkCompatibleChannelMask() local
478 if (isIndex && isSupportedIndex) { in checkCompatibleChannelMask()
483 } else if (isIndex && !isSupportedIndex) { in checkCompatibleChannelMask()
488 } else if (!isIndex && isSupportedIndex) { in checkCompatibleChannelMask()