Searched defs:OnReceive (Results 1 – 4 of 4) sorted by relevance
| /device/google/cuttlefish/host/frontend/webrtc_operator/ | ||
| D | signal_handler.cpp | 33 void SignalHandler::OnReceive(const uint8_t* msg, size_t len, bool binary) {  in OnReceive()  function in cuttlefish::SignalHandler | 
| /device/google/cuttlefish/host/libs/websocket/ | ||
| D | websocket_handler.h | 32   virtual void OnReceive(const uint8_t* msg, size_t len, bool binary,  in OnReceive()  function | 
| /device/google/cuttlefish/host/frontend/webrtc/libdevice/ | ||
| D | server_connection.cpp | 441 void WsConnection::OnReceive(const uint8_t* data, size_t len, bool is_binary) {  in OnReceive()  function in cuttlefish::webrtc_streaming::WsConnection | 
| D | streamer.cpp | 529 void Streamer::Impl::OnReceive(const uint8_t* msg, size_t length,  in OnReceive()  function in cuttlefish::webrtc_streaming::Streamer::Impl |