Home
last modified time | relevance | path

Searched defs:DoCancel (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_async2/
H A Dsystem_time_provider.cc38 void DoCancel() final { timer_.Cancel(); } in DoCancel() function in pw::async2::__anon63568ab10111::SystemTimeProvider
/aosp_15_r20/external/pigweed/pw_async2/public/pw_async2/
H A Dsimulated_time_provider.h115 void DoCancel() final { in DoCancel() function
/aosp_15_r20/external/pigweed/pw_spi/
H A Dspi_test.cc81 void DoCancel() override {} in DoCancel() function in pw::spi::__anon0295c35b0111::SpiResponderTestDevice::TestResponder
/aosp_15_r20/external/pigweed/pw_spi_mcuxpresso/
H A Dresponder.cc567 void McuxpressoResponder::DoCancel() { in DoCancel() function in pw::spi::McuxpressoResponder
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request.cc722 int URLRequest::DoCancel(int error, const SSLInfo& ssl_info) { in DoCancel() function in net::URLRequest