Home
last modified time | relevance | path

Searched defs:Frontend (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/device/gpu/sys/
Dunix.rs43 state: Rc<RefCell<gpu::Frontend>>, in run_display()
65 async fn run_resource_bridge(tube: IoSource<Tube>, state: Rc<RefCell<gpu::Frontend>>) { in run_resource_bridge()
Dwindows.rs55 state: Rc<RefCell<gpu::Frontend>>, in run_display()
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs303 pub struct Frontend { struct
309 impl Frontend { argument
310 fn new(virtio_gpu: VirtioGpu, fence_state: Arc<Mutex<FenceState>>) -> Frontend { in new()
1181 ) -> Option<Frontend> { in initialize_frontend()
1514 state: &mut Frontend, in process_resource_bridges()
/external/perfetto/docs/design-docs/
Dcontinuous-integration.md47 ## Frontend section in Perfetto CI design document
/external/crosvm/devices/src/virtio/vhost/user/device/
Dgpu.rs67 state: Rc<RefCell<gpu::Frontend>>, in run_ctrl_queue()