Home
last modified time | relevance | path

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

/system/connectivity/wifilogd/
Dcommand_processor.h37 explicit CommandProcessor(size_t buffer_size_bytes);
42 CommandProcessor(size_t buffer_size_bytes, std::unique_ptr<Os> os);
Dcommand_processor.cpp124 CommandProcessor::CommandProcessor(size_t buffer_size_bytes) in CommandProcessor() argument
125 : current_log_buffer_(buffer_size_bytes), os_(new Os()) {} in CommandProcessor()
127 CommandProcessor::CommandProcessor(size_t buffer_size_bytes, in CommandProcessor() argument
129 : current_log_buffer_(buffer_size_bytes), os_(std::move(os)) {} in CommandProcessor()