Lines Matching defs:when
191 nsecs_t when, int32_t deviceId, uint32_t source, in synthesizeButtonKey()
208 nsecs_t when, int32_t deviceId, uint32_t source, in synthesizeButtonKeys()
374 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) { in addDeviceLocked()
405 void InputReader::removeDeviceLocked(nsecs_t when, int32_t deviceId) { in removeDeviceLocked()
520 void InputReader::timeoutExpiredLocked(nsecs_t when) { in timeoutExpiredLocked()
529 void InputReader::handleConfigurationChangedLocked(nsecs_t when) { in handleConfigurationChangedLocked()
616 void InputReader::requestTimeoutAtTimeLocked(nsecs_t when) { in requestTimeoutAtTimeLocked()
871 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) { in requestTimeoutAtTime()
978 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes)… in configure()
1015 void InputDevice::reset(nsecs_t when) { in reset()
1065 void InputDevice::timeoutExpired(nsecs_t when) { in timeoutExpired()
1152 void InputDevice::cancelTouch(nsecs_t when) { in cancelTouch()
1182 void InputDevice::notifyReset(nsecs_t when) { in notifyReset()
1837 void InputMapper::configure(nsecs_t when, in configure()
1841 void InputMapper::reset(nsecs_t when) { in reset()
1844 void InputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
1871 void InputMapper::cancelTouch(nsecs_t when) { in cancelTouch()
1947 void SwitchInputMapper::sync(nsecs_t when) { in sync()
2023 void VibratorInputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
2113 void KeyboardInputMapper::configure(nsecs_t when, in configure()
2161 void KeyboardInputMapper::reset(nsecs_t when) { in reset()
2211 void KeyboardInputMapper::processKey(nsecs_t when, bool down, int32_t keyCode, in processKey()
2412 void CursorInputMapper::configure(nsecs_t when, in configure()
2507 void CursorInputMapper::reset(nsecs_t when) { in reset()
2532 void CursorInputMapper::sync(nsecs_t when) { in sync()
2889 void TouchInputMapper::configure(nsecs_t when, in configure()
3090 void TouchInputMapper::configureSurface(nsecs_t when, bool* outResetNeeded) { in configureSurface()
3846 void TouchInputMapper::reset(nsecs_t when) { in reset()
3902 void TouchInputMapper::sync(nsecs_t when) { in sync()
3980 nsecs_t when = mExternalStylusFusionTimeout - STYLUS_DATA_LATENCY; in processRawTouches() local
3994 void TouchInputMapper::cookAndDispatch(nsecs_t when) { in cookAndDispatch()
4117 void TouchInputMapper::applyExternalStylusButtonState(nsecs_t when) { in applyExternalStylusButtonState()
4123 void TouchInputMapper::applyExternalStylusTouchState(nsecs_t when) { in applyExternalStylusTouchState()
4187 void TouchInputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
4212 bool TouchInputMapper::consumeRawTouches(nsecs_t when, uint32_t policyFlags) { in consumeRawTouches()
4313 void TouchInputMapper::dispatchVirtualKey(nsecs_t when, uint32_t policyFlags, in dispatchVirtualKey()
4326 void TouchInputMapper::abortTouches(nsecs_t when, uint32_t policyFlags) { in abortTouches()
4342 void TouchInputMapper::dispatchTouches(nsecs_t when, uint32_t policyFlags) { in dispatchTouches()
4429 void TouchInputMapper::dispatchHoverExit(nsecs_t when, uint32_t policyFlags) { in dispatchHoverExit()
4445 void TouchInputMapper::dispatchHoverEnterAndMove(nsecs_t when, uint32_t policyFlags) { in dispatchHoverEnterAndMove()
4471 void TouchInputMapper::dispatchButtonRelease(nsecs_t when, uint32_t policyFlags) { in dispatchButtonRelease()
4489 void TouchInputMapper::dispatchButtonPress(nsecs_t when, uint32_t policyFlags) { in dispatchButtonPress()
4775 void TouchInputMapper::dispatchPointerUsage(nsecs_t when, uint32_t policyFlags, in dispatchPointerUsage()
4797 void TouchInputMapper::abortPointerUsage(nsecs_t when, uint32_t policyFlags) { in abortPointerUsage()
4815 void TouchInputMapper::dispatchPointerGestures(nsecs_t when, uint32_t policyFlags, in dispatchPointerGestures()
5024 void TouchInputMapper::abortPointerGestures(nsecs_t when, uint32_t policyFlags) { in abortPointerGestures()
5049 bool TouchInputMapper::preparePointerGestures(nsecs_t when, in preparePointerGestures()
5815 void TouchInputMapper::dispatchPointerStylus(nsecs_t when, uint32_t policyFlags) { in dispatchPointerStylus()
5846 void TouchInputMapper::abortPointerStylus(nsecs_t when, uint32_t policyFlags) { in abortPointerStylus()
5850 void TouchInputMapper::dispatchPointerMouse(nsecs_t when, uint32_t policyFlags) { in dispatchPointerMouse()
5899 void TouchInputMapper::abortPointerMouse(nsecs_t when, uint32_t policyFlags) { in abortPointerMouse()
5905 void TouchInputMapper::dispatchPointerSimple(nsecs_t when, uint32_t policyFlags, in dispatchPointerSimple()
6027 void TouchInputMapper::abortPointerSimple(nsecs_t when, uint32_t policyFlags) { in abortPointerSimple()
6034 void TouchInputMapper::dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source, in dispatchMotion()
6113 void TouchInputMapper::cancelTouch(nsecs_t when) { in cancelTouch()
6391 void SingleTouchInputMapper::reset(nsecs_t when) { in reset()
6403 void SingleTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
6461 void MultiTouchInputMapper::reset(nsecs_t when) { in reset()
6475 void MultiTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
6622 void ExternalStylusInputMapper::configure(nsecs_t when, in configure()
6628 void ExternalStylusInputMapper::reset(nsecs_t when) { in reset()
6644 void ExternalStylusInputMapper::sync(nsecs_t when) { in sync()
6760 void JoystickInputMapper::configure(nsecs_t when, in configure()
6899 void JoystickInputMapper::reset(nsecs_t when) { in reset()
6958 void JoystickInputMapper::sync(nsecs_t when, bool force) { in sync()