Searched refs:shouldDropVirtualKey (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/inputflinger/reader/include/ |
D | InputReaderContext.h | 46 virtual bool shouldDropVirtualKey(nsecs_t now, int32_t keyCode, int32_t scanCode) = 0;
|
D | InputReader.h | 141 bool shouldDropVirtualKey(nsecs_t now, int32_t keyCode, int32_t scanCode)
|
/frameworks/native/services/inputflinger/tests/ |
D | InterfaceMocks.h | 56 MOCK_METHOD(bool, shouldDropVirtualKey, (nsecs_t now, int32_t keyCode, int32_t scanCode),
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | KeyboardInputMapper.cpp | 288 getContext()->shouldDropVirtualKey(when, keyCode, scanCode)) { in processKey()
|
D | TouchInputMapper.cpp | 1864 getContext()->shouldDropVirtualKey(when, virtualKey->keyCode, in consumeRawTouches()
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | MapperHelpers.h | 319 bool shouldDropVirtualKey(nsecs_t now, int32_t keyCode, int32_t scanCode) override { in shouldDropVirtualKey() function
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 1042 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now, int32_t keyCode, in shouldDropVirtualKey() function in android::InputReader::ContextImpl
|