Home
last modified time | relevance | path

Searched defs:mixerChannelMask (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libaudioprocessing/
H A DAudioMixer.cpp74 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) { in setChannelMasks()
394 const audio_channel_mask_t mixerChannelMask = in setParameter() local
H A DAudioMixerBase.cpp162 audio_channel_mask_t trackChannelMask, audio_channel_mask_t mixerChannelMask) in setChannelMasks()
397 const audio_channel_mask_t mixerChannelMask = in setParameter() local
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h311 virtual audio_channel_mask_t mixerChannelMask() const { return mChannelMask; } in mixerChannelMask() function
1013 audio_channel_mask_t mixerChannelMask() const override { in mixerChannelMask() function