/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | GestureLauncherServiceTest.java | 178 long eventTime = INITIAL_EVENT_TIME_MILLIS + in testInterceptPowerKeyDown_firstPowerDownCameraPowerGestureOnInteractive() local 198 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffInteractive() local 242 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOffInteractive() local 288 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOffInteractive() local 334 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupComplete() local 381 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_longpress() local 426 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOnInteractiveSetupIncomplete() local 472 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalMidBoundsCameraPowerGestureOnInteractive() local 518 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalOutOfBoundsCameraPowerGestureOnInteractive() local 562 long eventTime = INITIAL_EVENT_TIME_MILLIS; in testInterceptPowerKeyDown_intervalInBoundsCameraPowerGestureOffNotInteractive() local [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/ |
D | ClassifierTest.java | 81 MotionEvent appendDownEvent(float x, float y, long eventTime) { in appendDownEvent() 89 MotionEvent appendMoveEvent(float x, float y, long eventTime) { in appendMoveEvent() 98 MotionEvent appendUpEvent(float x, float y, long eventTime) { in appendUpEvent() 104 long eventTime = mMotionEvents.isEmpty() ? 1 : mMotionEvents.get( in appendMotionEvent() local 109 private MotionEvent appendMotionEvent(int actionType, float x, float y, long eventTime) { in appendMotionEvent()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.cpp | 63 EventEntry::EventEntry(uint32_t sequenceNum, int32_t type, nsecs_t eventTime, uint32_t policyFlags) in EventEntry() 94 ConfigurationChangedEntry::ConfigurationChangedEntry(uint32_t sequenceNum, nsecs_t eventTime) in ConfigurationChangedEntry() 105 DeviceResetEntry::DeviceResetEntry(uint32_t sequenceNum, nsecs_t eventTime, int32_t deviceId) in DeviceResetEntry() 116 KeyEntry::KeyEntry(uint32_t sequenceNum, nsecs_t eventTime, int32_t deviceId, uint32_t source, in KeyEntry() 160 MotionEntry::MotionEntry(uint32_t sequenceNum, nsecs_t eventTime, int32_t deviceId, uint32_t source, in MotionEntry()
|
D | Entry.h | 47 nsecs_t eventTime; member 118 nsecs_t eventTime; member 209 nsecs_t eventTime; member
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 30 uint32_t sequenceNum, nsecs_t eventTime) : in NotifyConfigurationChangedArgs() 50 NotifyKeyArgs::NotifyKeyArgs(uint32_t sequenceNum, nsecs_t eventTime, int32_t deviceId, in NotifyKeyArgs() 90 NotifyMotionArgs::NotifyMotionArgs(uint32_t sequenceNum, nsecs_t eventTime, int32_t deviceId, in NotifyMotionArgs() 171 NotifySwitchArgs::NotifySwitchArgs(uint32_t sequenceNum, nsecs_t eventTime, uint32_t policyFlags, in NotifySwitchArgs() 198 uint32_t sequenceNum, nsecs_t eventTime, int32_t deviceId) : in NotifyDeviceResetArgs()
|
/frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
D | MaxDurationTracker.cpp | 44 unique_ptr<DurationTracker> MaxDurationTracker::clone(const int64_t eventTime) { in clone() 83 const int64_t eventTime, const ConditionKey& conditionKey) { in noteStart() 117 void MaxDurationTracker::noteStop(const HashableDimensionKey& key, const int64_t eventTime, in noteStop() 178 void MaxDurationTracker::noteStopAll(const int64_t eventTime) { in noteStopAll()
|
D | OringDurationTracker.cpp | 45 unique_ptr<DurationTracker> OringDurationTracker::clone(const int64_t eventTime) { in clone() 72 const int64_t eventTime, const ConditionKey& conditionKey) { in noteStart()
|
/frameworks/native/include/input/ |
D | VelocityTracker.h | 176 nsecs_t eventTime; member 254 nsecs_t eventTime; member 288 nsecs_t eventTime; member
|
D | InputTransport.h | 78 nsecs_t eventTime __attribute__((aligned(8))); member 99 nsecs_t eventTime __attribute__((aligned(8))); member 400 nsecs_t eventTime; member
|
/frameworks/native/libs/input/ |
D | VelocityTracker.cpp | 230 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) { in addMovement() 322 nsecs_t eventTime; in addMovement() local 383 void LeastSquaresVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() 795 void IntegratingVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() 826 nsecs_t eventTime, float xpos, float ypos) const { in initState() 839 nsecs_t eventTime, float xpos, float ypos) const { in updateState() 913 void LegacyVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement() 1027 void ImpulseVelocityTrackerStrategy::addMovement(nsecs_t eventTime, BitSet32 idBits, in addMovement()
|
D | VelocityControl.cpp | 52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { in move()
|
D | Input.cpp | 78 nsecs_t eventTime) { in initialize() 254 nsecs_t eventTime, in initialize() 309 int64_t eventTime, in addSample()
|
D | InputTransport.cpp | 430 nsecs_t eventTime) { in publishKeyEvent() 484 nsecs_t eventTime, in publishMotionEvent() 863 nsecs_t eventTime = msg.body.motion.eventTime; in rewriteMessage() local
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | EventMetricProducer.cpp | 84 const int64_t eventTime) { in onSlicedConditionMayChangeLocked() 134 const int64_t eventTime) { in onConditionChangedLocked()
|
D | MetricProducer.h | 131 void onConditionChanged(const bool condition, const int64_t eventTime) { in onConditionChanged() 136 void onSlicedConditionMayChange(bool overallCondition, const int64_t eventTime) { in onSlicedConditionMayChange() 277 virtual void flushIfNeededLocked(const int64_t& eventTime){}; in flushIfNeededLocked()
|
D | DurationMetricProducer.cpp | 184 const int64_t eventTime) { in onSlicedConditionMayChangeLocked_opt1() 257 const int64_t eventTime) { in onSlicedConditionMayChangeLocked_opt2() 427 const int64_t eventTime) { in onSlicedConditionMayChangeLocked() 473 const int64_t eventTime) { in onConditionChangedLocked()
|
D | CountMetricProducer.cpp | 136 const int64_t eventTime) { in onSlicedConditionMayChangeLocked() 251 const int64_t eventTime) { in onConditionChangedLocked()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/pip/phone/ |
D | PipTouchStateTest.java | 123 private MotionEvent createMotionEvent(int action, long eventTime, float x, float y) { in createMotionEvent()
|
/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 259 long eventTime = SystemClock.uptimeMillis(); in tapView() local 299 long eventTime = SystemClock.uptimeMillis(); in touchAndCancelView() local 334 long eventTime = SystemClock.uptimeMillis(); in clickView() local 395 long eventTime = SystemClock.uptimeMillis(); in longClickView() local 762 long eventTime = SystemClock.uptimeMillis(); in drag() local
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 84 constexpr nsecs_t eventTime = 4; in PublishAndConsumeKeyEvent() local 151 constexpr nsecs_t eventTime = 4; in PublishAndConsumeMotionEvent() local
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 1353 private void userActivityFromNative(long eventTime, int event, int flags) { in userActivityFromNative() 1357 private void userActivityInternal(long eventTime, int event, int flags, int uid) { in userActivityInternal() 1375 private boolean userActivityNoUpdateLocked(long eventTime, int event, int flags, int uid) { in userActivityNoUpdateLocked() 1437 private void maybeUpdateForegroundProfileLastActivityLocked(long eventTime) { in maybeUpdateForegroundProfileLastActivityLocked() 1444 private void wakeUpInternal(long eventTime, @WakeReason int reason, String details, int uid, in wakeUpInternal() 1453 private boolean wakeUpNoUpdateLocked(long eventTime, @WakeReason int reason, String details, in wakeUpNoUpdateLocked() 1488 private void goToSleepInternal(long eventTime, int reason, int flags, int uid) { in goToSleepInternal() 1504 private boolean goToSleepNoUpdateLocked(long eventTime, int reason, int flags, int uid) { in goToSleepNoUpdateLocked() 1555 private void napInternal(long eventTime, int uid) { in napInternal() 1563 private boolean napNoUpdateLocked(long eventTime, int uid) { in napNoUpdateLocked() [all …]
|
D | AttentionDetector.java | 231 public int onUserActivity(long eventTime, int event) { in onUserActivity()
|
/frameworks/base/core/java/android/view/ |
D | KeyEvent.java | 1382 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1406 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1433 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1463 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1495 public KeyEvent(long downTime, long eventTime, int action, in KeyEvent() 1566 public KeyEvent(KeyEvent origEvent, long eventTime, int newRepeat) { in KeyEvent() 1601 public static KeyEvent obtain(long downTime, long eventTime, int action, in obtain() 1626 public static KeyEvent obtain(long downTime, long eventTime, int action, in obtain() 1700 public static KeyEvent changeTimeRepeat(KeyEvent event, long eventTime, in changeTimeRepeat() 1716 public static KeyEvent changeTimeRepeat(KeyEvent event, long eventTime, in changeTimeRepeat() [all …]
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | PinchZoomAction.java | 82 long eventTime = startTime; in sendPinchZoomAction() local
|
/frameworks/base/core/jni/ |
D | android_view_KeyEvent.cpp | 92 jlong eventTime = env->GetLongField(eventObj, gKeyEventClassInfo.mEventTime); in android_view_KeyEvent_toNative() local
|