Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/msg_queue/
DREADME.md6 #define MAX_MSG_SIZE 200
11 char mesg_text[MAX_MSG_SIZE];
33 #define MAX_MSG_SIZE 200
37 char mesg_text[MAX_MSG_SIZE];
48 int rc = msg_queue->Receive(&msg, MAX_MSG_SIZE, 1, true);
/device/google/cuttlefish/host/commands/metrics/
Dmetrics_configs.h22 const uint32_t MAX_MSG_SIZE = 200; variable
26 char mesg_text[MAX_MSG_SIZE];
Dhost_receiver.cc43 int rc = msg_queue->Receive(&msg, MAX_MSG_SIZE, 1, true); in ServerLoop()