Home
last modified time | relevance | path

Searched refs:ClientWSHandlerFactory (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp133 ClientWSHandlerFactory::ClientWSHandlerFactory(DeviceRegistry* registry, in ClientWSHandlerFactory() function in cuttlefish::ClientWSHandlerFactory
138 std::shared_ptr<WebSocketHandler> ClientWSHandlerFactory::Build(struct lws* wsi) { in Build()
Dclient_handler.h62 class ClientWSHandlerFactory : public WebSocketHandlerFactory {
64 ClientWSHandlerFactory(DeviceRegistry* registry,
Dserver.cpp84 new cuttlefish::ClientWSHandlerFactory(&device_registry, in main()