Searched refs:last_command_time (Results 1 – 2 of 2) sorted by relevance
20 static int32_t last_command_time = 0; variable32 last_command_time = current_time; in RespondToCommand()36 last_command_time = current_time; in RespondToCommand()42 if (last_command_time != 0) { in RespondToCommand()43 if (last_command_time < (current_time - 3000)) { in RespondToCommand()44 last_command_time = 0; in RespondToCommand()
46 static int32_t last_command_time = 0; in RespondToCommand() local55 last_command_time = current_time; in RespondToCommand()60 last_command_time = current_time; in RespondToCommand()65 last_command_time = current_time; in RespondToCommand()72 if (last_command_time != 0) { in RespondToCommand()73 if (last_command_time < (current_time - 3000)) { in RespondToCommand()74 last_command_time = 0; in RespondToCommand()