Searched defs:DoCancel (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pigweed/pw_async2/ | ||
H A D | system_time_provider.cc | 38 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 D | simulated_time_provider.h | 115 void DoCancel() final { in DoCancel() function |
/aosp_15_r20/external/pigweed/pw_spi/ | ||
H A D | spi_test.cc | 81 void DoCancel() override {} in DoCancel() function in pw::spi::__anon0295c35b0111::SpiResponderTestDevice::TestResponder |
/aosp_15_r20/external/pigweed/pw_spi_mcuxpresso/ | ||
H A D | responder.cc | 567 void McuxpressoResponder::DoCancel() { in DoCancel() function in pw::spi::McuxpressoResponder |
/aosp_15_r20/external/cronet/net/url_request/ | ||
H A D | url_request.cc | 722 int URLRequest::DoCancel(int error, const SSLInfo& ssl_info) { in DoCancel() function in net::URLRequest |