Home
last modified time | relevance | path

Searched refs:OnError (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dserver_connection.cpp75 void OnError(const std::string& error);
204 o->OnError("Failed to connect to unix socket"); in Connect()
213 o->OnError("Failed to create eventfd for background thread"); in Connect()
275 observer->OnError(conn_->StrError()); in ReadLoop()
435 void WsConnection::OnError(const std::string& error) { in OnError() function in cuttlefish::webrtc_streaming::WsConnection
438 observer->OnError(error); in OnError()
522 connection->OnError(in ? (char*)in : "(null)"); in LwsCallback()
Dstreamer.cpp154 void OnError(const std::string& error) override;
514 void Streamer::Impl::OnError(const std::string& error) { in OnError() function in cuttlefish::webrtc_streaming::Streamer::Impl
533 observer->OnError(); in OnError()
598 OnError( in OnReceive()
614 OnError("Invalid disconnect message: client_id is required"); in OnReceive()
626 OnError("Invalid message received from operator: unknown message type"); in OnReceive()
Dserver_connection.h60 virtual void OnError(const std::string& error) = 0;
Dstreamer.h72 virtual void OnError() = 0;
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp96 virtual void OnError() override { in OnError() function in CfOperatorObserver