Searched defs:updatedChannelMask (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DIOProfile.cpp37 audio_channel_mask_t *updatedChannelMask,
105 if (updatedChannelMask != NULL) {
106 *updatedChannelMask = myUpdatedChannelMask;
30 isCompatibleProfile(audio_devices_t device, const 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, bool exactMatchRequiredForInputFlags) const argument
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
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp756 channelMask, NULL /*updatedChannelMask*/,
2936 NULL, // updatedChannelMask
2993 NULL, /*updatedChannelMask*/
5439 audio_channel_mask_t updatedChannelMask = AUDIO_CHANNEL_INVALID; local
5449 &channelMask /*updatedChannelMask*/,
5461 &updatedChannelMask,
5473 channelMask = updatedChannelMask;

Completed in 82 milliseconds