Lines Matching defs:currentTime

268     nsecs_t currentTime = now();  in dispatchOnce()  local
274 nsecs_t currentTime = now(); in dispatchOnceInnerLocked() local
641 bool InputDispatcher::isStaleEvent(nsecs_t currentTime, EventEntry* entry) { in isStaleEvent()
710 KeyEntry* InputDispatcher::synthesizeKeyRepeatLocked(nsecs_t currentTime) { in synthesizeKeyRepeatLocked()
743 bool InputDispatcher::dispatchConfigurationChangedLocked(nsecs_t currentTime, in dispatchConfigurationChangedLocked()
759 bool InputDispatcher::dispatchDeviceResetLocked(nsecs_t currentTime, DeviceResetEntry* entry) { in dispatchDeviceResetLocked()
771 bool InputDispatcher::dispatchKeyLocked(nsecs_t currentTime, KeyEntry* entry, in dispatchKeyLocked()
884 bool InputDispatcher::dispatchMotionLocked(nsecs_t currentTime, MotionEntry* entry, in dispatchMotionLocked()
995 void InputDispatcher::dispatchEventLocked(nsecs_t currentTime, EventEntry* eventEntry, in dispatchEventLocked()
1022 nsecs_t currentTime, const EventEntry* entry, in handleTargetsNotReadyLocked()
1125 nsecs_t InputDispatcher::getTimeSpentWaitingForApplicationLocked(nsecs_t currentTime) { in getTimeSpentWaitingForApplicationLocked()
1168 int32_t InputDispatcher::findFocusedWindowTargetsLocked(nsecs_t currentTime, in findFocusedWindowTargetsLocked()
1237 int32_t InputDispatcher::findTouchedWindowTargetsLocked(nsecs_t currentTime, in findTouchedWindowTargetsLocked()
1785 nsecs_t currentTime, const sp<InputWindowHandle>& windowHandle, in checkWindowReadyForMoreInputLocked()
1934 void InputDispatcher::prepareDispatchCycleLocked(nsecs_t currentTime, in prepareDispatchCycleLocked()
1988 void InputDispatcher::enqueueDispatchEntriesLocked(nsecs_t currentTime, in enqueueDispatchEntriesLocked()
2154 void InputDispatcher::startDispatchCycleLocked(nsecs_t currentTime, in startDispatchCycleLocked()
2284 void InputDispatcher::finishDispatchCycleLocked(nsecs_t currentTime, in finishDispatchCycleLocked()
2303 void InputDispatcher::abortBrokenDispatchCycleLocked(nsecs_t currentTime, in abortBrokenDispatchCycleLocked()
2367 nsecs_t currentTime = now(); in handleReceiveCallback() local
2448 nsecs_t currentTime = now(); in synthesizeCancelationEventsForConnectionLocked() local
3703 nsecs_t currentTime = now(); in dumpDispatchStateLocked() local
3924 nsecs_t currentTime = now(); in unregisterInputChannelLocked() local
4030 void InputDispatcher::onDispatchCycleFinishedLocked(nsecs_t currentTime, in onDispatchCycleFinishedLocked()
4041 void InputDispatcher::onDispatchCycleBrokenLocked(nsecs_t currentTime, in onDispatchCycleBrokenLocked()
4061 void InputDispatcher::onANRLocked(nsecs_t currentTime, in onANRLocked()
4426 void InputDispatcher::updateDispatchStatistics(nsecs_t currentTime, const EventEntry* entry, in updateDispatchStatistics()