Searched refs:GetDevice (Results 1 – 3 of 3) sorted by relevance
37 std::shared_ptr<DeviceHandler> GetDevice(const std::string& device_id);
48 std::shared_ptr<DeviceHandler> DeviceRegistry::GetDevice( in GetDevice() function in cuttlefish::DeviceRegistry
67 auto device_handler = registry_->GetDevice(device_id); in handleConnectionRequest()