Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dwatchdog.rs74 fn update_overdue_and_find_next_timeout(&mut self) -> (bool, Option<Duration>) { in update_overdue_and_find_next_timeout()
225 timeout: Duration, in watch_with_optional()
243 timeout: Duration, in watch_with()
Dapc.rs142 fn get_remaining_back_off(&self) -> Option<Duration> { in get_remaining_back_off()
Drkpd_client.rs339 latency: Option<Duration>, in new_native_binder()
414 latency: Option<Duration>, in get_mock_registration()
/system/extras/profcollectd/libprofcollectd/
Dlogging_trace_provider.rs39 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str) { in trace()
Dtrace_provider.rs33 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str); in trace()
Dsimpleperf_etm_trace_provider.rs41 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str) { in trace()
/system/extras/simpleperf/rust/
Dlib.rs51 pub fn record(trace_file: &Path, duration: &Duration, binary_filter: &str, scope: RecordScope) { in record()