Home
last modified time | relevance | path

Searched defs:iocb (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Daio_abi.h43 struct iocb { struct
44 __u64 aio_data;
46 __u32 aio_key;
50 __u32 aio_key;
55 __s16 aio_reqprio;
56 __u32 aio_fildes;
57 __u64 aio_buf;
58 __u64 aio_nbytes;
59 __s64 aio_offset;
61 __u32 aio_flags;
[all …]
/aosp12/system/core/libasyncio/
H A DAsyncIO.cpp43 void io_prep(iocb* iocb, int fd, const void* buf, uint64_t count, int64_t offset, bool read) { in io_prep() argument
53 void io_prep_pread(struct iocb* iocb, int fd, void* buf, size_t count, long long offset) { in io_prep_pread()
57 void io_prep_pwrite(struct iocb* iocb, int fd, void* buf, size_t count, long long offset) { in io_prep_pwrite()
/aosp12/frameworks/av/media/mtp/
H A DMtpFfsHandle.cpp373 int MtpFfsHandle::cancelEvents(struct iocb **iocb, struct io_event *events, unsigned start, in cancelEvents()
/aosp12/packages/modules/adb/daemon/
H A Dusb.cpp603 struct iocb* iocb = &block->control; in SubmitRead() local