Home
last modified time | relevance | path

Searched defs:DoRead (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/pigweed/pw_stream/
H A Dstream_test.cc35 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon921b773b0111::TestNonSeekableReader
40 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon921b773b0111::TestRelativeSeekableReader
46 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon921b773b0111::TestSeekableReader
69 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon921b773b0111::TestNonSeekableReaderWriter
75 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon921b773b0111::TestRelativeSeekableReaderWriter
82 StatusWithSize DoRead(ByteSpan) override { return StatusWithSize(0); } in DoRead() function in pw::stream::__anon921b773b0111::TestSeekableReaderWriter
213 StatusWithSize DoRead(ByteSpan dest) override { in DoRead() function in pw::stream::__anon921b773b0111::TestFragmentedReader
H A Dmemory_stream.cc45 StatusWithSize MemoryReader::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::MemoryReader
H A Dinterval_reader.cc21 StatusWithSize IntervalReader::DoRead(ByteSpan destination) { in DoRead() function in pw::stream::IntervalReader
H A Dstd_file_stream.cc36 StatusWithSize StdFileReader::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::StdFileReader
/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/
H A Dnull_stream.h40 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() function
57 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() function
H A Dsys_io_stream.h35 StatusWithSize DoRead(ByteSpan dest) override { in DoRead() function
/aosp_15_r20/external/pigweed/pw_kvs/
H A Dflash_memory.cc52 StatusWithSize FlashPartition::Reader::DoRead(ByteSpan data) { in DoRead() function in pw::kvs::FlashPartition::Reader
73 StatusWithSize FlashPartition::Input::DoRead(span<byte> data) { in DoRead() function in pw::kvs::FlashPartition::Input
/aosp_15_r20/external/pigweed/pw_tls_client/
H A Dtest_server.cc56 StatusWithSize FixedSizeFIFOBuffer::DoRead(ByteSpan dest) { in DoRead() function in pw::tls_client::test::FixedSizeFIFOBuffer
273 StatusWithSize InMemoryTestServer::DoRead(ByteSpan dest) { in DoRead() function in pw::tls_client::test::InMemoryTestServer
/aosp_15_r20/external/pigweed/pw_uart/public/pw_uart/
H A Dstream.h33 StatusWithSize DoRead(ByteSpan destination) override { in DoRead() function
/aosp_15_r20/external/pigweed/pw_stream_uart_mcuxpresso/
H A Dstream.cc37 StatusWithSize UartStreamMcuxpresso::DoRead(ByteSpan data) { in DoRead() function in pw::stream::UartStreamMcuxpresso
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_file_stream.cpp87 void dng_file_stream::DoRead (void *data, in DoRead() function in dng_file_stream
H A Ddng_memory_stream.cpp78 void dng_memory_stream::DoRead (void *data, in DoRead() function in dng_memory_stream
H A Ddng_fingerprint.h347 virtual void DoRead (void * /* data */, in DoRead() function
/aosp_15_r20/external/pigweed/pw_tls_client_boringssl/
H A Dtls_client_boringssl.cc50 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() function in pw::tls_client::Session
/aosp_15_r20/external/pigweed/pw_stream_shmem_mcuxpresso/
H A Dstream.cc45 StatusWithSize ShmemMcuxpressoStream::DoRead(ByteSpan data) { in DoRead() function in pw::stream::ShmemMcuxpressoStream
/aosp_15_r20/external/pigweed/pw_multibuf/
H A Dstream.cc51 StatusWithSize Stream::DoRead(ByteSpan destination) { in DoRead() function in pw::multibuf::Stream
/aosp_15_r20/external/pigweed/pw_stream_uart_linux/
H A Dstream.cc156 StatusWithSize UartStreamLinux::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::UartStreamLinux
/aosp_15_r20/external/pigweed/pw_uart/
H A Duart_non_blocking_test.cc36 Status DoRead(ByteSpan, in DoRead() function in pw::uart::__anonbbcc5a6d0111::UartNonBlockingStub
/aosp_15_r20/external/cronet/net/socket/
H A Dread_buffering_stream_socket.cc84 int ReadBufferingStreamSocket::DoRead() { in DoRead() function in net::ReadBufferingStreamSocket
/aosp_15_r20/external/pigweed/pw_digital_io_linux/
H A Dmock_vfs.h68 virtual ssize_t DoRead(void* /* buf */, size_t /* count */) { in DoRead() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/http/
Dhttpcli.h190 void DoRead() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in DoRead() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/http/
H A Dhttpcli.h187 void DoRead() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in DoRead() function
/aosp_15_r20/external/pigweed/pw_rpc_transport/
H A Dstream_rpc_dispatcher_test.cc90 StatusWithSize DoRead(ByteSpan out) final { in DoRead() function in pw::rpc::__anon4a227c4a0111::TestStream
/aosp_15_r20/external/pigweed/pw_tls_client_mbedtls/
H A Dtls_client_mbedtls.cc209 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() function in pw::tls_client::Session
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dfile_posix.cc155 int File::DoRead(void* buffer, size_t buffer_len, size_t offset) { in DoRead() function in disk_cache::File

12