Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtrunks_ftdi_spi.cc218 time_t target_time; in WaitForStatus() local
220 target_time = time(NULL) + timeout_ms / 1000; in WaitForStatus()
223 if (time(NULL) >= target_time) { in WaitForStatus()