HomeSort by relevance Sort by last modified time
    Searched defs:aio (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/mtp/tests/
AsyncIO_test.cpp 55 struct aiocb aio; local
56 struct aiocb *aiol[] = {&aio};
57 aio.aio_fildes = dummy_file.fd;
58 aio.aio_buf = buf;
59 aio.aio_offset = 0;
60 aio.aio_nbytes = TEST_PACKET_SIZE;
62 EXPECT_EQ(aio_read(&aio), 0);
64 EXPECT_EQ(aio_return(&aio), TEST_PACKET_SIZE);
71 struct aiocb aio; local
72 struct aiocb *aiol[] = {&aio};
88 struct aiocb aio; local
107 struct aiocb aio; local
128 struct aiocb aio; local
    [all...]
  /frameworks/av/media/mtp/
MtpFfsHandle.cpp 537 struct aiocb aio; local
538 aio.aio_fildes = mfr.fd;
539 aio.aio_buf = nullptr;
540 struct aiocb *aiol[] = {&aio};
567 int written = aio_return(&aio);
569 errno = aio_error(&aio);
572 if (static_cast<size_t>(written) < aio.aio_nbytes) {
595 aio.aio_buf = data;
596 aio.aio_sink = mfr.fd;
597 aio.aio_offset = offset
642 struct aiocb aio; local
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 406 milliseconds