Lines Matching defs:currentTime

255 static std::string dumpQueue(const std::deque<DispatchEntry*>& queue, nsecs_t currentTime) {  in dumpQueue()
319 static bool isStaleEvent(nsecs_t currentTime, const EventEntry& entry) { in isStaleEvent()
615 nsecs_t currentTime = now(); in dispatchOnce() local
653 const nsecs_t currentTime = now(); in processAnrsLocked() local
696 nsecs_t currentTime = now(); in dispatchOnceInnerLocked() local
1229 std::shared_ptr<KeyEntry> InputDispatcher::synthesizeKeyRepeatLocked(nsecs_t currentTime) { in synthesizeKeyRepeatLocked()
1247 bool InputDispatcher::dispatchConfigurationChangedLocked(nsecs_t currentTime, in dispatchConfigurationChangedLocked()
1264 bool InputDispatcher::dispatchDeviceResetLocked(nsecs_t currentTime, in dispatchDeviceResetLocked()
1302 void InputDispatcher::dispatchFocusLocked(nsecs_t currentTime, std::shared_ptr<FocusEntry> entry) { in dispatchFocusLocked()
1319 nsecs_t currentTime, const std::shared_ptr<PointerCaptureChangedEntry>& entry, in dispatchPointerCaptureChangedLocked()
1388 bool InputDispatcher::dispatchKeyLocked(nsecs_t currentTime, std::shared_ptr<KeyEntry> entry, in dispatchKeyLocked()
1522 void InputDispatcher::dispatchSensorLocked(nsecs_t currentTime, std::shared_ptr<SensorEntry> entry, in dispatchSensorLocked()
1555 bool InputDispatcher::dispatchMotionLocked(nsecs_t currentTime, std::shared_ptr<MotionEntry> entry, in dispatchMotionLocked()
1655 void InputDispatcher::dispatchDragLocked(nsecs_t currentTime, std::shared_ptr<DragEntry> entry) { in dispatchDragLocked()
1697 void InputDispatcher::dispatchEventLocked(nsecs_t currentTime, in dispatchEventLocked()
1782 bool InputDispatcher::shouldWaitToSendKeyLocked(nsecs_t currentTime, in shouldWaitToSendKeyLocked()
1813 nsecs_t currentTime, const EventEntry& entry, std::vector<InputTarget>& inputTargets, in findFocusedWindowTargetsLocked()
1932 nsecs_t currentTime, const MotionEntry& entry, std::vector<InputTarget>& inputTargets, in findTouchedWindowTargetsLocked()
2800 void InputDispatcher::prepareDispatchCycleLocked(nsecs_t currentTime, in prepareDispatchCycleLocked()
2856 void InputDispatcher::enqueueDispatchEntriesLocked(nsecs_t currentTime, in enqueueDispatchEntriesLocked()
3118 void InputDispatcher::startDispatchCycleLocked(nsecs_t currentTime, in startDispatchCycleLocked()
3333 void InputDispatcher::finishDispatchCycleLocked(nsecs_t currentTime, in finishDispatchCycleLocked()
3350 void InputDispatcher::abortBrokenDispatchCycleLocked(nsecs_t currentTime, in abortBrokenDispatchCycleLocked()
3409 nsecs_t currentTime = now(); in handleReceiveCallback() local
3507 nsecs_t currentTime = now(); in synthesizeCancelationEventsForConnectionLocked() local
3575 nsecs_t currentTime = now(); in synthesizePointerDownEventsForConnectionLocked() local
5107 nsecs_t currentTime = now(); in dumpDispatchStateLocked() local
5333 nsecs_t currentTime = now(); in removeInputChannelLocked() local
5505 void InputDispatcher::onDispatchCycleFinishedLocked(nsecs_t currentTime, in onDispatchCycleFinishedLocked()
5518 void InputDispatcher::onDispatchCycleBrokenLocked(nsecs_t currentTime, in onDispatchCycleBrokenLocked()
5749 const nsecs_t currentTime = now(); in isConnectionResponsive() local