Home
last modified time | relevance | path

Searched refs:getNextSequenceNum (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp398 NotifyMotionArgs releaseArgs(mContext->getNextSequenceNum(), when, getDeviceId(), in sync()
410 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in sync()
423 NotifyMotionArgs pressArgs(mContext->getNextSequenceNum(), when, getDeviceId(), in sync()
439 NotifyMotionArgs hoverArgs(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in sync()
454 NotifyMotionArgs scrollArgs(mContext->getNextSequenceNum(), when, getDeviceId(), in sync()
DSwitchInputMapper.cpp59 NotifySwitchArgs args(mContext->getNextSequenceNum(), when, 0, updatedSwitchValues, in sync()
DTouchCursorInputMapperCommon.h68 NotifyKeyArgs args(context->getNextSequenceNum(), when, deviceId, source, displayId, in synthesizeButtonKey()
DRotaryEncoderInputMapper.cpp122 NotifyMotionArgs scrollArgs(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in sync()
DTouchInputMapper.cpp1856 NotifyKeyArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), AINPUT_SOURCE_KEYBOARD, in dispatchVirtualKey()
2536 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in dispatchPointerGestures()
3455 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in dispatchPointerSimple()
3469 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in dispatchPointerSimple()
3485 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in dispatchPointerSimple()
3497 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in dispatchPointerSimple()
3512 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in dispatchPointerSimple()
3524 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in dispatchPointerSimple()
3546 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in dispatchPointerSimple()
3615 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, deviceId, source, displayId, in dispatchMotion()
DKeyboardInputMapper.cpp331 NotifyKeyArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, getDisplayId(), in processKey()
DJoystickInputMapper.cpp334 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), in sync()
/frameworks/native/services/inputflinger/reader/include/
DInputReaderContext.h60 virtual uint32_t getNextSequenceNum() = 0;
DInputReader.h106 virtual uint32_t getNextSequenceNum();
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp347 NotifyConfigurationChangedArgs args(mContext.getNextSequenceNum(), when); in handleConfigurationChangedLocked()
763 uint32_t InputReader::ContextImpl::getNextSequenceNum() { in getNextSequenceNum() function in android::InputReader::ContextImpl
DInputDevice.cpp323 NotifyDeviceResetArgs args(mContext->getNextSequenceNum(), when, mId); in notifyReset()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp865 virtual uint32_t getNextSequenceNum() { in getNextSequenceNum() function in android::FakeInputReaderContext