Home
last modified time | relevance | path

Searched defs:GpuResponse (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/
H A Dprotocol.rs736 pub enum GpuResponse { enum
773 impl From<TubeError> for GpuResponse { implementation
774 fn from(e: TubeError) -> GpuResponse { in from()
779 impl From<RutabagaError> for GpuResponse { implementation
780 fn from(e: RutabagaError) -> GpuResponse { in from()
785 impl From<GpuDisplayError> for GpuResponse { implementation
786 fn from(e: GpuDisplayError) -> GpuResponse { in from()
791 impl From<UdmabufError> for GpuResponse { implementation
792 fn from(e: UdmabufError) -> GpuResponse { in from()
797 impl Display for GpuResponse { implementation
[all …]
H A Dvirtio_gpu.rs1204 fn result_from_query(&mut self, resource_id: u32) -> GpuResponse { in result_from_query()
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dlib.rs2493 GpuResponse(GpuControlResult), enumerator