Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp514 std::optional<VhostUserDeviceCommands> vhost_user_gpu; in StartCommands() local
516 vhost_user_gpu.emplace( in StartCommands()
837 if (vhost_user_gpu) { in StartCommands()
841 commands.emplace_back(std::move(vhost_user_gpu->device_cmd)); in StartCommands()
842 commands.emplace_back(std::move(vhost_user_gpu->device_logs_cmd)); in StartCommands()