Searched refs:reboot_timeout (Results 1 – 1 of 1) sorted by relevance
469 int64_t reboot_timeout = key->timestamp + POWER_ON_KEY_TIME; in ProcessKey() local470 if (now >= reboot_timeout) { in ProcessKey()