Searched defs:current_time (Results 1 - 3 of 3) sorted by relevance

/system/core/init/
H A Dbootchart.cpp251 long long current_time = bootchart_gettime(); local
252 int elapsed_time = current_time - g_last_bootchart_time;
261 g_last_bootchart_time = current_time;
/system/keymaster/
H A Dkeymaster_enforcement_test.cpp62 uint32_t current_time() { return current_time_; } function in class:keymaster::test::TestKeymasterEnforcement
763 token.timestamp = hton(kmen.current_time());
788 token.timestamp = hton(static_cast<uint64_t>(kmen.current_time()));
837 token.timestamp = hton(static_cast<uint64_t>(kmen.current_time()));
/system/security/keystore/
H A Dauth_token_table.cpp179 AuthTokenTable::Entry::Entry(const hw_auth_token_t* token, time_t current_time) argument
180 : token_(token), time_received_(current_time), last_use_(current_time),

Completed in 97 milliseconds