Home
last modified time | relevance | path

Searched defs:fastboot_usb_interface_stop (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/protocols/
H A Dgbl_efi_fastboot_usb.h30 EfiStatus (*fastboot_usb_interface_stop)(struct GblEfiFastbootUsbProtocol* self); member
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dgbl_efi_fastboot_usb.rs57 pub fn fastboot_usb_interface_stop(&self) -> Result<()> { in fastboot_usb_interface_stop() method