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.cpp37 audio_channel_mask_t *updatedChannelMask, in isCompatibleProfile() argument
105 if (updatedChannelMask != NULL) { in isCompatibleProfile()
106 *updatedChannelMask = myUpdatedChannelMask; in isCompatibleProfile()
DAudioProfile.cpp99 audio_channel_mask_t &updatedChannelMask, in checkCompatibleChannelMask() argument
104 updatedChannelMask = channelMask; in checkCompatibleChannelMask()
115 updatedChannelMask = channelMask; in checkCompatibleChannelMask()
178 updatedChannelMask = supported; in checkCompatibleChannelMask()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h71 audio_channel_mask_t *updatedChannelMask,
DAudioProfile.h100 audio_channel_mask_t &updatedChannelMask,
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp5439 audio_channel_mask_t updatedChannelMask = AUDIO_CHANNEL_INVALID; in loadConfig() local
5461 &updatedChannelMask, in loadConfig()
5473 channelMask = updatedChannelMask; in loadConfig()