Home
last modified time | relevance | path

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

/system/connectivity/wifilogd/
Dcommand_processor.cpp133 bool CommandProcessor::ProcessCommand(const void* input_buffer, in ProcessCommand() argument
143 CopyFromBufferOrDie<protocol::Command>(input_buffer, n_bytes_read); in ProcessCommand()
154 return CopyCommandToLog(input_buffer, n_bytes_read); in ProcessCommand()