Home
last modified time | relevance | path

Searched defs:DoWrite (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/pigweed/pw_stream/
H A Dstream_test.cc52 Status DoWrite(ConstByteSpan) override { return OkStatus(); } in DoWrite() function in pw::stream::__anon921b773b0111::TestNonSeekableWriter
57 Status DoWrite(ConstByteSpan) override { return OkStatus(); } in DoWrite() function in pw::stream::__anon921b773b0111::TestRelativeSeekableWriter
63 Status DoWrite(ConstByteSpan) override { return OkStatus(); } in DoWrite() function in pw::stream::__anon921b773b0111::TestSeekableWriter
70 Status DoWrite(ConstByteSpan) override { return OkStatus(); } in DoWrite() function in pw::stream::__anon921b773b0111::TestNonSeekableReaderWriter
76 Status DoWrite(ConstByteSpan) override { return OkStatus(); } in DoWrite() function in pw::stream::__anon921b773b0111::TestRelativeSeekableReaderWriter
83 Status DoWrite(ConstByteSpan) override { return OkStatus(); } in DoWrite() function in pw::stream::__anon921b773b0111::TestSeekableReaderWriter
H A Dmemory_stream.cc24 Status MemoryWriter::DoWrite(ConstByteSpan data) { in DoWrite() function in pw::stream::MemoryWriter
H A Dstd_file_stream.cc90 Status StdFileWriter::DoWrite(ConstByteSpan data) { in DoWrite() function in pw::stream::StdFileWriter
/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/
H A Dnull_stream.h39 Status DoWrite(ConstByteSpan) final { return OkStatus(); } in DoWrite() function
52 Status DoWrite(ConstByteSpan data) final { in DoWrite() function
H A Dsys_io_stream.h28 Status DoWrite(span<const std::byte> data) override { in DoWrite() function
/aosp_15_r20/external/pigweed/pw_kvs/
H A Dflash_memory.cc34 Status FlashPartition::Writer::DoWrite(ConstByteSpan data) { in DoWrite() function in pw::kvs::FlashPartition::Writer
67 StatusWithSize FlashPartition::Output::DoWrite(span<const byte> data) { in DoWrite() function in pw::kvs::FlashPartition::Output
/aosp_15_r20/external/pigweed/pw_tls_client/
H A Dtest_server.cc65 Status FixedSizeFIFOBuffer::DoWrite(ConstByteSpan data) { in DoWrite() function in pw::tls_client::test::FixedSizeFIFOBuffer
282 Status InMemoryTestServer::DoWrite(ConstByteSpan data) { in DoWrite() function in pw::tls_client::test::InMemoryTestServer
/aosp_15_r20/external/pigweed/pw_blob_store/public/pw_blob_store/
H A Dblob_store.h238 Status DoWrite(ConstByteSpan data) override { in DoWrite() function
312 Status DoWrite(ConstByteSpan data) final { in DoWrite() function
/aosp_15_r20/external/pigweed/pw_persistent_ram/
H A Dpersistent_buffer.cc22 Status PersistentBufferWriter::DoWrite(ConstByteSpan data) { in DoWrite() function in pw::persistent_ram::PersistentBufferWriter
/aosp_15_r20/external/pigweed/pw_uart/public/pw_uart/
H A Dstream.h37 Status DoWrite(ConstByteSpan data) override { return uart_.Write(data); } in DoWrite() function
/aosp_15_r20/external/pigweed/pw_stream_uart_mcuxpresso/
H A Dinterrupt_safe_writer.cc38 pw::Status InterruptSafeUartWriterMcuxpresso::DoWrite(pw::ConstByteSpan data) { in DoWrite() function in pw::stream::InterruptSafeUartWriterMcuxpresso
H A Dstream.cc52 Status UartStreamMcuxpresso::DoWrite(ConstByteSpan data) { in DoWrite() function in pw::stream::UartStreamMcuxpresso
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_file_stream.cpp112 void dng_file_stream::DoWrite (const void *data, in DoWrite() function in dng_file_stream
H A Ddng_memory_stream.cpp186 void dng_memory_stream::DoWrite (const void *data, in DoWrite() function in dng_memory_stream
H A Ddng_fingerprint.h366 virtual void DoWrite (const void *data, in DoWrite() function
/aosp_15_r20/external/pigweed/pw_tls_client_boringssl/
H A Dtls_client_boringssl.cc55 Status Session::DoWrite(ConstByteSpan) { in DoWrite() function in pw::tls_client::Session
/aosp_15_r20/external/pigweed/pw_stream_shmem_mcuxpresso/
H A Dstream.cc73 Status ShmemMcuxpressoStream::DoWrite(ConstByteSpan data) { in DoWrite() function in pw::stream::ShmemMcuxpressoStream
/aosp_15_r20/external/pigweed/pw_multibuf/
H A Dstream.cc27 Status Stream::DoWrite(ConstByteSpan data) { in DoWrite() function in pw::multibuf::Stream
/aosp_15_r20/external/pigweed/pw_stream_uart_linux/
H A Dstream.cc142 Status UartStreamLinux::DoWrite(ConstByteSpan data) { in DoWrite() function in pw::stream::UartStreamLinux
/aosp_15_r20/external/pigweed/pw_kvs/public/pw_kvs/
H A Dchecksum.h123 StatusWithSize DoWrite(span<const std::byte> data) override { in DoWrite() function
/aosp_15_r20/external/pigweed/pw_uart/
H A Duart_non_blocking_test.cc42 Status DoWrite(ConstByteSpan, in DoWrite() function in pw::uart::__anonbbcc5a6d0111::UartNonBlockingStub
/aosp_15_r20/external/pigweed/pw_tls_client_mbedtls/
H A Dtls_client_mbedtls.cc214 Status Session::DoWrite(ConstByteSpan) { in DoWrite() function in pw::tls_client::Session
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dfile_posix.cc163 int File::DoWrite(const void* buffer, size_t buffer_len, size_t offset) { in DoWrite() function in disk_cache::File
/aosp_15_r20/external/pigweed/pw_hdlc/
H A Dencoder_test.cc188 Status DoWrite(ConstByteSpan) override { return Status::Unimplemented(); } in DoWrite() function in pw::hdlc::__anon12ac469e0111::ErrorWriter
/aosp_15_r20/external/openthread/src/posix/
H A Dclient.cpp134 bool DoWrite(int aFile, const void *aBuffer, size_t aSize) in DoWrite() function

12