Home
last modified time | relevance | path

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

/system/extras/profcollectd/libprofcollectd/
Dtrace_provider.rs29 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration); in trace()
Dsimpleperf_etm_trace_provider.rs37 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace()
/system/extras/simpleperf/rust/
Dlib.rs44 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()
191 timeout: Duration, in watch_with_optional()
209 timeout: Duration, in watch_with()
Dapc.rs137 fn get_remaining_back_off(&self) -> Option<Duration> { in get_remaining_back_off()
/system/bt/gd/rust/common/src/
Dtime.rs21 pub fn reset(&mut self, duration: Duration) { in reset()