Home
last modified time | relevance | path

Searched defs:io_buffer (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpFfsHandle.h35 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 Dfloppyd.c116 typedef struct io_buffer { struct
125 } *io_buffer; typedef
217 typedef int io_buffer; typedef
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_response.h167 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 Ddns_query.h95 IOBufferWithSize* io_buffer() const { return io_buffer_.get(); } in io_buffer() function
H A Ddns_response.cc343 auto io_buffer = base::MakeRefCounted<IOBufferWithSize>(response_size); in DnsResponse() local
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_buffer_unittest.cc114 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 Dgzip_source_stream_fuzzer.cc39 scoped_refptr<net::IOBufferWithSize> io_buffer = in LLVMFuzzerTestOneInput() local
H A Dbrotli_source_stream_fuzzer.cc41 scoped_refptr<net::IOBufferWithSize> io_buffer = in LLVMFuzzerTestOneInput() local
H A Dzstd_source_stream_fuzzer.cc42 scoped_refptr<net::IOBufferWithSize> io_buffer = in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_parser_fuzzer.cc72 scoped_refptr<net::IOBufferWithSize> io_buffer = in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/cronet/components/cronet/android/
H A Dio_buffer_with_byte_buffer.cc31 scoped_refptr<net::IOBuffer> io_buffer, in ByteBufferWithIOBuffer()
H A Dio_buffer_with_byte_buffer.h64 const net::IOBuffer* io_buffer() const { return io_buffer_.get(); } in io_buffer() function
/aosp_15_r20/external/cronet/net/socket/
H A Dudp_socket_unittest.cc114 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 Dudp_socket_perftest.cc85 scoped_refptr<IOBufferWithSize> io_buffer = in WritePacketsToSocket() local
/aosp_15_r20/external/coreboot/src/device/oprom/yabel/
H A Ddevice.h100 u8 io_buffer[64 * 1024]; member
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/
H A Dvcpu.rs86 pub(super) io_buffer: *mut c_void, field
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h42742 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 Dvmlinux.h23786 struct io_buffer { struct
23787 struct list_head list;
23788 __u64 addr;
23789 __u32 len;
23790 __u16 bid;
23791 __u16 bgid;
H A Dvmlinux_600.h23786 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 Dvmlinux.h31754 struct io_buffer { struct
31755 struct list_head list;
31756 __u64 addr;
31757 __u32 len;
31758 __u16 bid;
31759 __u16 bgid;
H A Dvmlinux_602.h31754 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 Dvmlinux.h53634 struct io_buffer { struct
53635 struct list_head list;
53636 __u64 addr;
53637 __u32 len;
53638 __u16 bid;
53639 __u16 bgid;
H A Dvmlinux_518.h53634 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 Dvmlinux.h63373 struct io_buffer { struct
63383 struct io_buffer_list { argument
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h33769 struct io_buffer { struct
33770 struct list_head list;
33771 __u64 addr;
33772 __u32 len;
33773 __u16 bid;
33774 __u16 bgid;

12