Home
last modified time | relevance | path

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

/system/connectivity/wifilogd/
Dcommand_processor.cpp134 size_t n_bytes_read, int fd) { in ProcessCommand() argument
137 if (n_bytes_read < sizeof(protocol::Command)) { in ProcessCommand()
143 CopyFromBufferOrDie<protocol::Command>(input_buffer, n_bytes_read); in ProcessCommand()
154 return CopyCommandToLog(input_buffer, n_bytes_read); in ProcessCommand()
Dcommand_processor.h56 size_t n_bytes_read, int fd);
/system/connectivity/wifilogd/tests/
Dmock_command_processor.h34 bool(const void* input_buf, size_t n_bytes_read, int fd));