Home
last modified time | relevance | path

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

/system/connectivity/wifilogd/
Dmain_loop.cpp32 constexpr auto kMainBufferSizeBytes = 128 * 1024; variable
39 std::make_unique<CommandProcessor>(kMainBufferSizeBytes)) {} in MainLoop()