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

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

Completed in 66 milliseconds