Searched defs:Duration (Results 1 – 6 of 6) sorted by relevance
/system/extras/profcollectd/libprofcollectd/ |
D | trace_provider.rs | 29 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration); in trace()
|
D | simpleperf_etm_trace_provider.rs | 37 fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration) { in trace()
|
/system/extras/simpleperf/rust/ |
D | lib.rs | 44 pub fn record(trace_file: &Path, duration: &Duration, scope: RecordScope) { in record()
|
/system/security/keystore2/src/ |
D | watchdog.rs | 74 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()
|
D | apc.rs | 137 fn get_remaining_back_off(&self) -> Option<Duration> { in get_remaining_back_off()
|
/system/bt/gd/rust/common/src/ |
D | time.rs | 21 pub fn reset(&mut self, duration: Duration) { in reset()
|