Home
last modified time | relevance | path

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

/aosp_15_r20/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.cpp233 Result<VhostUserDeviceCommands> BuildVhostUserGpu( in BuildVhostUserGpu()
360 return VhostUserDeviceCommands{ in BuildVhostUserGpu()
537 std::optional<VhostUserDeviceCommands> vhost_user_gpu; in StartCommands()