Home
last modified time | relevance | path

Searched refs:mChannelMask (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/
DBalance.cpp25 || mChannelMask == channelMask) { // no need to do anything in setChannelMask()
29 mChannelMask = channelMask; in setChannelMask()
44 if (audio_channel_mask_get_representation(mChannelMask) in setChannelMask()
183 if (mChannelMask == AUDIO_CHANNEL_OUT_STEREO in setBalance()
184 || audio_channel_mask_get_representation(mChannelMask) in setBalance()
/system/media/audio_utils/include/audio_utils/
DBalance.h162 audio_channel_mask_t mChannelMask = AUDIO_CHANNEL_INVALID; variable