/aosp_15_r20/external/pigweed/pw_stream/ |
H A D | stream_test.cc | 35 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 D | memory_stream.cc | 45 StatusWithSize MemoryReader::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::MemoryReader
|
H A D | interval_reader.cc | 21 StatusWithSize IntervalReader::DoRead(ByteSpan destination) { in DoRead() function in pw::stream::IntervalReader
|
H A D | std_file_stream.cc | 36 StatusWithSize StdFileReader::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::StdFileReader
|
/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/ |
H A D | null_stream.h | 40 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() function 57 StatusWithSize DoRead(ByteSpan) final { return StatusWithSize::OutOfRange(); } in DoRead() function
|
H A D | sys_io_stream.h | 35 StatusWithSize DoRead(ByteSpan dest) override { in DoRead() function
|
/aosp_15_r20/external/pigweed/pw_kvs/ |
H A D | flash_memory.cc | 52 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 D | test_server.cc | 56 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 D | stream.h | 33 StatusWithSize DoRead(ByteSpan destination) override { in DoRead() function
|
/aosp_15_r20/external/pigweed/pw_stream_uart_mcuxpresso/ |
H A D | stream.cc | 37 StatusWithSize UartStreamMcuxpresso::DoRead(ByteSpan data) { in DoRead() function in pw::stream::UartStreamMcuxpresso
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_file_stream.cpp | 87 void dng_file_stream::DoRead (void *data, in DoRead() function in dng_file_stream
|
H A D | dng_memory_stream.cpp | 78 void dng_memory_stream::DoRead (void *data, in DoRead() function in dng_memory_stream
|
H A D | dng_fingerprint.h | 347 virtual void DoRead (void * /* data */, in DoRead() function
|
/aosp_15_r20/external/pigweed/pw_tls_client_boringssl/ |
H A D | tls_client_boringssl.cc | 50 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() function in pw::tls_client::Session
|
/aosp_15_r20/external/pigweed/pw_stream_shmem_mcuxpresso/ |
H A D | stream.cc | 45 StatusWithSize ShmemMcuxpressoStream::DoRead(ByteSpan data) { in DoRead() function in pw::stream::ShmemMcuxpressoStream
|
/aosp_15_r20/external/pigweed/pw_multibuf/ |
H A D | stream.cc | 51 StatusWithSize Stream::DoRead(ByteSpan destination) { in DoRead() function in pw::multibuf::Stream
|
/aosp_15_r20/external/pigweed/pw_stream_uart_linux/ |
H A D | stream.cc | 156 StatusWithSize UartStreamLinux::DoRead(ByteSpan dest) { in DoRead() function in pw::stream::UartStreamLinux
|
/aosp_15_r20/external/pigweed/pw_uart/ |
H A D | uart_non_blocking_test.cc | 36 Status DoRead(ByteSpan, in DoRead() function in pw::uart::__anonbbcc5a6d0111::UartNonBlockingStub
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | read_buffering_stream_socket.cc | 84 int ReadBufferingStreamSocket::DoRead() { in DoRead() function in net::ReadBufferingStreamSocket
|
/aosp_15_r20/external/pigweed/pw_digital_io_linux/ |
H A D | mock_vfs.h | 68 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/ |
D | httpcli.h | 190 void DoRead() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in DoRead() function
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/http/ |
H A D | httpcli.h | 187 void DoRead() ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in DoRead() function
|
/aosp_15_r20/external/pigweed/pw_rpc_transport/ |
H A D | stream_rpc_dispatcher_test.cc | 90 StatusWithSize DoRead(ByteSpan out) final { in DoRead() function in pw::rpc::__anon4a227c4a0111::TestStream
|
/aosp_15_r20/external/pigweed/pw_tls_client_mbedtls/ |
H A D | tls_client_mbedtls.cc | 209 StatusWithSize Session::DoRead(ByteSpan) { in DoRead() function in pw::tls_client::Session
|
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/ |
H A D | file_posix.cc | 155 int File::DoRead(void* buffer, size_t buffer_len, size_t offset) { in DoRead() function in disk_cache::File
|