Searched refs:new_time (Results 1 – 6 of 6) sorted by relevance
/system/extras/tests/sdcard/ |
D | plot_sdcard.py | 71 new_time = [] 78 new_time.append(t) 82 self.time = new_time
|
/system/update_engine/ |
D | payload_state.h | 310 void SetBackoffExpiryTime(const base::Time& new_time);
|
D | payload_state.cc | 983 void PayloadState::SetBackoffExpiryTime(const Time& new_time) { in SetBackoffExpiryTime() argument 985 backoff_expiry_time_ = new_time; in SetBackoffExpiryTime()
|
/system/tpm/trunks/ |
D | mock_tpm.h | 1380 const UINT64& new_time, 1386 const UINT64& new_time,
|
D | tpm_generated.h | 5677 const UINT64& new_time, 5685 const UINT64& new_time, 5690 const UINT64& new_time,
|
D | tpm_generated.cc | 29218 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()
|