Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp8117 bool initFastCapture; in RecordThread() local
8120 initFastCapture = false; in RecordThread()
8124 initFastCapture = true; in RecordThread()
8128 initFastCapture = !mIsMsdDevice // Disable fast capture for MSD BUS devices. in RecordThread()
8133 mSampleRate, kMinNormalCaptureBufferSizeMs, initFastCapture, mIsMsdDevice); in RecordThread()
8138 if (initFastCapture) { in RecordThread()