Searched defs:iocb (Results 1 – 4 of 4) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | aio_abi.h | 43 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 D | AsyncIO.cpp | 43 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 D | MtpFfsHandle.cpp | 373 int MtpFfsHandle::cancelEvents(struct iocb **iocb, struct io_event *events, unsigned start, in cancelEvents()
|
/aosp12/packages/modules/adb/daemon/ |
H A D | usb.cpp | 603 struct iocb* iocb = &block->control; in SubmitRead() local
|