Home
last modified time | relevance | path

Searched refs:device_handler (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/
Dclient_handler.cpp67 auto device_handler = registry_->GetDevice(device_id); in handleConnectionRequest() local
68 if (!device_handler) { in handleConnectionRequest()
74 client_id_ = device_handler->RegisterClient(shared_from_this()); in handleConnectionRequest()
75 device_handler_ = device_handler; in handleConnectionRequest()
80 device_handler->device_info(); in handleConnectionRequest()
94 auto device_handler = device_handler_.lock(); in handleForward() local
95 if (!device_handler) { in handleForward()
100 device_handler->SendClientMessage(client_id_, in handleForward()
Ddevice_registry.cpp26 std::weak_ptr<DeviceHandler> device_handler) { in RegisterDevice() argument
32 devices_.try_emplace(device_id, device_handler); in RegisterDevice()
54 auto device_handler = devices_[device_id].lock(); in GetDevice() local
55 if (!device_handler) { in GetDevice()
60 return device_handler; in GetDevice()
Ddevice_registry.h34 std::weak_ptr<DeviceHandler> device_handler);
DAndroid.bp27 "device_handler.cpp",