• Home
  • Raw
  • Download

Lines Matching defs:when

233         nsecs_t when, int32_t deviceId, uint32_t source, int32_t displayId,  in synthesizeButtonKey()
250 nsecs_t when, int32_t deviceId, uint32_t source, int32_t displayId, in synthesizeButtonKeys()
388 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) { in addDeviceLocked()
419 void InputReader::removeDeviceLocked(nsecs_t when, int32_t deviceId) { in removeDeviceLocked()
539 void InputReader::timeoutExpiredLocked(nsecs_t when) { in timeoutExpiredLocked()
548 void InputReader::handleConfigurationChangedLocked(nsecs_t when) { in handleConfigurationChangedLocked()
636 void InputReader::requestTimeoutAtTimeLocked(nsecs_t when) { in requestTimeoutAtTimeLocked()
946 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) { in requestTimeoutAtTime()
1002 void InputDevice::setEnabled(bool enabled, nsecs_t when) { in setEnabled()
1067 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes)… in configure()
1122 void InputDevice::reset(nsecs_t when) { in reset()
1169 void InputDevice::timeoutExpired(nsecs_t when) { in timeoutExpired()
1242 void InputDevice::cancelTouch(nsecs_t when) { in cancelTouch()
1272 void InputDevice::notifyReset(nsecs_t when) { in notifyReset()
1940 void InputMapper::configure(nsecs_t when, in configure()
1944 void InputMapper::reset(nsecs_t when) { in reset()
1947 void InputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
1974 void InputMapper::cancelTouch(nsecs_t when) { in cancelTouch()
2053 void SwitchInputMapper::sync(nsecs_t when) { in sync()
2130 void VibratorInputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
2231 void KeyboardInputMapper::configure(nsecs_t when, in configure()
2285 void KeyboardInputMapper::reset(nsecs_t when) { in reset()
2358 void KeyboardInputMapper::processKey(nsecs_t when, bool down, int32_t scanCode, in processKey()
2579 void CursorInputMapper::configure(nsecs_t when, in configure()
2710 void CursorInputMapper::reset(nsecs_t when) { in reset()
2735 void CursorInputMapper::sync(nsecs_t when) { in sync()
2983 void RotaryEncoderInputMapper::configure(nsecs_t when, in configure()
3000 void RotaryEncoderInputMapper::reset(nsecs_t when) { in reset()
3014 void RotaryEncoderInputMapper::sync(nsecs_t when) { in sync()
3240 void TouchInputMapper::configure(nsecs_t when, in configure()
3503 void TouchInputMapper::configureSurface(nsecs_t when, bool* outResetNeeded) { in configureSurface()
4264 void TouchInputMapper::reset(nsecs_t when) { in reset()
4334 void TouchInputMapper::sync(nsecs_t when) { in sync()
4413 nsecs_t when = mExternalStylusFusionTimeout - STYLUS_DATA_LATENCY; in processRawTouches() local
4427 void TouchInputMapper::cookAndDispatch(nsecs_t when) { in cookAndDispatch()
4553 void TouchInputMapper::applyExternalStylusButtonState(nsecs_t when) { in applyExternalStylusButtonState()
4559 void TouchInputMapper::applyExternalStylusTouchState(nsecs_t when) { in applyExternalStylusTouchState()
4623 void TouchInputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
4648 bool TouchInputMapper::consumeRawTouches(nsecs_t when, uint32_t policyFlags) { in consumeRawTouches()
4749 void TouchInputMapper::dispatchVirtualKey(nsecs_t when, uint32_t policyFlags, in dispatchVirtualKey()
4763 void TouchInputMapper::abortTouches(nsecs_t when, uint32_t policyFlags) { in abortTouches()
4780 void TouchInputMapper::dispatchTouches(nsecs_t when, uint32_t policyFlags) { in dispatchTouches()
4871 void TouchInputMapper::dispatchHoverExit(nsecs_t when, uint32_t policyFlags) { in dispatchHoverExit()
4888 void TouchInputMapper::dispatchHoverEnterAndMove(nsecs_t when, uint32_t policyFlags) { in dispatchHoverEnterAndMove()
4916 void TouchInputMapper::dispatchButtonRelease(nsecs_t when, uint32_t policyFlags) { in dispatchButtonRelease()
4935 void TouchInputMapper::dispatchButtonPress(nsecs_t when, uint32_t policyFlags) { in dispatchButtonPress()
5224 void TouchInputMapper::dispatchPointerUsage(nsecs_t when, uint32_t policyFlags, in dispatchPointerUsage()
5246 void TouchInputMapper::abortPointerUsage(nsecs_t when, uint32_t policyFlags) { in abortPointerUsage()
5264 void TouchInputMapper::dispatchPointerGestures(nsecs_t when, uint32_t policyFlags, in dispatchPointerGestures()
5480 void TouchInputMapper::abortPointerGestures(nsecs_t when, uint32_t policyFlags) { in abortPointerGestures()
5505 bool TouchInputMapper::preparePointerGestures(nsecs_t when, in preparePointerGestures()
6267 void TouchInputMapper::dispatchPointerStylus(nsecs_t when, uint32_t policyFlags) { in dispatchPointerStylus()
6298 void TouchInputMapper::abortPointerStylus(nsecs_t when, uint32_t policyFlags) { in abortPointerStylus()
6302 void TouchInputMapper::dispatchPointerMouse(nsecs_t when, uint32_t policyFlags) { in dispatchPointerMouse()
6352 void TouchInputMapper::abortPointerMouse(nsecs_t when, uint32_t policyFlags) { in abortPointerMouse()
6358 void TouchInputMapper::dispatchPointerSimple(nsecs_t when, uint32_t policyFlags, in dispatchPointerSimple()
6490 void TouchInputMapper::abortPointerSimple(nsecs_t when, uint32_t policyFlags) { in abortPointerSimple()
6497 void TouchInputMapper::dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source, in dispatchMotion()
6581 void TouchInputMapper::cancelTouch(nsecs_t when) { in cancelTouch()
6863 void SingleTouchInputMapper::reset(nsecs_t when) { in reset()
6875 void SingleTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
6933 void MultiTouchInputMapper::reset(nsecs_t when) { in reset()
6947 void MultiTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
7096 void ExternalStylusInputMapper::configure(nsecs_t when, in configure()
7102 void ExternalStylusInputMapper::reset(nsecs_t when) { in reset()
7118 void ExternalStylusInputMapper::sync(nsecs_t when) { in sync()
7234 void JoystickInputMapper::configure(nsecs_t when, in configure()
7373 void JoystickInputMapper::reset(nsecs_t when) { in reset()
7432 void JoystickInputMapper::sync(nsecs_t when, bool force) { in sync()