Home
last modified time | relevance | path

Searched refs:aio_type (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fastboot/device/
H A Dusb.cpp207 if (h->aio_type == AIOType::IO_URING) { in usb_ffs_close()
231 h->aio_type = AIOType::IO_URING; in create_usb_handle()
238 h->aio_type = AIOType::SYNC_IO; in create_usb_handle()
245 h->aio_type = AIOType::AIO; in create_usb_handle()
H A Dusb.h65 AIOType aio_type; member