Searched defs:current_time (Results 1 – 5 of 5) sorted by relevance
/system/extras/boottime_tools/io_analysis/ |
D | check_io_trace_all.py | 237 def handle_reason(self, current_time, iowait, waiting_call): argument 247 def handle_switch_out(self, current_time, out_state, priority, name, core): argument 261 def handle_switch_in(self, current_time, priority, name, core): argument
|
/system/update_engine/ |
D | metrics_utils.cc | 366 const auto current_time = clock->GetMonotonicTime(); in LoadAndReportTimeToReboot() local
|
/system/keymaster/android_keymaster/ |
D | keymaster_enforcement.cpp | 547 bool AccessTimeMap::UpdateKeyAccessTime(km_id_t keyid, uint32_t current_time, uint32_t timeout) { in UpdateKeyAccessTime()
|
/system/security/keystore2/src/ |
D | utils.rs | 219 let mut current_time = libc::timespec { tv_sec: 0, tv_nsec: 0 }; in get_current_time_in_milliseconds() localVariable
|
/system/keymaster/tests/ |
D | keymaster_enforcement_test.cpp | 62 uint32_t current_time() { return current_time_; } in current_time() function in keymaster::test::EnforcementTestKeymasterEnforcement
|