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.cpp37 audio_channel_mask_t *updatedChannelMask, in isCompatibleProfile() argument
97 if (updatedChannelMask != NULL) { in isCompatibleProfile()
98 *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.h53 audio_channel_mask_t *updatedChannelMask,
DAudioProfile.h100 audio_channel_mask_t &updatedChannelMask,