Home | History | Annotate | Download | only in input

Lines Matching full:currenttime

718         void synthesizeCancelationEvents(nsecs_t currentTime,
875 static bool isStaleEventLocked(nsecs_t currentTime, EventEntry* entry);
907 KeyEntry* synthesizeKeyRepeatLocked(nsecs_t currentTime);
973 nsecs_t currentTime, ConfigurationChangedEntry* entry);
975 nsecs_t currentTime, DeviceResetEntry* entry);
977 nsecs_t currentTime, KeyEntry* entry,
980 nsecs_t currentTime, MotionEntry* entry,
982 void dispatchEventLocked(nsecs_t currentTime, EventEntry* entry,
1005 int32_t handleTargetsNotReadyLocked(nsecs_t currentTime, const EventEntry* entry,
1011 nsecs_t getTimeSpentWaitingForApplicationLocked(nsecs_t currentTime);
1014 int32_t findFocusedWindowTargetsLocked(nsecs_t currentTime, const EventEntry* entry,
1016 int32_t findTouchedWindowTargetsLocked(nsecs_t currentTime, const MotionEntry* entry,
1029 bool isWindowReadyForMoreInputLocked(nsecs_t currentTime,
1038 void prepareDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
1040 void enqueueDispatchEntriesLocked(nsecs_t currentTime, const sp<Connection>& connection,
1044 void startDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection);
1045 void finishDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
1047 void abortBrokenDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
1080 nsecs_t currentTime, const sp<Connection>& connection, uint32_t seq, bool handled);
1082 nsecs_t currentTime, const sp<Connection>& connection);
1084 nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle,
1102 void updateDispatchStatisticsLocked(nsecs_t currentTime, const EventEntry* entry,