Home
last modified time | relevance | path

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

/frameworks/base/cmds/uinput/
DREADME.md160 registered or by the `updateTimeBase` command. Take the following set of example commands:
173 send `updateTimeBase` afterwards to prevent following events being scheduled in the past — see that
192 #### `updateTimeBase`
205 7. `updateTimeBase` (say this occurs at time _Y_)
209 Without the `updateTimeBase` command, the final injection would be scheduled for _X_+520ms, which
220 Without `updateTimeBase`, the `inject` commands of step 4 will be scheduled to start immediately
223 Sending `updateTimeBase` before the `inject` commands in step 4 will schedule them relative to the
229 | `command` | string | Must be set to "updateTimeBase" |
/frameworks/base/cmds/uinput/src/com/android/commands/uinput/
DDevice.java105 updateTimeBase(); in Device()
140 public void updateTimeBase() { in updateTimeBase() method in Device
DUinput.java140 case UPDATE_TIME_BASE -> d.updateTimeBase(); in process()