Home
last modified time | relevance | path

Searched defs:OnReceive (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dsignal_handler.cpp33 void SignalHandler::OnReceive(const uint8_t* msg, size_t len, bool binary) { in OnReceive() function in cuttlefish::SignalHandler
63 void SignalHandler::OnReceive(const uint8_t* msg, size_t len, bool binary, in OnReceive() function in cuttlefish::SignalHandler
Ddevice_list_handler.cpp24 void DeviceListHandler::OnReceive(const uint8_t* /*msg*/, size_t /*len*/, in OnReceive() function in cuttlefish::DeviceListHandler
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_handler.h31 virtual void OnReceive(const uint8_t* msg, size_t len, bool binary, in OnReceive() function
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dws_connection.cpp271 void WsConnectionImpl::OnReceive(const uint8_t* data, size_t len, in OnReceive() function in WsConnectionImpl
Dstreamer.cpp505 void Streamer::Impl::OnReceive(const uint8_t* msg, size_t length, in OnReceive() function in cuttlefish::webrtc_streaming::Streamer::Impl