Home
last modified time | relevance | path

Searched refs:new_time (Results 1 – 6 of 6) sorted by relevance

/system/extras/tests/sdcard/
Dplot_sdcard.py71 new_time = []
78 new_time.append(t)
82 self.time = new_time
/system/update_engine/
Dpayload_state.h310 void SetBackoffExpiryTime(const base::Time& new_time);
Dpayload_state.cc983 void PayloadState::SetBackoffExpiryTime(const Time& new_time) { in SetBackoffExpiryTime() argument
985 backoff_expiry_time_ = new_time; in SetBackoffExpiryTime()
/system/tpm/trunks/
Dmock_tpm.h1380 const UINT64& new_time,
1386 const UINT64& new_time,
Dtpm_generated.h5677 const UINT64& new_time,
5685 const UINT64& new_time,
5690 const UINT64& new_time,
Dtpm_generated.cc29218 const UINT64& new_time, in SerializeCommand_ClockSet() argument
29241 rc = Serialize_UINT64(new_time, &new_time_bytes); in SerializeCommand_ClockSet()
29386 const UINT64& new_time, in ClockSet() argument
29395 TPM_RC rc = SerializeCommand_ClockSet(auth, auth_name, new_time, &command, in ClockSet()
29406 const UINT64& new_time, in ClockSetSync() argument
29410 TPM_RC rc = SerializeCommand_ClockSet(auth, auth_name, new_time, &command, in ClockSetSync()