Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp189 bool gotFastPath = (mAudioRecord->getFlags() & AUDIO_INPUT_FLAG_FAST) in open() local
191 if (getFormat() != getDeviceFormat() && !gotFastPath) { in open()