Home
last modified time | relevance | path

Searched defs:device_handler (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp32 auto device_handler = device_handler_.lock(); in OnClosed() local
75 auto device_handler = registry_->GetDevice(device_id); in handleConnectionRequest() local
104 auto device_handler = device_handler_.lock(); in handleForward() local
Ddevice_registry.cpp26 std::weak_ptr<DeviceHandler> device_handler) { in RegisterDevice()
54 auto device_handler = devices_[device_id].lock(); in GetDevice() local