Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp33 audio_channel_mask_t *updatedChannelMask, in isCompatibleProfile() argument
102 if (updatedChannelMask != NULL) { in isCompatibleProfile()
103 *updatedChannelMask = myUpdatedChannelMask; in isCompatibleProfile()
DAudioProfileVectorHelper.cpp217 audio_channel_mask_t &updatedChannelMask, in checkCompatibleChannelMask() argument
223 updatedChannelMask = channelMask; in checkCompatibleChannelMask()
234 updatedChannelMask = channelMask; in checkCompatibleChannelMask()
302 updatedChannelMask = supported; in checkCompatibleChannelMask()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h96 audio_channel_mask_t *updatedChannelMask,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5727 audio_channel_mask_t updatedChannelMask = AUDIO_CHANNEL_INVALID; in getInputProfile() local
5749 &updatedChannelMask, in getInputProfile()
5761 channelMask = updatedChannelMask; in getInputProfile()