Home
last modified time | relevance | path

Searched defs:DoPendClose (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_channel/
H A Dchannel_test.cc83 Poll<pw::Status> DoPendClose(Context&) override { return pw::OkStatus(); } in DoPendClose() function in __anon6ed248b50111::ReliableByteReaderWriterStub
96 Poll<pw::Status> DoPendClose(Context&) override { return pw::OkStatus(); } in DoPendClose() function in __anon6ed248b50111::ReadOnlyStub
119 Poll<pw::Status> DoPendClose(Context&) override { return pw::OkStatus(); } in DoPendClose() function in __anon6ed248b50111::WriteOnlyStub
230 Poll<pw::Status> DoPendClose(Context&) override { in DoPendClose() function in __anon6ed248b50111::TestByteReader
302 Poll<pw::Status> DoPendClose(Context&) override { in DoPendClose() function in __anon6ed248b50111::TestDatagramWriter
H A Dloopback_channel.cc64 async2::Poll<Status> LoopbackChannel<DataType::kDatagram>::DoPendClose( in DoPendClose() function in pw::channel::LoopbackChannel::kDatagram
96 async2::Poll<Status> LoopbackChannel<DataType::kByte>::DoPendClose( in DoPendClose() function in pw::channel::LoopbackChannel::kByte
H A Dforwarding_channel.cc68 async2::Poll<Status> ForwardingChannel<DataType::kDatagram>::DoPendClose( in DoPendClose() function in pw::channel::internal::ForwardingChannel::kDatagram
112 async2::Poll<Status> ForwardingChannel<DataType::kByte>::DoPendClose( in DoPendClose() function in pw::channel::internal::ForwardingChannel::kByte
H A Drp2_stdio_channel.cc116 Poll<Status> DoPendClose(Context&) override { return Ready(OkStatus()); } in DoPendClose() function in pw::channel::__anon0b682f4b0111::Rp2StdioChannel
/aosp_15_r20/external/pigweed/pw_channel/public/pw_channel/
H A Depoll_channel.h82 async2::Poll<Status> DoPendClose(async2::Context&) final { in DoPendClose() function
H A Dstream_channel.h169 async2::Poll<Status> DoPendClose(async2::Context&) override { in DoPendClose() function