• Home
  • Raw
  • Download

Lines Matching defs:when

176         nsecs_t when, int32_t deviceId, uint32_t source,  in synthesizeButtonKey()
193 nsecs_t when, int32_t deviceId, uint32_t source, in synthesizeButtonKeys()
359 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) { in addDeviceLocked()
386 void InputReader::removeDeviceLocked(nsecs_t when, int32_t deviceId) { in removeDeviceLocked()
487 void InputReader::timeoutExpiredLocked(nsecs_t when) { in timeoutExpiredLocked()
496 void InputReader::handleConfigurationChangedLocked(nsecs_t when) { in handleConfigurationChangedLocked()
562 void InputReader::requestTimeoutAtTimeLocked(nsecs_t when) { in requestTimeoutAtTimeLocked()
817 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) { in requestTimeoutAtTime()
914 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes)… in configure()
951 void InputDevice::reset(nsecs_t when) { in reset()
1001 void InputDevice::timeoutExpired(nsecs_t when) { in timeoutExpired()
1103 void InputDevice::notifyReset(nsecs_t when) { in notifyReset()
1755 void InputMapper::configure(nsecs_t when, in configure()
1759 void InputMapper::reset(nsecs_t when) { in reset()
1762 void InputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
1852 void SwitchInputMapper::sync(nsecs_t when) { in sync()
1928 void VibratorInputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
2018 void KeyboardInputMapper::configure(nsecs_t when, in configure()
2066 void KeyboardInputMapper::reset(nsecs_t when) { in reset()
2116 void KeyboardInputMapper::processKey(nsecs_t when, bool down, int32_t keyCode, in processKey()
2314 void CursorInputMapper::configure(nsecs_t when, in configure()
2409 void CursorInputMapper::reset(nsecs_t when) { in reset()
2434 void CursorInputMapper::sync(nsecs_t when) { in sync()
2748 void TouchInputMapper::configure(nsecs_t when, in configure()
2934 void TouchInputMapper::configureSurface(nsecs_t when, bool* outResetNeeded) { in configureSurface()
3685 void TouchInputMapper::reset(nsecs_t when) { in reset()
3735 void TouchInputMapper::sync(nsecs_t when) { in sync()
3887 void TouchInputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
3895 bool TouchInputMapper::consumeRawTouches(nsecs_t when, uint32_t policyFlags) { in consumeRawTouches()
3994 void TouchInputMapper::dispatchVirtualKey(nsecs_t when, uint32_t policyFlags, in dispatchVirtualKey()
4007 void TouchInputMapper::dispatchTouches(nsecs_t when, uint32_t policyFlags) { in dispatchTouches()
4097 void TouchInputMapper::dispatchHoverExit(nsecs_t when, uint32_t policyFlags) { in dispatchHoverExit()
4113 void TouchInputMapper::dispatchHoverEnterAndMove(nsecs_t when, uint32_t policyFlags) { in dispatchHoverEnterAndMove()
4390 void TouchInputMapper::dispatchPointerUsage(nsecs_t when, uint32_t policyFlags, in dispatchPointerUsage()
4412 void TouchInputMapper::abortPointerUsage(nsecs_t when, uint32_t policyFlags) { in abortPointerUsage()
4430 void TouchInputMapper::dispatchPointerGestures(nsecs_t when, uint32_t policyFlags, in dispatchPointerGestures()
4638 void TouchInputMapper::abortPointerGestures(nsecs_t when, uint32_t policyFlags) { in abortPointerGestures()
4663 bool TouchInputMapper::preparePointerGestures(nsecs_t when, in preparePointerGestures()
5426 void TouchInputMapper::dispatchPointerStylus(nsecs_t when, uint32_t policyFlags) { in dispatchPointerStylus()
5456 void TouchInputMapper::abortPointerStylus(nsecs_t when, uint32_t policyFlags) { in abortPointerStylus()
5460 void TouchInputMapper::dispatchPointerMouse(nsecs_t when, uint32_t policyFlags) { in dispatchPointerMouse()
5509 void TouchInputMapper::abortPointerMouse(nsecs_t when, uint32_t policyFlags) { in abortPointerMouse()
5515 void TouchInputMapper::dispatchPointerSimple(nsecs_t when, uint32_t policyFlags, in dispatchPointerSimple()
5635 void TouchInputMapper::abortPointerSimple(nsecs_t when, uint32_t policyFlags) { in abortPointerSimple()
5642 void TouchInputMapper::dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source, in dispatchMotion()
5993 void SingleTouchInputMapper::reset(nsecs_t when) { in reset()
6005 void SingleTouchInputMapper::syncTouch(nsecs_t when, bool* outHavePointerIds) { in syncTouch()
6063 void MultiTouchInputMapper::reset(nsecs_t when) { in reset()
6077 void MultiTouchInputMapper::syncTouch(nsecs_t when, bool* outHavePointerIds) { in syncTouch()
6292 void JoystickInputMapper::configure(nsecs_t when, in configure()
6431 void JoystickInputMapper::reset(nsecs_t when) { in reset()
6490 void JoystickInputMapper::sync(nsecs_t when, bool force) { in sync()