/frameworks/native/services/inputflinger/reader/mapper/ |
D | CursorInputMapper.cpp | 398 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()
|
D | SwitchInputMapper.cpp | 59 NotifySwitchArgs args(mContext->getNextSequenceNum(), when, 0, updatedSwitchValues, in sync()
|
D | TouchCursorInputMapperCommon.h | 68 NotifyKeyArgs args(context->getNextSequenceNum(), when, deviceId, source, displayId, in synthesizeButtonKey()
|
D | RotaryEncoderInputMapper.cpp | 122 NotifyMotionArgs scrollArgs(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in sync()
|
D | TouchInputMapper.cpp | 1856 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()
|
D | KeyboardInputMapper.cpp | 331 NotifyKeyArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, getDisplayId(), in processKey()
|
D | JoystickInputMapper.cpp | 334 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), in sync()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputReaderContext.h | 60 virtual uint32_t getNextSequenceNum() = 0;
|
D | InputReader.h | 106 virtual uint32_t getNextSequenceNum();
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 347 NotifyConfigurationChangedArgs args(mContext.getNextSequenceNum(), when); in handleConfigurationChangedLocked() 763 uint32_t InputReader::ContextImpl::getNextSequenceNum() { in getNextSequenceNum() function in android::InputReader::ContextImpl
|
D | InputDevice.cpp | 323 NotifyDeviceResetArgs args(mContext->getNextSequenceNum(), when, mId); in notifyReset()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 865 virtual uint32_t getNextSequenceNum() { in getNextSequenceNum() function in android::FakeInputReaderContext
|