• Home
  • Raw
  • Download

Lines Matching refs:currentTime

271     std::shared_ptr<KeyEntry> synthesizeKeyRepeatLocked(nsecs_t currentTime) REQUIRES(mLock);
385 bool dispatchConfigurationChangedLocked(nsecs_t currentTime,
387 bool dispatchDeviceResetLocked(nsecs_t currentTime, const DeviceResetEntry& entry)
389 bool dispatchKeyLocked(nsecs_t currentTime, std::shared_ptr<KeyEntry> entry,
391 bool dispatchMotionLocked(nsecs_t currentTime, std::shared_ptr<MotionEntry> entry,
393 void dispatchFocusLocked(nsecs_t currentTime, std::shared_ptr<FocusEntry> entry)
396 nsecs_t currentTime, const std::shared_ptr<PointerCaptureChangedEntry>& entry,
398 void dispatchEventLocked(nsecs_t currentTime, std::shared_ptr<EventEntry> entry,
400 void dispatchSensorLocked(nsecs_t currentTime, std::shared_ptr<SensorEntry> entry,
402 void dispatchDragLocked(nsecs_t currentTime, std::shared_ptr<DragEntry> entry) REQUIRES(mLock);
423 bool shouldWaitToSendKeyLocked(nsecs_t currentTime, const char* focusedWindowName)
477 nsecs_t getTimeSpentWaitingForApplicationLocked(nsecs_t currentTime) REQUIRES(mLock);
487 nsecs_t currentTime, const EventEntry& entry, std::vector<InputTarget>& inputTargets,
490 nsecs_t currentTime, const MotionEntry& entry, std::vector<InputTarget>& inputTargets,
535 void prepareDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
538 void enqueueDispatchEntriesLocked(nsecs_t currentTime, const sp<Connection>& connection,
544 void startDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection)
546 void finishDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
548 void abortBrokenDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
596 void onDispatchCycleFinishedLocked(nsecs_t currentTime, const sp<Connection>& connection,
599 void onDispatchCycleBrokenLocked(nsecs_t currentTime, const sp<Connection>& connection)