Home
last modified time | relevance | path

Searched refs:write_aiob (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fastboot/device/
H A Dusb.h61 struct aio_block write_aiob; member
H A Dusb.cpp133 aio_block* aiob = read ? &h->read_aiob : &h->write_aiob; in usb_ffs_do_aio()
244 aio_block_init(&h->write_aiob, num_bufs); in create_usb_handle()
H A Dusb_iouring.cpp69 const aio_block* aiob = read ? &h->read_aiob : &h->write_aiob; in usb_ffs_do_aio()
H A Dusb_client.cpp234 h->write_aiob.fd = h->bulk_in.get(); in InitFunctionFs()