/aosp_15_r20/frameworks/av/media/mtp/ |
H A D | MtpFfsHandle.h | 35 struct io_buffer { struct 36 std::vector<struct iocb> iocbs; // Holds memory for all iocbs. Not used directly. 37 std::vector<struct iocb*> iocb; // Pointers to individual iocbs, for syscalls 38 std::vector<unsigned char> bufs; // A large buffer, used with filesystem io 39 std::vector<unsigned char*> buf; // Pointers within the larger buffer, for syscalls 40 unsigned actual; // The number of buffers submitted for this request
|
/aosp_15_r20/external/mtools/ |
H A D | floppyd.c | 116 typedef struct io_buffer { struct 125 } *io_buffer; typedef 217 typedef int io_buffer; typedef
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | dns_response.h | 167 IOBuffer* io_buffer() { return io_buffer_.get(); } in io_buffer() function 168 const IOBuffer* io_buffer() const { return io_buffer_.get(); } in io_buffer() function
|
H A D | dns_query.h | 95 IOBufferWithSize* io_buffer() const { return io_buffer_.get(); } in io_buffer() function
|
H A D | dns_response.cc | 343 auto io_buffer = base::MakeRefCounted<IOBufferWithSize>(response_size); in DnsResponse() local
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_buffer_unittest.cc | 114 scoped_refptr<IOBuffer> io_buffer = buffer.GetIOBufferForRemainingData(); in TEST_F() local 127 scoped_refptr<IOBuffer> io_buffer = buffer->GetIOBufferForRemainingData(); in TEST_F() local
|
/aosp_15_r20/external/cronet/net/filter/ |
H A D | gzip_source_stream_fuzzer.cc | 39 scoped_refptr<net::IOBufferWithSize> io_buffer = in LLVMFuzzerTestOneInput() local
|
H A D | brotli_source_stream_fuzzer.cc | 41 scoped_refptr<net::IOBufferWithSize> io_buffer = in LLVMFuzzerTestOneInput() local
|
H A D | zstd_source_stream_fuzzer.cc | 42 scoped_refptr<net::IOBufferWithSize> io_buffer = in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_stream_parser_fuzzer.cc | 72 scoped_refptr<net::IOBufferWithSize> io_buffer = in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/cronet/components/cronet/android/ |
H A D | io_buffer_with_byte_buffer.cc | 31 scoped_refptr<net::IOBuffer> io_buffer, in ByteBufferWithIOBuffer()
|
H A D | io_buffer_with_byte_buffer.h | 64 const net::IOBuffer* io_buffer() const { return io_buffer_.get(); } in io_buffer() function
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | udp_socket_unittest.cc | 114 scoped_refptr<StringIOBuffer> io_buffer = in SendToSocket() local 148 scoped_refptr<StringIOBuffer> io_buffer = in WriteSocket() local 165 auto io_buffer = base::MakeRefCounted<StringIOBuffer>(msg); in SendToSocket() local
|
H A D | udp_socket_perftest.cc | 85 scoped_refptr<IOBufferWithSize> io_buffer = in WritePacketsToSocket() local
|
/aosp_15_r20/external/coreboot/src/device/oprom/yabel/ |
H A D | device.h | 100 u8 io_buffer[64 * 1024]; member
|
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/ |
H A D | vcpu.rs | 86 pub(super) io_buffer: *mut c_void, field
|
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 42742 struct io_buffer { struct 42743 struct list_head list; 42744 __u64 addr; 42745 __u32 len; 42746 __u16 bid; 42747 __u16 bgid;
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 23786 struct io_buffer { struct 23787 struct list_head list; 23788 __u64 addr; 23789 __u32 len; 23790 __u16 bid; 23791 __u16 bgid;
|
H A D | vmlinux_600.h | 23786 struct io_buffer { struct 23787 struct list_head list; 23788 __u64 addr; 23789 __u32 len; 23790 __u16 bid; 23791 __u16 bgid;
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 31754 struct io_buffer { struct 31755 struct list_head list; 31756 __u64 addr; 31757 __u32 len; 31758 __u16 bid; 31759 __u16 bgid;
|
H A D | vmlinux_602.h | 31754 struct io_buffer { struct 31755 struct list_head list; 31756 __u64 addr; 31757 __u32 len; 31758 __u16 bid; 31759 __u16 bgid;
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 53634 struct io_buffer { struct 53635 struct list_head list; 53636 __u64 addr; 53637 __u32 len; 53638 __u16 bid; 53639 __u16 bgid;
|
H A D | vmlinux_518.h | 53634 struct io_buffer { struct 53635 struct list_head list; 53636 __u64 addr; 53637 __u32 len; 53638 __u16 bid; 53639 __u16 bgid;
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 63373 struct io_buffer { struct 63383 struct io_buffer_list { argument
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 33769 struct io_buffer { struct 33770 struct list_head list; 33771 __u64 addr; 33772 __u32 len; 33773 __u16 bid; 33774 __u16 bgid;
|