Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/
Ddwl.rs88 pub struct dwl_event { struct
89 pub surface_descriptor: *const ::std::ffi::c_void,
90 pub event_type: u32,
91 pub params: [i32; 3usize],
175 pub fn dwl_context_next_event(self_: *mut dwl_context, event: *mut dwl_event); in dwl_context_next_event()
Ddisplay_wl.c56 struct dwl_event { struct
57 const void *surface_descriptor;
58 uint32_t event_type;
59 int32_t params[3];
Dgpu_display_wl.rs275 fn pop_event(&self) -> dwl_event { in pop_event()