Home
last modified time | relevance | path

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

/system/connectivity/wifilogd/
Dmain_loop.cpp52 std::array<uint8_t, protocol::kMaxMessageSize> input_buf; in RunOnce() local
56 os_->ReceiveDatagram(sock_fd_, input_buf.data(), input_buf.size()); in RunOnce()
67 command_processor_->ProcessCommand(input_buf.data(), datagram_len, in RunOnce()
Dcommand_processor.h55 virtual bool ProcessCommand(NONNULL const void* input_buf,
/system/connectivity/wifilogd/tests/
Dmock_command_processor.h34 bool(const void* input_buf, size_t n_bytes_read, int fd));