Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs29 GpuResponsePlaneInfo, VirtioGpuResult, VIRTIO_GPU_BLOB_FLAG_CREATE_GUEST_HANDLE,
174 ) -> VirtioGpuResult { in import_event_device() argument
216 ) -> VirtioGpuResult { in set_scanout() argument
244 pub fn flush_resource(&mut self, resource_id: u32) -> VirtioGpuResult { in flush_resource() argument
327 ) -> VirtioGpuResult { in flush_resource_to_surface() argument
359 pub fn update_cursor(&mut self, resource_id: u32, x: u32, y: u32) -> VirtioGpuResult { in update_cursor() argument
410 pub fn move_cursor(&mut self, x: u32, y: u32) -> VirtioGpuResult { in move_cursor() argument
422 pub fn resource_assign_uuid(&self, resource_id: u32) -> VirtioGpuResult { in resource_assign_uuid() argument
484 pub fn get_capset_info(&self, index: u32) -> VirtioGpuResult { in get_capset_info() argument
494 pub fn get_capset(&self, capset_id: u32, version: u32) -> VirtioGpuResult { in get_capset() argument
[all …]
Dprotocol.rs911 pub type VirtioGpuResult = std::result::Result<GpuResponse, GpuResponse>; typedef
Dmod.rs255 ) -> VirtioGpuResult { in process_gpu_command() argument