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.cpp43 audio_channel_mask_t *updatedChannelMask, in getCompatibilityScore() argument
108 if (updatedChannelMask != nullptr) { in getCompatibilityScore()
109 *updatedChannelMask = myUpdatedChannelMask; in getCompatibilityScore()
DAudioProfileVectorHelper.cpp243 audio_channel_mask_t &updatedChannelMask, in checkCompatibleChannelMask() argument
249 updatedChannelMask = channelMask; in checkCompatibleChannelMask()
260 updatedChannelMask = channelMask; in checkCompatibleChannelMask()
328 updatedChannelMask = supported; in checkCompatibleChannelMask()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h104 audio_channel_mask_t *updatedChannelMask,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp7976 audio_channel_mask_t updatedChannelMask = AUDIO_CHANNEL_INVALID; in getInputProfile() local
7988 &updatedChannelMask, in getInputProfile()
7994 channelMask = updatedChannelMask; in getInputProfile()
8005 &updatedChannelMask, in getInputProfile()
8018 channelMask = updatedChannelMask; in getInputProfile()