Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h1352 static const size_t kFastMixerLogSize = 8 * 1024; variable
H A DThreads.cpp4805 mFastMixerNBLogWriter = audioFlinger->newWriter_l(kFastMixerLogSize, "FastMixer"); in MixerThread()