Home
last modified time | relevance | path

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

/system/extras/profcollectd/libprofcollectd/
Dlogging_trace_provider.rs39 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace()
Dtrace_provider.rs33 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration); in trace()
Dsimpleperf_etm_trace_provider.rs41 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace()
/system/extras/simpleperf/rust/
Dlib.rs51 pub fn record(trace_file: &Path, duration: &Duration, scope: RecordScope) { in record()
/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.rs141 fn get_remaining_back_off(&self) -> Option<Duration> { in get_remaining_back_off()