Searched refs:getNextSequenceNum (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 243 NotifyKeyArgs args(context->getNextSequenceNum(), when, deviceId, source, displayId, in synthesizeButtonKey() 553 NotifyConfigurationChangedArgs args(mContext.getNextSequenceNum(), when); in handleConfigurationChangedLocked() 977 uint32_t InputReader::ContextImpl::getNextSequenceNum() { in getNextSequenceNum() function in android::InputReader::ContextImpl 1273 NotifyDeviceResetArgs args(mContext->getNextSequenceNum(), when, mId); in notifyReset() 2056 NotifySwitchArgs args(mContext->getNextSequenceNum(), when, 0, updatedSwitchValues, in sync() 2439 NotifyKeyArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in processKey() 2847 NotifyMotionArgs releaseArgs(mContext->getNextSequenceNum(), when, getDeviceId(), in sync() 2858 NotifyMotionArgs args(mContext->getNextSequenceNum(), when, getDeviceId(), mSource, in sync() 2870 NotifyMotionArgs pressArgs(mContext->getNextSequenceNum(), when, getDeviceId(), in sync() 2885 NotifyMotionArgs hoverArgs(mContext->getNextSequenceNum(), when, getDeviceId(), in sync() [all …]
|
D | InputReader.h | 100 virtual uint32_t getNextSequenceNum() = 0; 174 virtual uint32_t getNextSequenceNum();
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 853 virtual uint32_t getNextSequenceNum() { in getNextSequenceNum() function in android::FakeInputReaderContext
|