Lines Matching refs:currentTime
164 static bool isStaleEvent(nsecs_t currentTime, EventEntry* entry);
216 KeyEntry* synthesizeKeyRepeatLocked(nsecs_t currentTime) REQUIRES(mLock);
282 bool dispatchConfigurationChangedLocked(nsecs_t currentTime, ConfigurationChangedEntry* entry)
284 bool dispatchDeviceResetLocked(nsecs_t currentTime, DeviceResetEntry* entry) REQUIRES(mLock);
285 bool dispatchKeyLocked(nsecs_t currentTime, KeyEntry* entry, DropReason* dropReason,
287 bool dispatchMotionLocked(nsecs_t currentTime, MotionEntry* entry, DropReason* dropReason,
289 void dispatchEventLocked(nsecs_t currentTime, EventEntry* entry,
312 int32_t handleTargetsNotReadyLocked(nsecs_t currentTime, const EventEntry* entry,
323 nsecs_t getTimeSpentWaitingForApplicationLocked(nsecs_t currentTime) REQUIRES(mLock);
327 int32_t findFocusedWindowTargetsLocked(nsecs_t currentTime, const EventEntry* entry,
330 int32_t findTouchedWindowTargetsLocked(nsecs_t currentTime, const MotionEntry* entry,
358 std::string checkWindowReadyForMoreInputLocked(nsecs_t currentTime,
367 void prepareDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
370 void enqueueDispatchEntriesLocked(nsecs_t currentTime, const sp<Connection>& connection,
376 void startDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection)
378 void finishDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
380 void abortBrokenDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
423 void onDispatchCycleFinishedLocked(nsecs_t currentTime, const sp<Connection>& connection,
425 void onDispatchCycleBrokenLocked(nsecs_t currentTime, const sp<Connection>& connection)
429 void onANRLocked(nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle,
453 void updateDispatchStatistics(nsecs_t currentTime, const EventEntry* entry,