Home
last modified time | relevance | path

Searched refs:getGlobalMetaState (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInstrumentedInputReader.h74 int32_t getGlobalMetaState() override { in getGlobalMetaState() function
75 return mGlobalMetaState | ContextImpl::getGlobalMetaState(); in getGlobalMetaState()
DInterfaceMocks.h53 MOCK_METHOD(int32_t, getGlobalMetaState, (), (override));
DCursorInputMapper_test.cpp357 EXPECT_CALL(mMockInputReaderContext, getGlobalMetaState()) in TEST_F()
/frameworks/native/services/inputflinger/reader/include/
DInputReaderContext.h43 virtual int32_t getGlobalMetaState() = 0;
DInputReader.h139 int32_t getGlobalMetaState() NO_THREAD_SAFETY_ANALYSIS override;
/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.cpp40 context->getGlobalMetaState(), when)); in synthesizeButtonKey()
DRotaryEncoderInputMapper.cpp126 int32_t metaState = getContext()->getGlobalMetaState(); in sync()
DTouchInputMapper.cpp1910 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchVirtualKey()
1927 int32_t metaState = getContext()->getGlobalMetaState(); in abortTouches()
1977 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchTouches()
2079 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchHoverExit()
2099 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchHoverEnterAndMove()
2131 const int32_t metaState = getContext()->getGlobalMetaState(); in dispatchButtonRelease()
2153 const int32_t metaState = getContext()->getGlobalMetaState(); in dispatchButtonPress()
2176 const int32_t metaState = getContext()->getGlobalMetaState(); in dispatchGestureButtonRelease()
2200 const int32_t metaState = getContext()->getGlobalMetaState(); in dispatchGestureButtonPress()
2494 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchPointerGestures()
[all …]
DCapturedTouchpadEventConverter.cpp283 mReaderContext.getGlobalMetaState(), mButtonState, in makeMotionArgs()
DJoystickInputMapper.cpp319 int32_t metaState = getContext()->getGlobalMetaState(); in sync()
DCursorInputMapper.cpp322 int32_t metaState = getContext()->getGlobalMetaState(); in sync()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h317 int32_t getGlobalMetaState() { return mFdp->ConsumeIntegral<int32_t>(); } in getGlobalMetaState() function
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DGestureConverter.cpp636 mReaderContext.getGlobalMetaState(), in makeMotionArgs()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp1004 int32_t InputReader::ContextImpl::getGlobalMetaState() { in getGlobalMetaState() function in android::InputReader::ContextImpl