Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputReaderContext.h43 virtual int32_t getGlobalMetaState() = 0;
DInputReader.h132 int32_t getGlobalMetaState() NO_THREAD_SAFETY_ANALYSIS override;
/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.h114 policyFlags, action, 0, keyCode, 0, context->getGlobalMetaState(), when); in synthesizeButtonKey()
DRotaryEncoderInputMapper.cpp121 int32_t metaState = getContext()->getGlobalMetaState(); in sync()
DTouchInputMapper.cpp1880 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchVirtualKey()
1892 int32_t metaState = getContext()->getGlobalMetaState(); in abortTouches()
1907 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchTouches()
1996 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchHoverExit()
2012 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchHoverEnterAndMove()
2037 const int32_t metaState = getContext()->getGlobalMetaState(); in dispatchButtonRelease()
2054 const int32_t metaState = getContext()->getGlobalMetaState(); in dispatchButtonPress()
2448 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchPointerGestures()
2602 int32_t metaState = getContext()->getGlobalMetaState(); in abortPointerGestures()
3468 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchPointerSimple()
DJoystickInputMapper.cpp314 int32_t metaState = getContext()->getGlobalMetaState(); in sync()
DCursorInputMapper.cpp403 int32_t metaState = getContext()->getGlobalMetaState(); in sync()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp888 int32_t InputReader::ContextImpl::getGlobalMetaState() { in getGlobalMetaState() function in android::InputReader::ContextImpl
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1220 int32_t getGlobalMetaState() override { in getGlobalMetaState() function in android::InstrumentedInputReader::FakeInputReaderContext
1221 return mGlobalMetaState | ContextImpl::getGlobalMetaState(); in getGlobalMetaState()