Home
last modified time | relevance | path

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

/external/perfetto/docs/design-docs/
Dcontinuous-integration.md47 ## Frontend section in Perfetto CI design document
/external/crosvm/devices/src/virtio/gpu/
Dmod.rs319 pub struct Frontend { struct
325 impl Frontend { argument
326 fn new(virtio_gpu: VirtioGpu, fence_state: Arc<Mutex<FenceState>>) -> Frontend { in new()
1092 ) -> Option<Frontend> { in initialize_frontend()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dgpu.rs51 state: Rc<RefCell<gpu::Frontend>>, in run_ctrl_queue()
69 state: Rc<RefCell<gpu::Frontend>>, in run_display()
86 async fn run_resource_bridge(tube: Box<dyn IoSourceExt<Tube>>, state: Rc<RefCell<gpu::Frontend>>) { in run_resource_bridge()