Searched defs:OnReceive (Results 1 – 5 of 5) 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 |
| D | device_list_handler.cpp | 24 void DeviceListHandler::OnReceive(const uint8_t* /*msg*/, size_t /*len*/, in OnReceive() function in cuttlefish::DeviceListHandler |
| /device/google/cuttlefish/host/libs/websocket/ | ||
| D | websocket_handler.h | 31 virtual void OnReceive(const uint8_t* msg, size_t len, bool binary, in OnReceive() function |
| /device/google/cuttlefish/host/frontend/webrtc/lib/ | ||
| D | ws_connection.cpp | 271 void WsConnectionImpl::OnReceive(const uint8_t* data, size_t len, in OnReceive() function in WsConnectionImpl |
| D | streamer.cpp | 505 void Streamer::Impl::OnReceive(const uint8_t* msg, size_t length, in OnReceive() function in cuttlefish::webrtc_streaming::Streamer::Impl |