Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dvhost_user.h27 struct VhostUserDeviceCommands { struct
33 Result<VhostUserDeviceCommands> VhostUserBlockDevice( argument
Dvhost_user_block.cpp44 Result<VhostUserDeviceCommands> VhostUserBlockDevice( in VhostUserBlockDevice()
99 return (VhostUserDeviceCommands){ in VhostUserBlockDevice()
Dcrosvm_manager.cpp295 Result<VhostUserDeviceCommands> BuildVhostUserGpu( in BuildVhostUserGpu()
426 return VhostUserDeviceCommands{ in BuildVhostUserGpu()
618 std::optional<VhostUserDeviceCommands> vhost_user_gpu; in StartCommands()