Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/
Ddevice_registry.h37 std::shared_ptr<DeviceHandler> GetDevice(const std::string& device_id);
Ddevice_registry.cpp48 std::shared_ptr<DeviceHandler> DeviceRegistry::GetDevice( in GetDevice() function in cuttlefish::DeviceRegistry
Dclient_handler.cpp67 auto device_handler = registry_->GetDevice(device_id); in handleConnectionRequest()