• Home
  • Raw
  • Download

Lines Matching defs:currentTime

285     nsecs_t currentTime = now();  in dispatchOnce()  local
291 nsecs_t currentTime = now(); in dispatchOnceInnerLocked() local
659 bool InputDispatcher::isStaleEvent(nsecs_t currentTime, EventEntry* entry) { in isStaleEvent()
728 InputDispatcher::KeyEntry* InputDispatcher::synthesizeKeyRepeatLocked(nsecs_t currentTime) { in synthesizeKeyRepeatLocked()
761 nsecs_t currentTime, ConfigurationChangedEntry* entry) { in dispatchConfigurationChangedLocked()
777 nsecs_t currentTime, DeviceResetEntry* entry) { in dispatchDeviceResetLocked()
790 bool InputDispatcher::dispatchKeyLocked(nsecs_t currentTime, KeyEntry* entry, in dispatchKeyLocked()
906 nsecs_t currentTime, MotionEntry* entry, DropReason* dropReason, nsecs_t* nextWakeupTime) { in dispatchMotionLocked()
1018 void InputDispatcher::dispatchEventLocked(nsecs_t currentTime, in dispatchEventLocked()
1044 int32_t InputDispatcher::handleTargetsNotReadyLocked(nsecs_t currentTime, in handleTargetsNotReadyLocked()
1151 nsecs_t currentTime) { in getTimeSpentWaitingForApplicationLocked()
1194 int32_t InputDispatcher::findFocusedWindowTargetsLocked(nsecs_t currentTime, in findFocusedWindowTargetsLocked()
1257 int32_t InputDispatcher::findTouchedWindowTargetsLocked(nsecs_t currentTime, in findTouchedWindowTargetsLocked()
1799 std::string InputDispatcher::checkWindowReadyForMoreInputLocked(nsecs_t currentTime, in checkWindowReadyForMoreInputLocked()
1942 void InputDispatcher::prepareDispatchCycleLocked(nsecs_t currentTime, in prepareDispatchCycleLocked()
1998 void InputDispatcher::enqueueDispatchEntriesLocked(nsecs_t currentTime, in enqueueDispatchEntriesLocked()
2159 void InputDispatcher::startDispatchCycleLocked(nsecs_t currentTime, in startDispatchCycleLocked()
2282 void InputDispatcher::finishDispatchCycleLocked(nsecs_t currentTime, in finishDispatchCycleLocked()
2300 void InputDispatcher::abortBrokenDispatchCycleLocked(nsecs_t currentTime, in abortBrokenDispatchCycleLocked()
2361 nsecs_t currentTime = now(); in handleReceiveCallback() local
2443 nsecs_t currentTime = now(); in synthesizeCancelationEventsForConnectionLocked() local
3705 nsecs_t currentTime = now(); in dumpDispatchStateLocked() local
3931 nsecs_t currentTime = now(); in unregisterInputChannelLocked() local
4038 nsecs_t currentTime, const sp<Connection>& connection, uint32_t seq, bool handled) { in onDispatchCycleFinishedLocked()
4048 nsecs_t currentTime, const sp<Connection>& connection) { in onDispatchCycleBrokenLocked()
4068 nsecs_t currentTime, const sp<InputApplicationHandle>& applicationHandle, in onANRLocked()
4439 void InputDispatcher::updateDispatchStatistics(nsecs_t currentTime, const EventEntry* entry, in updateDispatchStatistics()
4906 void InputDispatcher::InputState::synthesizeCancelationEvents(nsecs_t currentTime, in synthesizeCancelationEvents()