Home
last modified time | relevance | path

Searched refs:OnClosed (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc_operator/
Ddevice_handler.h45 void OnClosed() override;
Ddevice_handler.cpp29 void DeviceHandler::OnClosed() { in OnClosed() function in cuttlefish::DeviceHandler
Dclient_handler.h46 void OnClosed() override;
Dclient_handler.cpp49 void ClientWSHandler::OnClosed() { in OnClosed() function in cuttlefish::ClientWSHandler
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_handler.h37 virtual void OnClosed() = 0;
Dwebsocket_server.cpp384 handler->OnClosed(); in ServerCallback()