Home
last modified time | relevance | path

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

/aosp14/system/core/libasyncio/include/asyncio/
H A DAsyncIO.h36 int io_setup(unsigned nr, aio_context_t* ctxp);
/aosp14/system/core/libasyncio/
H A DAsyncIO.cpp23 int io_setup(unsigned nr, aio_context_t* ctxp) { in io_setup() function
/aosp14/system/core/fastboot/device/
H A Dusb.cpp66 if (io_setup(num_bufs, &aiob->ctx)) { in aio_block_init()