Searched refs:mChannelMasks (Results 1 – 2 of 2) sorted by relevance
1940 if (profile->mChannelMasks[0] == 0) { in checkOutputsForDevice()1954 ((profile->mChannelMasks[0] == 0) && in checkOutputsForDevice()1955 (profile->mChannelMasks.size() < 2))) { in checkOutputsForDevice()2053 if (profile->mChannelMasks[0] == 0) { in checkOutputsForDevice()2054 profile->mChannelMasks.clear(); in checkOutputsForDevice()2055 profile->mChannelMasks.add(0); in checkOutputsForDevice()2159 if (profile->mChannelMasks[0] == 0) { in checkInputsForDevice()2171 ((profile->mChannelMasks[0] == 0) && (profile->mChannelMasks.size() < 2))) { in checkInputsForDevice()2230 if (profile->mChannelMasks[0] == 0) { in checkInputsForDevice()2231 profile->mChannelMasks.clear(); in checkInputsForDevice()[all …]
223 Vector <audio_channel_mask_t> mChannelMasks; // supported channel masks variable