Lines Matching refs:readTime

153     void cancelTouch(nsecs_t when, nsecs_t readTime) override;
310 nsecs_t readTime; member
323 readTime = other.readTime; in copyFrom()
332 readTime = 0; in clear()
738 void sync(nsecs_t when, nsecs_t readTime);
740 bool consumeRawTouches(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
742 void cookAndDispatch(nsecs_t when, nsecs_t readTime);
743 void dispatchVirtualKey(nsecs_t when, nsecs_t readTime, uint32_t policyFlags,
746 void dispatchTouches(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
747 void dispatchHoverExit(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
748 void dispatchHoverEnterAndMove(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
749 void dispatchButtonRelease(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
750 void dispatchButtonPress(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
753 void abortTouches(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
755 void dispatchPointerUsage(nsecs_t when, nsecs_t readTime, uint32_t policyFlags,
757 void abortPointerUsage(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
759 void dispatchPointerGestures(nsecs_t when, nsecs_t readTime, uint32_t policyFlags,
761 void abortPointerGestures(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
765 void dispatchPointerStylus(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
766 void abortPointerStylus(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
768 void dispatchPointerMouse(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
769 void abortPointerMouse(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
771 void dispatchPointerSimple(nsecs_t when, nsecs_t readTime, uint32_t policyFlags, bool down,
773 void abortPointerSimple(nsecs_t when, nsecs_t readTime, uint32_t policyFlags);
783 void dispatchMotion(nsecs_t when, nsecs_t readTime, uint32_t policyFlags, uint32_t source,