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

/frameworks/av/include/media/
H A DAudioSystem.h386 static Mutex gLockCache; // protects gOutputs, gPrevInSamplingRate, gPrevInFormat,
396 static audio_format_t gPrevInFormat; member in class:android::AudioSystem
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp47 audio_format_t AudioSystem::gPrevInFormat; member in class:android::AudioSystem
376 if ((inBuffSize == 0) || (sampleRate != gPrevInSamplingRate) || (format != gPrevInFormat)
389 gPrevInFormat = format;

Completed in 173 milliseconds