Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:nsecs_t

176         nsecs_t when, int32_t deviceId, uint32_t source,
193 nsecs_t when, int32_t deviceId, uint32_t source,
274 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
290 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
359 void InputReader::addDeviceLocked(nsecs_t when, int32_t deviceId) {
386 void InputReader::removeDeviceLocked(nsecs_t when, int32_t deviceId) {
487 void InputReader::timeoutExpiredLocked(nsecs_t when) {
496 void InputReader::handleConfigurationChangedLocked(nsecs_t when) {
511 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
537 void InputReader::disableVirtualKeysUntilLocked(nsecs_t time) {
541 bool InputReader::shouldDropVirtualKeyLocked(nsecs_t now,
562 void InputReader::requestTimeoutAtTimeLocked(nsecs_t when) {
687 void InputReader::vibrate(int32_t deviceId, const nsecs_t* pattern, size_t patternSize,
801 void InputReader::ContextImpl::disableVirtualKeysUntil(nsecs_t time) {
806 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now,
817 void InputReader::ContextImpl::requestTimeoutAtTime(nsecs_t when) {
914 void InputDevice::configure(nsecs_t when, const InputReaderConfiguration* config, uint32_t changes) {
951 void InputDevice::reset(nsecs_t when) {
1001 void InputDevice::timeoutExpired(nsecs_t when) {
1064 void InputDevice::vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat,
1103 void InputDevice::notifyReset(nsecs_t when) {
1755 void InputMapper::configure(nsecs_t when,
1759 void InputMapper::reset(nsecs_t when) {
1762 void InputMapper::timeoutExpired(nsecs_t when) {
1782 void InputMapper::vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat,
1852 void SwitchInputMapper::sync(nsecs_t when) {
1894 void VibratorInputMapper::vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat,
1909 memcpy(mPattern, pattern, patternSize * sizeof(nsecs_t));
1928 void VibratorInputMapper::timeoutExpired(nsecs_t when) {
1950 nsecs_t duration = mPattern[mIndex];
1963 nsecs_t now = systemTime(SYSTEM_TIME_MONOTONIC);
2018 void KeyboardInputMapper::configure(nsecs_t when,
2066 nsecs_t when) {
2116 void KeyboardInputMapper::processKey(nsecs_t when, bool down, int32_t keyCode,
2169 nsecs_t downTime = mDownTime;
2314 void CursorInputMapper::configure(nsecs_t when,
2409 void CursorInputMapper::reset(nsecs_t when) {
2434 void CursorInputMapper::sync(nsecs_t when) {
2450 nsecs_t downTime = mDownTime;
2748 void TouchInputMapper::configure(nsecs_t when,
2934 void TouchInputMapper::configureSurface(nsecs_t when, bool* outResetNeeded) {
3685 void TouchInputMapper::reset(nsecs_t when) {
3735 void TouchInputMapper::sync(nsecs_t when) {
3887 void TouchInputMapper::timeoutExpired(nsecs_t when) {
3895 bool TouchInputMapper::consumeRawTouches(nsecs_t when, uint32_t policyFlags) {
3994 void TouchInputMapper::dispatchVirtualKey(nsecs_t when, uint32_t policyFlags,
3998 nsecs_t downTime = mCurrentVirtualKey.downTime;
4007 void TouchInputMapper::dispatchTouches(nsecs_t when, uint32_t policyFlags) {
4097 void TouchInputMapper::dispatchHoverExit(nsecs_t when, uint32_t policyFlags) {
4113 void TouchInputMapper::dispatchHoverEnterAndMove(nsecs_t when, uint32_t policyFlags) {
4390 void TouchInputMapper::dispatchPointerUsage(nsecs_t when, uint32_t policyFlags,
4412 void TouchInputMapper::abortPointerUsage(nsecs_t when, uint32_t policyFlags) {
4430 void TouchInputMapper::dispatchPointerGestures(nsecs_t when, uint32_t policyFlags,
4638 void TouchInputMapper::abortPointerGestures(nsecs_t when, uint32_t policyFlags) {
4663 bool TouchInputMapper::preparePointerGestures(nsecs_t when,
5426 void TouchInputMapper::dispatchPointerStylus(nsecs_t when, uint32_t policyFlags) {
5456 void TouchInputMapper::abortPointerStylus(nsecs_t when, uint32_t policyFlags) {
5460 void TouchInputMapper::dispatchPointerMouse(nsecs_t when, uint32_t policyFlags) {
5509 void TouchInputMapper::abortPointerMouse(nsecs_t when, uint32_t policyFlags) {
5515 void TouchInputMapper::dispatchPointerSimple(nsecs_t when, uint32_t policyFlags,
5635 void TouchInputMapper::abortPointerSimple(nsecs_t when, uint32_t policyFlags) {
5642 void TouchInputMapper::dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source,
5646 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) {
5993 void SingleTouchInputMapper::reset(nsecs_t when) {
6005 void SingleTouchInputMapper::syncTouch(nsecs_t when, bool* outHavePointerIds) {
6063 void MultiTouchInputMapper::reset(nsecs_t when) {
6077 void MultiTouchInputMapper::syncTouch(nsecs_t when, bool* outHavePointerIds) {
6292 void JoystickInputMapper::configure(nsecs_t when,
6431 void JoystickInputMapper::reset(nsecs_t when) {
6490 void JoystickInputMapper::sync(nsecs_t when, bool force) {