Home
last modified time | relevance | path

Searched defs:OnReceive (Results 1 – 4 of 4) 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
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_handler.h32 virtual void OnReceive(const uint8_t* msg, size_t len, bool binary, in OnReceive() function
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp441 void WsConnection::OnReceive(const uint8_t* data, size_t len, bool is_binary) { in OnReceive() function in cuttlefish::webrtc_streaming::WsConnection
Dstreamer.cpp579 void Streamer::Impl::OnReceive(const uint8_t* msg, size_t length, in OnReceive() function in cuttlefish::webrtc_streaming::Streamer::Impl