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

/system/bt/vendor_libs/test_vendor_lib/src/
H A Dhci_transport.cc107 base::TimeTicks current_time = base::TimeTicks::Now(); local
113 if ((*it)->GetTimeStamp() > current_time) {
/system/webservd/webservd/
H A Dutils.cc67 time_t current_time = GetTimeNow().ToTimeT(); local
68 X509_time_adj(X509_get_notBefore(cert.get()), 0, &current_time); local
70 &current_time); local
/system/core/init/
H A Dbootchart.cpp252 long long current_time = bootchart_gettime(); local
253 int elapsed_time = current_time - g_last_bootchart_time;
262 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),
/system/bt/btif/src/
H A Dbtif_config.c189 time_t current_time = time(NULL); local
190 struct tm* time_created = localtime(&current_time);
/system/connectivity/shill/
H A Ddevice_unittest.cc640 time_t current_time = 1000; local
644 DoAll(SetArgPointee<0>(current_time), Return(true)));
650 current_time += 180;
652 DoAll(SetArgPointee<0>(current_time), Return(true)));
660 current_time += 180;
663 DoAll(SetArgPointee<0>(current_time), Return(true)));
671 current_time += 3600;
674 DoAll(SetArgPointee<0>(current_time), Return(true)));
/system/tpm/trunks/
H A Dtpm_generated.cc35831 TPMS_TIME_INFO* current_time,
35913 current_time,
35936 TPMS_TIME_INFO current_time; local
35939 &current_time,
35947 current_time);
35972 TPMS_TIME_INFO* current_time,
35985 current_time,
35829 ParseResponse_ReadClock( const std::string& response, TPMS_TIME_INFO* current_time, AuthorizationDelegate* authorization_delegate) argument
35971 ReadClockSync( TPMS_TIME_INFO* current_time, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 542 milliseconds