Home
last modified time | relevance | path

Searched defs:EventNotifyFn (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/crates/uefi/src/
Dboot.rs325 notify_fn: Option<EventNotifyFn>, in create_event()
390 notify_fn: Option<EventNotifyFn>, in create_event_ex()
1689 pub type EventNotifyFn = unsafe extern "efiapi" fn(event: Event, context: Option<NonNull<c_void>>); typedef
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/
Dboot.rs325 notify_fn: Option<EventNotifyFn>, in create_event()
390 notify_fn: Option<EventNotifyFn>, in create_event_ex()
1689 pub type EventNotifyFn = unsafe extern "efiapi" fn(event: Event, context: Option<NonNull<c_void>>); typedef
/aosp_15_r20/external/rust/crates/uefi-raw/src/table/
Dboot.rs277 pub type EventNotifyFn = unsafe extern "efiapi" fn(event: Event, context: *mut c_void); typedef
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/table/
Dboot.rs277 pub type EventNotifyFn = unsafe extern "efiapi" fn(event: Event, context: *mut c_void); typedef