/aosp_15_r20/external/pigweed/pw_channel/ |
H A D | forwarding_channel_test.cc | 99 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in TEST() function in __anon6b6e23a70111::TEST::__anon6b6e23a70210 155 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in TEST() function in __anon6b6e23a70111::TEST::__anon6b6e23a70310 202 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in TEST() function in __anon6b6e23a70111::TEST::__anon6b6e23a70410 257 pw::async2::Poll<> DoPend(Context& cx) final { in TEST() function in __anon6b6e23a70111::TEST::TryToReadUntilClosed 322 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in TEST() function in __anon6b6e23a70111::TEST::__anon6b6e23a70510 362 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in TEST() function in __anon6b6e23a70111::TEST::ReadTask 384 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in TEST() function in __anon6b6e23a70111::TEST::WriteTask 421 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in TEST() function in __anon6b6e23a70111::TEST::__anon6b6e23a70610 477 pw::async2::Poll<> DoPend(Context& cx) final { in TEST() function in __anon6b6e23a70111::TEST::TryToReadUntilClosed
|
H A D | epoll_channel_test.cc | 62 Poll<> DoPend(Context& cx) final { in DoPend() function in __anone1018dd00111::ReaderTask 95 Poll<> DoPend(Context& cx) final { in DoPend() function in __anone1018dd00111::CloseTask 211 Poll<> DoPend(Context& cx) final { in DoPend() function in __anone1018dd00111::WriterTask
|
H A D | channel_test.cc | 130 Poll<> DoPend(Context& cx) override { in TEST() function in __anon6ed248b50111::TEST::__anon6ed248b50210 339 Poll<> DoPend(Context& cx) override { in TEST() function in __anon6ed248b50111::TEST::__anon6ed248b50410 389 Poll<> DoPend(Context& cx) override { in TEST() function in __anon6ed248b50111::TEST::SendWriteDataAndFlush
|
H A D | loopback_channel_test.cc | 50 Poll<> DoPend(Context& cx) final { in DoPend() function in __anond436db1f0111::ReaderTask
|
/aosp_15_r20/external/pigweed/pw_async2/ |
H A D | once_sender_test.cc | 52 Poll<> DoPend(Context& cx) override { in DoPend() function in __anonc3b4db380111::ValueTask 163 Poll<> DoPend(Context& cx) override { in DoPend() function in __anonc3b4db380111::VectorTask 260 Poll<> DoPend(Context& cx) override { in DoPend() function in __anonc3b4db380111::MoveOnlyRefTask 305 Poll<> DoPend(Context& cx) override { in DoPend() function in __anonc3b4db380111::AlreadyCompletedReceiverTask
|
H A D | dispatcher_test.cc | 31 Poll<> DoPend(Context& cx) override { in DoPend() function in pw::async2::__anon7c65e6fa0111::MockTask 117 Poll<> DoPend(Context& cx) override { in TEST() function in pw::async2::__anon7c65e6fa0111::TEST::CounterTask 179 Poll<> DoPend(Context& cx) override { in TEST() function in pw::async2::__anon7c65e6fa0111::TEST::TaskPoster
|
H A D | dispatcher_thread_test.cc | 37 Poll<> DoPend(Context& cx) override { in DoPend() function in pw::async2::__anon29fa2ed10111::MockTask
|
H A D | system_time_provider_test.cc | 39 Poll<> DoPend(Context& cx) final { in DoPend() function
|
H A D | coro_test.cc | 45 Poll<> DoPend(Context& cx) final { in DoPend() function in __anon50e29b260111::ExpectCoroTask
|
H A D | simulated_time_provider_test.cc | 68 Poll<> DoPend(Context& cx) final { in DoPend() function
|
/aosp_15_r20/external/pigweed/pw_system/ |
H A D | async_packet_io.cc | 136 Poll<> PacketIO::PacketReader::DoPend(Context& cx) { in DoPend() function in pw::system::internal::PacketIO::PacketReader 162 Poll<> PacketIO::PacketWriter::DoPend(Context& cx) { in DoPend() function in pw::system::internal::PacketIO::PacketWriter
|
H A D | system_async_test.cc | 27 pw::async2::Poll<> DoPend(pw::async2::Context&) override { in DoPend() function in __anondf04c38a0111::__anondf04c38a0210
|
/aosp_15_r20/external/pigweed/pw_hdlc/ |
H A D | router_test.cc | 68 Poll<> DoPend(Context& cx) final { in DoPend() function in pw::hdlc::__anonea5cd8ff0111::SendDatagrams 91 Poll<> DoPend(Context& cx) final { in DoPend() function in pw::hdlc::__anonea5cd8ff0111::ReceiveDatagramsUntilClosed
|
/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/ |
H A D | pendable_as_task.h | 41 Poll<> DoPend(Context& cx) final { in DoPend() function
|
H A D | pend_func_task.h | 36 Poll<> DoPend(Context& cx) final { return func_(cx); } in DoPend() function
|
H A D | enqueue_heap_func.h | 30 Poll<> DoPend(Context&) final { in DoPend() function
|
H A D | coro_or_else_task.h | 48 Poll<> DoPend(Context& cx) final { in DoPend() function
|
H A D | allocate_task.h | 30 Poll<> DoPend(Context& cx) final { return pendable_.Pend(cx); } in DoPend() function
|
H A D | dispatcher.h | 31 Poll<> DoPend(Context& cx) final { in DoPend() function
|
/aosp_15_r20/external/pigweed/pw_async2/examples/ |
H A D | coro_blinky_loop.cc | 78 Poll<> DoPend(Context& cx) final { in DoPend() function in __anonfd7671f60211::ExpectCoroTask
|
H A D | once_send_recv.cc | 40 Poll<> DoPend(Context& cx) override { in DoPend() function in __anon19b092bf0111::ReceiveAndLogValueTask
|
H A D | basic.cc | 82 Poll<> DoPend(Context& cx) final { in DoPend() function in __anon443d95840211::ReceiveAndSend
|
/aosp_15_r20/external/pigweed/pw_multibuf/ |
H A D | allocator_test.cc | 87 Poll<> DoPend(Context& cx) override { in DoPend() function in pw::multibuf::__anon57771dcc0111::AllocateTask
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/ |
H A D | peripheral_test.cc | 33 pw::async2::Poll<> DoPend(pw::async2::Context& cx) override { in DoPend() function in ReceiverTask
|