Searched refs:useInChannelMask (Results 1 – 3 of 3) sorted by relevance
445 static bool useInChannelMask(audio_port_type_t type, audio_port_role_t role) in useInChannelMask() function504 bool useInMask = useInChannelMask(nAudioPortConfig->type, nAudioPortConfig->role); in convertAudioPortConfigToNative()581 bool useInMask = useInChannelMask(nAudioPortConfig->type, nAudioPortConfig->role); in convertAudioPortConfigFromNative()747 useInMask = useInChannelMask(nAudioPort->type, nAudioPort->role); in convertAudioPortFromNative()
220 AudioGain(int index, bool useInChannelMask);
6373 AudioPolicyManager::AudioGain::AudioGain(int index, bool useInChannelMask) in AudioGain() argument6376 mUseInChannelMask = useInChannelMask; in AudioGain()