Home
last modified time | relevance | path

Searched refs:system_params (Results 1 – 7 of 7) sorted by relevance

/external/crosvm/devices/src/serial/sys/
Dwindows.rs45 if self.system_params.sync.is_some() { in handle_sync_thread()
46 let sync = match self.system_params.sync.take() { in handle_sync_thread()
59 self.system_params.kill_evt = Some(self_kill_evt); in handle_sync_thread()
76 Ok(sync_thread) => self.system_params.sync_thread = Some(sync_thread), in handle_sync_thread()
95 let system_params = SystemSerialParams { in new() localVariable
106 system_params, in new()
122 let system_params = SystemSerialParams { in new_with_pipe() localVariable
134 system_params, in new_with_pipe()
141 if let Some(kill_evt) = self.system_params.kill_evt.take() { in drop()
152 if let Some(sync_thread) = self.system_params.sync_thread.take() { in drop()
[all …]
/external/crosvm/arch/src/serial/sys/
Dwindows.rs61 .system_params in add_serial_device()
/external/cronet/tot/components/cronet/
Dcronet_stale_host_resolver_unittest.cc157 net::HostResolverSystemTask::Params system_params(mock_proc_, 1u); in CreateMockInnerResolverWithDnsClient() local
158 inner_resolver->SetHostResolverSystemParamsForTest(system_params); in CreateMockInnerResolverWithDnsClient()
/external/cronet/stable/components/cronet/
Dcronet_stale_host_resolver_unittest.cc157 net::HostResolverSystemTask::Params system_params(mock_proc_, 1u); in CreateMockInnerResolverWithDnsClient() local
158 inner_resolver->SetHostResolverSystemParamsForTest(system_params); in CreateMockInnerResolverWithDnsClient()
/external/cronet/tot/net/dns/
Dstale_host_resolver_unittest.cc189 HostResolverSystemTask::Params system_params(mock_proc_, 1u); in CreateMockInnerResolverWithDnsClient() local
190 inner_resolver->SetHostResolverSystemParamsForTest(system_params); in CreateMockInnerResolverWithDnsClient()
/external/cronet/stable/net/dns/
Dstale_host_resolver_unittest.cc189 HostResolverSystemTask::Params system_params(mock_proc_, 1u); in CreateMockInnerResolverWithDnsClient() local
190 inner_resolver->SetHostResolverSystemParamsForTest(system_params); in CreateMockInnerResolverWithDnsClient()
/external/crosvm/devices/src/
Dserial.rs109 pub system_params: sys::windows::SystemSerialParams, field
120 #[cfg(windows)] system_params: sys::windows::SystemSerialParams, in new_common()
139 system_params, in new_common()