Home
last modified time | relevance | path

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

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