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.h103 virtual int32_t getGlobalMetaState() override;
/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.h69 action, 0, keyCode, 0, context->getGlobalMetaState(), when); in synthesizeButtonKey()
DRotaryEncoderInputMapper.cpp119 int32_t metaState = getContext()->getGlobalMetaState(); in sync()
DTouchInputMapper.cpp1828 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchVirtualKey()
1840 int32_t metaState = getContext()->getGlobalMetaState(); in abortTouches()
1855 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchTouches()
1939 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchHoverExit()
1954 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchHoverEnterAndMove()
1979 const int32_t metaState = getContext()->getGlobalMetaState(); in dispatchButtonRelease()
1996 const int32_t metaState = getContext()->getGlobalMetaState(); in dispatchButtonPress()
2377 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchPointerGestures()
2525 int32_t metaState = getContext()->getGlobalMetaState(); in abortPointerGestures()
3395 int32_t metaState = getContext()->getGlobalMetaState(); in dispatchPointerSimple()
DJoystickInputMapper.cpp309 int32_t metaState = getContext()->getGlobalMetaState(); in sync()
DCursorInputMapper.cpp361 int32_t metaState = getContext()->getGlobalMetaState(); in sync()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp707 int32_t InputReader::ContextImpl::getGlobalMetaState() { in getGlobalMetaState() function in android::InputReader::ContextImpl
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp895 virtual int32_t getGlobalMetaState() { in getGlobalMetaState() function in android::FakeInputReaderContext