Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dpolicy_test_utils.cc52 Time current_time = fake_clock_.GetWallclockTime(); in SetUpDefaultTimeProvider() local
/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/security/keystore/
Dauth_token_table.cpp220 AuthTokenTable::Entry::Entry(HardwareAuthToken&& token, time_t current_time) in Entry()
Dkeymaster_enforcement.cpp498 bool AccessTimeMap::UpdateKeyAccessTime(km_id_t keyid, uint32_t current_time, uint32_t timeout) { in UpdateKeyAccessTime()
/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp512 bool AccessTimeMap::UpdateKeyAccessTime(km_id_t keyid, uint32_t current_time, uint32_t timeout) { in UpdateKeyAccessTime()
/system/bt/btif/src/
Dbtif_config.cc234 time_t current_time = time(NULL); in init() local
/system/keymaster/tests/
Dkeymaster_enforcement_test.cpp62 uint32_t current_time() { return current_time_; } in current_time() function in keymaster::test::TestKeymasterEnforcement