Lines Matching refs:will
10 There are also two supported input formats, described in the sections below. The tool will
28 contain multiple commands, which will be executed in sequence. Simply add multiple JSON objects to
139 After the command is sent, there will be a delay before the device is set up by the Android input
141 that time will be dropped. If you are controlling `uinput` by sending commands through standard
153 will be unregistered. There is no explicit command for unregistering a device.
159 The delay will be timed relative to the time base, a reference time which is set when the device is
168 If the `register` command is executed at time _X_, the injection at step 3 will be scheduled for
170 later, but regardless of that the injection at step 5 will always be scheduled for _X_+510ms. This
197 commands and the times they will be scheduled to run at:
220 Without `updateTimeBase`, the `inject` commands of step 4 will be scheduled to start immediately
221 after the events from step 2. That time is probably in the past, so many of the 1000 injections will
222 be sent immediately. This will likely fill the kernel's event buffers, causing events to be dropped.
223 Sending `updateTimeBase` before the `inject` commands in step 4 will schedule them relative to the
224 current time, meaning that they will be all injected with the intended 10ms delays between them.
283 This command will result in the following response when it is processed: