Lines Matching refs:nsecs_t

94     nsecs_t virtualKeyQuietTime;
112 nsecs_t pointerGestureQuietInterval;
121 nsecs_t pointerGestureTapInterval;
130 nsecs_t pointerGestureTapDragInterval;
139 nsecs_t pointerGestureMultitouchSettleInterval;
325 virtual void vibrate(int32_t deviceId, const nsecs_t* pattern, size_t patternSize,
332 nsecs_t when;
367 virtual void disableVirtualKeysUntil(nsecs_t time) = 0;
368 virtual bool shouldDropVirtualKey(nsecs_t now,
373 virtual void requestTimeoutAtTime(nsecs_t when) = 0;
424 virtual void vibrate(int32_t deviceId, const nsecs_t* pattern, size_t patternSize,
441 virtual void disableVirtualKeysUntil(nsecs_t time);
442 virtual bool shouldDropVirtualKey(nsecs_t now,
445 virtual void requestTimeoutAtTime(nsecs_t when);
476 void addDeviceLocked(nsecs_t when, int32_t deviceId);
477 void removeDeviceLocked(nsecs_t when, int32_t deviceId);
479 void timeoutExpiredLocked(nsecs_t when);
481 void handleConfigurationChangedLocked(nsecs_t when);
498 nsecs_t mDisableVirtualKeysTimeout;
499 void disableVirtualKeysUntilLocked(nsecs_t time);
500 bool shouldDropVirtualKeyLocked(nsecs_t now,
503 nsecs_t mNextTimeout;
504 void requestTimeoutAtTimeLocked(nsecs_t when);
557 void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
558 void reset(nsecs_t when);
560 void timeoutExpired(nsecs_t when);
569 void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token);
571 void cancelTouch(nsecs_t when);
580 void notifyReset(nsecs_t when);
974 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
975 virtual void reset(nsecs_t when);
977 virtual void timeoutExpired(nsecs_t when);
984 virtual void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat,
987 virtual void cancelTouch(nsecs_t when);
1025 void sync(nsecs_t when);
1038 virtual void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat,
1041 virtual void timeoutExpired(nsecs_t when);
1046 nsecs_t mPattern[MAX_VIBRATE_PATTERN_SIZE];
1051 nsecs_t mNextStepTime;
1066 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1067 virtual void reset(nsecs_t when);
1091 nsecs_t mDownTime; // time of most recent key down
1115 void processKey(nsecs_t when, bool down, int32_t scanCode, int32_t usageCode);
1137 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1138 virtual void reset(nsecs_t when);
1186 nsecs_t mDownTime;
1191 void sync(nsecs_t when);
1203 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1204 virtual void reset(nsecs_t when);
1213 void sync(nsecs_t when);
1224 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1225 virtual void reset(nsecs_t when);
1234 virtual void cancelTouch(nsecs_t when);
1235 virtual void timeoutExpired(nsecs_t when);
1380 nsecs_t when;
1445 nsecs_t mExternalStylusFusionTimeout;
1458 nsecs_t mDownTime;
1469 virtual void configureSurface(nsecs_t when, bool* outResetNeeded);
1482 virtual void syncTouch(nsecs_t when, RawState* outState) = 0;
1577 nsecs_t downTime;
1661 nsecs_t firstTouchTime;
1683 nsecs_t downTime;
1686 nsecs_t tapDownTime;
1689 nsecs_t tapUpTime;
1695 nsecs_t quietTime;
1754 nsecs_t downTime;
1775 void sync(nsecs_t when);
1777 bool consumeRawTouches(nsecs_t when, uint32_t policyFlags);
1779 void cookAndDispatch(nsecs_t when);
1780 void dispatchVirtualKey(nsecs_t when, uint32_t policyFlags,
1783 void dispatchTouches(nsecs_t when, uint32_t policyFlags);
1784 void dispatchHoverExit(nsecs_t when, uint32_t policyFlags);
1785 void dispatchHoverEnterAndMove(nsecs_t when, uint32_t policyFlags);
1786 void dispatchButtonRelease(nsecs_t when, uint32_t policyFlags);
1787 void dispatchButtonPress(nsecs_t when, uint32_t policyFlags);
1790 void abortTouches(nsecs_t when, uint32_t policyFlags);
1792 void dispatchPointerUsage(nsecs_t when, uint32_t policyFlags, PointerUsage pointerUsage);
1793 void abortPointerUsage(nsecs_t when, uint32_t policyFlags);
1795 void dispatchPointerGestures(nsecs_t when, uint32_t policyFlags, bool isTimeout);
1796 void abortPointerGestures(nsecs_t when, uint32_t policyFlags);
1797 bool preparePointerGestures(nsecs_t when,
1801 void dispatchPointerStylus(nsecs_t when, uint32_t policyFlags);
1802 void abortPointerStylus(nsecs_t when, uint32_t policyFlags);
1804 void dispatchPointerMouse(nsecs_t when, uint32_t policyFlags);
1805 void abortPointerMouse(nsecs_t when, uint32_t policyFlags);
1807 void dispatchPointerSimple(nsecs_t when, uint32_t policyFlags,
1809 void abortPointerSimple(nsecs_t when, uint32_t policyFlags);
1812 void applyExternalStylusButtonState(nsecs_t when);
1813 void applyExternalStylusTouchState(nsecs_t when);
1819 void dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source,
1824 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
1847 virtual void reset(nsecs_t when);
1851 virtual void syncTouch(nsecs_t when, RawState* outState);
1865 virtual void reset(nsecs_t when);
1869 virtual void syncTouch(nsecs_t when, RawState* outState);
1889 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1890 virtual void reset(nsecs_t when);
1892 virtual void sync(nsecs_t when);
1911 virtual void configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes);
1912 virtual void reset(nsecs_t when);
1970 void sync(nsecs_t when, bool force);