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.cpp45 audio_channel_mask_t *updatedChannelMask, in isCompatibleProfile() argument
115 if (updatedChannelMask != NULL) { in isCompatibleProfile()
116 *updatedChannelMask = myUpdatedChannelMask; in isCompatibleProfile()
DAudioPort.cpp435 audio_channel_mask_t *updatedChannelMask) const in checkCompatibleChannelMask()
438 if (updatedChannelMask != NULL) { in checkCompatibleChannelMask()
439 *updatedChannelMask = channelMask; in checkCompatibleChannelMask()
452 if (updatedChannelMask != NULL) { in checkCompatibleChannelMask()
453 *updatedChannelMask = channelMask; in checkCompatibleChannelMask()
517 if (updatedChannelMask != NULL) { in checkCompatibleChannelMask()
518 *updatedChannelMask = supported; in checkCompatibleChannelMask()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h50 audio_channel_mask_t *updatedChannelMask,
DAudioPort.h66 audio_channel_mask_t *updatedChannelMask) const;