Searched defs:updatedChannelMask (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfile.cpp99 audio_channel_mask_t &updatedChannelMask,
104 updatedChannelMask = channelMask;
115 updatedChannelMask = channelMask;
178 updatedChannelMask = supported;
98 checkCompatibleChannelMask(audio_channel_mask_t channelMask, audio_channel_mask_t &updatedChannelMask, audio_port_type_t portType, audio_port_role_t portRole) const argument
H A DIOProfile.cpp37 audio_channel_mask_t *updatedChannelMask,
97 if (updatedChannelMask != NULL) {
98 *updatedChannelMask = myUpdatedChannelMask;
30 isCompatibleProfile(audio_devices_t device, String8 address, uint32_t samplingRate, uint32_t *updatedSamplingRate, audio_format_t format, audio_format_t *updatedFormat, audio_channel_mask_t channelMask, audio_channel_mask_t *updatedChannelMask, uint32_t flags) const argument

Completed in 175 milliseconds