Home
last modified time | relevance | path

Searched defs:current_time (Results 1 – 5 of 5) sorted by relevance

/system/extras/boottime_tools/io_analysis/
Dcheck_io_trace_all.py237 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/
Dmetrics_utils.cc366 const auto current_time = clock->GetMonotonicTime(); in LoadAndReportTimeToReboot() local
/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp547 bool AccessTimeMap::UpdateKeyAccessTime(km_id_t keyid, uint32_t current_time, uint32_t timeout) { in UpdateKeyAccessTime()
/system/security/keystore2/src/
Dutils.rs219 let mut current_time = libc::timespec { tv_sec: 0, tv_nsec: 0 }; in get_current_time_in_milliseconds() localVariable
/system/keymaster/tests/
Dkeymaster_enforcement_test.cpp62 uint32_t current_time() { return current_time_; } in current_time() function in keymaster::test::EnforcementTestKeymasterEnforcement