Home
last modified time | relevance | path

Searched refs:shouldDropVirtualKey (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputReaderContext.h46 virtual bool shouldDropVirtualKey(nsecs_t now, int32_t keyCode, int32_t scanCode) = 0;
DInputReader.h141 bool shouldDropVirtualKey(nsecs_t now, int32_t keyCode, int32_t scanCode)
/frameworks/native/services/inputflinger/tests/
DInterfaceMocks.h56 MOCK_METHOD(bool, shouldDropVirtualKey, (nsecs_t now, int32_t keyCode, int32_t scanCode),
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp288 getContext()->shouldDropVirtualKey(when, keyCode, scanCode)) { in processKey()
DTouchInputMapper.cpp1864 getContext()->shouldDropVirtualKey(when, virtualKey->keyCode, in consumeRawTouches()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h319 bool shouldDropVirtualKey(nsecs_t now, int32_t keyCode, int32_t scanCode) override { in shouldDropVirtualKey() function
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp1042 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now, int32_t keyCode, in shouldDropVirtualKey() function in android::InputReader::ContextImpl