Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/
Dsignal_handler.cpp29 bool SignalHandler::IsBinaryMessage(uint8_t header_byte) { in IsBinaryMessage() argument
31 return (header_byte & 0x0f) == 0x02; in IsBinaryMessage()
34 int SignalHandler::handleMessage(uint8_t header_byte, const uint8_t* msg, in handleMessage() argument
36 if (IsBinaryMessage(header_byte)) { in handleMessage()
Dsignal_handler.h33 bool IsBinaryMessage(uint8_t header_byte);
35 int handleMessage(uint8_t header_byte, const uint8_t* msg,