Searched refs:io_getevents (Results 1 – 4 of 4) sorted by relevance
/system/core/libasyncio/include/asyncio/ |
D | AsyncIO.h | 39 int io_getevents(aio_context_t ctx, long min_nr, long max_nr, struct io_event* events,
|
/system/core/libasyncio/ |
D | AsyncIO.cpp | 35 int io_getevents(aio_context_t ctx, long min_nr, long max_nr, io_event* events, timespec* timeout) { in io_getevents() function
|
/system/core/adb/daemon/ |
D | usb_legacy.cpp | 213 if (TEMP_FAILURE_RETRY(io_getevents(aiob->ctx, num_bufs, num_bufs, aiob->events.data(), in usb_ffs_do_aio()
|
D | usb.cpp | 492 int rc = io_getevents(aio_context_.get(), 0, kMaxEvents, events, &timeout); in ReadEvents()
|