• Home
  • Raw
  • Download

Lines Matching defs:readTime

1440 std::list<NotifyArgs> TouchInputMapper::sync(nsecs_t when, nsecs_t readTime) {  in sync()
1541 const nsecs_t readTime = when; // consider this synthetic event to be zero latency in processRawTouches() local
1551 std::list<NotifyArgs> TouchInputMapper::cookAndDispatch(nsecs_t when, nsecs_t readTime) { in cookAndDispatch()
1798 const nsecs_t readTime = when; in timeoutExpired() local
1827 std::list<NotifyArgs> TouchInputMapper::consumeRawTouches(nsecs_t when, nsecs_t readTime, in consumeRawTouches()
1955 NotifyKeyArgs TouchInputMapper::dispatchVirtualKey(nsecs_t when, nsecs_t readTime, in dispatchVirtualKey()
1969 std::list<NotifyArgs> TouchInputMapper::abortTouches(nsecs_t when, nsecs_t readTime, in abortTouches()
2023 std::list<NotifyArgs> TouchInputMapper::dispatchTouches(nsecs_t when, nsecs_t readTime, in dispatchTouches()
2124 std::list<NotifyArgs> TouchInputMapper::dispatchHoverExit(nsecs_t when, nsecs_t readTime, in dispatchHoverExit()
2145 std::list<NotifyArgs> TouchInputMapper::dispatchHoverEnterAndMove(nsecs_t when, nsecs_t readTime, in dispatchHoverEnterAndMove()
2177 std::list<NotifyArgs> TouchInputMapper::dispatchButtonRelease(nsecs_t when, nsecs_t readTime, in dispatchButtonRelease()
2199 std::list<NotifyArgs> TouchInputMapper::dispatchButtonPress(nsecs_t when, nsecs_t readTime, in dispatchButtonPress()
2224 nsecs_t readTime) { in dispatchGestureButtonRelease()
2248 nsecs_t readTime) { in dispatchGestureButtonPress()
2480 std::list<NotifyArgs> TouchInputMapper::dispatchPointerUsage(nsecs_t when, nsecs_t readTime, in dispatchPointerUsage()
2505 std::list<NotifyArgs> TouchInputMapper::abortPointerUsage(nsecs_t when, nsecs_t readTime, in abortPointerUsage()
2526 std::list<NotifyArgs> TouchInputMapper::dispatchPointerGestures(nsecs_t when, nsecs_t readTime, in dispatchPointerGestures()
2768 std::list<NotifyArgs> TouchInputMapper::abortPointerGestures(nsecs_t when, nsecs_t readTime, in abortPointerGestures()
3523 std::list<NotifyArgs> TouchInputMapper::dispatchPointerStylus(nsecs_t when, nsecs_t readTime, in dispatchPointerStylus()
3560 std::list<NotifyArgs> TouchInputMapper::abortPointerStylus(nsecs_t when, nsecs_t readTime, in abortPointerStylus()
3565 std::list<NotifyArgs> TouchInputMapper::dispatchPointerMouse(nsecs_t when, nsecs_t readTime, in dispatchPointerMouse()
3604 std::list<NotifyArgs> TouchInputMapper::abortPointerMouse(nsecs_t when, nsecs_t readTime, in abortPointerMouse()
3613 std::list<NotifyArgs> TouchInputMapper::dispatchPointerSimple(nsecs_t when, nsecs_t readTime, in dispatchPointerSimple()
3754 std::list<NotifyArgs> TouchInputMapper::abortPointerSimple(nsecs_t when, nsecs_t readTime, in abortPointerSimple()
3786 nsecs_t when, nsecs_t readTime, uint32_t policyFlags, uint32_t source, int32_t action, in dispatchMotion()
3869 std::list<NotifyArgs> TouchInputMapper::cancelTouch(nsecs_t when, nsecs_t readTime) { in cancelTouch()