• Home
  • Raw
  • Download

Lines Matching defs:when

229         nsecs_t when, int32_t deviceId, uint32_t source,  in synthesizeButtonKey()
246 nsecs_t when, int32_t deviceId, uint32_t source, in synthesizeButtonKeys()
459 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) { in addDeviceLocked()
490 void InputReader::removeDeviceLocked(nsecs_t when, int32_t deviceId) { in removeDeviceLocked()
610 void InputReader::timeoutExpiredLocked(nsecs_t when) { in timeoutExpiredLocked()
619 void InputReader::handleConfigurationChangedLocked(nsecs_t when) { in handleConfigurationChangedLocked()
706 void InputReader::requestTimeoutAtTimeLocked(nsecs_t when) { in requestTimeoutAtTimeLocked()
991 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) { in requestTimeoutAtTime()
1059 void InputDevice::setEnabled(bool enabled, nsecs_t when) { in setEnabled()
1118 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes)… in configure()
1161 void InputDevice::reset(nsecs_t when) { in reset()
1212 void InputDevice::timeoutExpired(nsecs_t when) { in timeoutExpired()
1299 void InputDevice::cancelTouch(nsecs_t when) { in cancelTouch()
1336 void InputDevice::notifyReset(nsecs_t when) { in notifyReset()
1994 void InputMapper::configure(nsecs_t when, in configure()
1998 void InputMapper::reset(nsecs_t when) { in reset()
2001 void InputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
2028 void InputMapper::cancelTouch(nsecs_t when) { in cancelTouch()
2107 void SwitchInputMapper::sync(nsecs_t when) { in sync()
2183 void VibratorInputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
2272 void KeyboardInputMapper::configure(nsecs_t when, in configure()
2338 void KeyboardInputMapper::reset(nsecs_t when) { in reset()
2411 void KeyboardInputMapper::processKey(nsecs_t when, bool down, int32_t scanCode, in processKey()
2632 void CursorInputMapper::configure(nsecs_t when, in configure()
2760 void CursorInputMapper::reset(nsecs_t when) { in reset()
2785 void CursorInputMapper::sync(nsecs_t when) { in sync()
3015 void RotaryEncoderInputMapper::configure(nsecs_t when, in configure()
3031 void RotaryEncoderInputMapper::reset(nsecs_t when) { in reset()
3045 void RotaryEncoderInputMapper::sync(nsecs_t when) { in sync()
3269 void TouchInputMapper::configure(nsecs_t when, in configure()
3474 void TouchInputMapper::configureSurface(nsecs_t when, bool* outResetNeeded) { in configureSurface()
4248 void TouchInputMapper::reset(nsecs_t when) { in reset()
4304 void TouchInputMapper::sync(nsecs_t when) { in sync()
4382 nsecs_t when = mExternalStylusFusionTimeout - STYLUS_DATA_LATENCY; in processRawTouches() local
4396 void TouchInputMapper::cookAndDispatch(nsecs_t when) { in cookAndDispatch()
4519 void TouchInputMapper::applyExternalStylusButtonState(nsecs_t when) { in applyExternalStylusButtonState()
4525 void TouchInputMapper::applyExternalStylusTouchState(nsecs_t when) { in applyExternalStylusTouchState()
4589 void TouchInputMapper::timeoutExpired(nsecs_t when) { in timeoutExpired()
4614 bool TouchInputMapper::consumeRawTouches(nsecs_t when, uint32_t policyFlags) { in consumeRawTouches()
4715 void TouchInputMapper::dispatchVirtualKey(nsecs_t when, uint32_t policyFlags, in dispatchVirtualKey()
4728 void TouchInputMapper::abortTouches(nsecs_t when, uint32_t policyFlags) { in abortTouches()
4745 void TouchInputMapper::dispatchTouches(nsecs_t when, uint32_t policyFlags) { in dispatchTouches()
4836 void TouchInputMapper::dispatchHoverExit(nsecs_t when, uint32_t policyFlags) { in dispatchHoverExit()
4853 void TouchInputMapper::dispatchHoverEnterAndMove(nsecs_t when, uint32_t policyFlags) { in dispatchHoverEnterAndMove()
4881 void TouchInputMapper::dispatchButtonRelease(nsecs_t when, uint32_t policyFlags) { in dispatchButtonRelease()
4900 void TouchInputMapper::dispatchButtonPress(nsecs_t when, uint32_t policyFlags) { in dispatchButtonPress()
5189 void TouchInputMapper::dispatchPointerUsage(nsecs_t when, uint32_t policyFlags, in dispatchPointerUsage()
5211 void TouchInputMapper::abortPointerUsage(nsecs_t when, uint32_t policyFlags) { in abortPointerUsage()
5229 void TouchInputMapper::dispatchPointerGestures(nsecs_t when, uint32_t policyFlags, in dispatchPointerGestures()
5442 void TouchInputMapper::abortPointerGestures(nsecs_t when, uint32_t policyFlags) { in abortPointerGestures()
5467 bool TouchInputMapper::preparePointerGestures(nsecs_t when, in preparePointerGestures()
6229 void TouchInputMapper::dispatchPointerStylus(nsecs_t when, uint32_t policyFlags) { in dispatchPointerStylus()
6260 void TouchInputMapper::abortPointerStylus(nsecs_t when, uint32_t policyFlags) { in abortPointerStylus()
6264 void TouchInputMapper::dispatchPointerMouse(nsecs_t when, uint32_t policyFlags) { in dispatchPointerMouse()
6314 void TouchInputMapper::abortPointerMouse(nsecs_t when, uint32_t policyFlags) { in abortPointerMouse()
6320 void TouchInputMapper::dispatchPointerSimple(nsecs_t when, uint32_t policyFlags, in dispatchPointerSimple()
6442 void TouchInputMapper::abortPointerSimple(nsecs_t when, uint32_t policyFlags) { in abortPointerSimple()
6449 void TouchInputMapper::dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source, in dispatchMotion()
6528 void TouchInputMapper::cancelTouch(nsecs_t when) { in cancelTouch()
6806 void SingleTouchInputMapper::reset(nsecs_t when) { in reset()
6818 void SingleTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
6876 void MultiTouchInputMapper::reset(nsecs_t when) { in reset()
6890 void MultiTouchInputMapper::syncTouch(nsecs_t when, RawState* outState) { in syncTouch()
7039 void ExternalStylusInputMapper::configure(nsecs_t when, in configure()
7045 void ExternalStylusInputMapper::reset(nsecs_t when) { in reset()
7061 void ExternalStylusInputMapper::sync(nsecs_t when) { in sync()
7177 void JoystickInputMapper::configure(nsecs_t when, in configure()
7316 void JoystickInputMapper::reset(nsecs_t when) { in reset()
7375 void JoystickInputMapper::sync(nsecs_t when, bool force) { in sync()