Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp34 audio_channel_mask_t *updatedChannelMask, in isCompatibleProfile() argument
100 if (updatedChannelMask != NULL) { in isCompatibleProfile()
101 *updatedChannelMask = myUpdatedChannelMask; in isCompatibleProfile()
DAudioProfile.cpp170 audio_channel_mask_t &updatedChannelMask, in checkCompatibleChannelMask() argument
175 updatedChannelMask = channelMask; in checkCompatibleChannelMask()
187 updatedChannelMask = channelMask; in checkCompatibleChannelMask()
255 updatedChannelMask = supported; in checkCompatibleChannelMask()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h84 audio_channel_mask_t *updatedChannelMask,
DAudioProfile.h94 audio_channel_mask_t &updatedChannelMask,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5638 audio_channel_mask_t updatedChannelMask = AUDIO_CHANNEL_INVALID; in getInputProfile() local
5660 &updatedChannelMask, in getInputProfile()
5672 channelMask = updatedChannelMask; in getInputProfile()