Home
last modified time | relevance | path

Searched refs:OnConnected (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dsignal_handler.h34 void OnConnected() override;
Dsignal_handler.cpp31 void SignalHandler::OnConnected() {} in OnConnected() function in cuttlefish::SignalHandler
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_handler.h36 virtual void OnConnected() = 0;
Dwebsocket_server.cpp378 handler->OnConnected(); in ServerCallback()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dconnection_observer.h45 virtual void OnConnected() = 0;
Dclient_handler.cpp230 observer_->OnConnected(); in OnConnectionStateChange()
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp77 void OnConnected() override { in OnConnected() function in cuttlefish::ConnectionObserverImpl