Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dusb_iouring.cpp52 int prep_async_io(struct io_uring* ring, int fd, T* data, size_t len, int64_t offset) { in prep_async_io() function
76 const auto ret = prep_async_io<read>(&h->ring, aiob->fd, cur_data, buf_len, 0); in usb_ffs_do_aio()