Home
last modified time | relevance | path

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

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