• Home
  • Raw
  • Download

Lines Matching defs:currentTime

231     nsecs_t currentTime = now();  in dispatchOnce()  local
237 nsecs_t currentTime = now(); in dispatchOnceInnerLocked() local
553 bool InputDispatcher::isStaleEventLocked(nsecs_t currentTime, EventEntry* entry) { in isStaleEventLocked()
617 InputDispatcher::KeyEntry* InputDispatcher::synthesizeKeyRepeatLocked(nsecs_t currentTime) { in synthesizeKeyRepeatLocked()
650 nsecs_t currentTime, ConfigurationChangedEntry* entry) { in dispatchConfigurationChangedLocked()
666 nsecs_t currentTime, DeviceResetEntry* entry) { in dispatchDeviceResetLocked()
678 bool InputDispatcher::dispatchKeyLocked(nsecs_t currentTime, KeyEntry* entry, in dispatchKeyLocked()
789 nsecs_t currentTime, MotionEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) { in dispatchMotionLocked()
875 void InputDispatcher::dispatchEventLocked(nsecs_t currentTime, in dispatchEventLocked()
902 int32_t InputDispatcher::handleTargetsNotReadyLocked(nsecs_t currentTime, in handleTargetsNotReadyLocked()
1002 nsecs_t currentTime) { in getTimeSpentWaitingForApplicationLocked()
1019 int32_t InputDispatcher::findFocusedWindowTargetsLocked(nsecs_t currentTime, in findFocusedWindowTargetsLocked()
1083 int32_t InputDispatcher::findTouchedWindowTargetsLocked(nsecs_t currentTime, in findTouchedWindowTargetsLocked()
1629 bool InputDispatcher::isWindowReadyForMoreInputLocked(nsecs_t currentTime, in isWindowReadyForMoreInputLocked()
1725 void InputDispatcher::prepareDispatchCycleLocked(nsecs_t currentTime, in prepareDispatchCycleLocked()
1773 void InputDispatcher::enqueueDispatchEntriesLocked(nsecs_t currentTime, in enqueueDispatchEntriesLocked()
1884 void InputDispatcher::startDispatchCycleLocked(nsecs_t currentTime, in startDispatchCycleLocked()
2000 void InputDispatcher::finishDispatchCycleLocked(nsecs_t currentTime, in finishDispatchCycleLocked()
2018 void InputDispatcher::abortBrokenDispatchCycleLocked(nsecs_t currentTime, in abortBrokenDispatchCycleLocked()
2079 nsecs_t currentTime = now(); in handleReceiveCallback() local
2144 nsecs_t currentTime = now(); in synthesizeCancelationEventsForConnectionLocked() local
3097 nsecs_t currentTime = now(); in dumpDispatchStateLocked() local
3241 nsecs_t currentTime = now(); in unregisterInputChannelLocked() local
3272 nsecs_t currentTime, const sp<Connection>& connection, uint32_t seq, bool handled) { in onDispatchCycleFinishedLocked()
3282 nsecs_t currentTime, const sp<Connection>& connection) { in onDispatchCycleBrokenLocked()
3292 nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle, in onANRLocked()
3628 void InputDispatcher::updateDispatchStatisticsLocked(nsecs_t currentTime, const EventEntry* entry, in updateDispatchStatisticsLocked()
4071 void InputDispatcher::InputState::synthesizeCancelationEvents(nsecs_t currentTime, in synthesizeCancelationEvents()