HomeSort by relevance Sort by last modified time
    Searched refs:gPrevInChannelMask (Results 1 - 2 of 2) sorted by null

  /frameworks/av/include/media/
AudioSystem.h 291 static audio_channel_mask_t gPrevInChannelMask;
  /frameworks/av/media/libmedia/
AudioSystem.cpp 44 audio_channel_mask_t AudioSystem::gPrevInChannelMask = AUDIO_CHANNEL_IN_MONO;
336 || (channelMask != gPrevInChannelMask)) {
347 gPrevInChannelMask = channelMask;

Completed in 134 milliseconds