Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp50 auto device_handler = device_handler_.lock(); in OnClosed() local
51 if (device_handler) { in OnClosed()
52 device_handler->SendClientDisconnectMessage(client_id_); in OnClosed()
93 auto device_handler = registry_->GetDevice(device_id); in handleConnectionRequest() local
94 if (!device_handler) { in handleConnectionRequest()
101 client_id_ = device_handler->RegisterClient(shared_from_this()); in handleConnectionRequest()
102 device_handler_ = device_handler; in handleConnectionRequest()
107 device_handler->device_info(); in handleConnectionRequest()
122 auto device_handler = device_handler_.lock(); in handleForward() local
123 if (!device_handler) { in handleForward()
[all …]
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.bp31 "device_handler.cpp",