Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h1373 static const size_t kFastCaptureLogSize = 4 * 1024; variable
DThreads.cpp5764 mFastCaptureNBLogWriter = audioFlinger->newWriter_l(kFastCaptureLogSize, "FastCapture"); in RecordThread()