Searched refs:gPrevInChannelMask (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/
H A DAudioSystem.h286 static audio_channel_mask_t gPrevInChannelMask; member in class:android::AudioSystem
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp44 audio_channel_mask_t AudioSystem::gPrevInChannelMask = AUDIO_CHANNEL_IN_MONO; member in class:android::AudioSystem
344 || (channelMask != gPrevInChannelMask)) {
355 gPrevInChannelMask = channelMask;

Completed in 6 milliseconds