Searched defs:Duration (Results  1 – 7 of 7) sorted by relevance
| /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()225         timeout: Duration,  in watch_with_optional()
 243         timeout: Duration,  in watch_with()
 
 | 
| D | apc.rs | 142     fn get_remaining_back_off(&self) -> Option<Duration> {  in get_remaining_back_off()
 | 
| D | rkpd_client.rs | 339             latency: Option<Duration>,  in new_native_binder()414         latency: Option<Duration>,  in get_mock_registration()
 
 | 
| /system/extras/profcollectd/libprofcollectd/ | 
| D | logging_trace_provider.rs | 39     fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str) {  in trace()
 | 
| D | trace_provider.rs | 33     fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str);  in trace()
 | 
| D | simpleperf_etm_trace_provider.rs | 41     fn trace(&self, trace_dir: &Path, tag: &str, sampling_period: &Duration, binary_filter: &str) {  in trace()
 | 
| /system/extras/simpleperf/rust/ | 
| D | lib.rs | 51 pub fn record(trace_file: &Path, duration: &Duration, binary_filter: &str, scope: RecordScope) {  in record()
 |