Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp268 const uint32_t equivalentBits = (1 << supportedChannelCount) - 1 ; in checkCompatibleChannelMask() local
270 audio_channel_mask_get_bits(channelMask) & equivalentBits); in checkCompatibleChannelMask()
275 const uint32_t equivalentBits = (1 << channelCount) - 1; in checkCompatibleChannelMask() local
277 equivalentBits & audio_channel_mask_get_bits(supported)); in checkCompatibleChannelMask()