Home
last modified time | relevance | path

Searched defs:tmp_handler (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dintr_resample_handler.rs35 let tmp_handler: Arc<dyn EventHandler> = handler.clone(); in start() localVariable
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_handler_ntlm_portable.cc32 auto tmp_handler = in CreateAuthHandler() local
H A Dhttp_auth_handler_ntlm_win.cc36 auto tmp_handler = std::make_unique<HttpAuthHandlerNTLM>( in CreateAuthHandler() local
H A Dhttp_auth_handler_basic.cc134 auto tmp_handler = std::make_unique<HttpAuthHandlerBasic>(); in CreateAuthHandler() local
H A Dhttp_auth_handler_mock.cc166 std::unique_ptr<HttpAuthHandler> tmp_handler = in CreateAuthHandler() local
H A Dhttp_auth_handler_negotiate.cc103 std::unique_ptr<HttpAuthHandler> tmp_handler( in CreateAuthHandler() local
H A Dhttp_auth_handler_digest.cc107 auto tmp_handler = base::WrapUnique( in CreateAuthHandler() local