Searched refs:shouldDropVirtualKey (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/reader/include/ |
H A D | InputReaderContext.h | 46 virtual bool shouldDropVirtualKey(nsecs_t now, int32_t keyCode, int32_t scanCode) = 0;
|
H A D | InputReader.h | 134 bool shouldDropVirtualKey(nsecs_t now, int32_t keyCode, int32_t scanCode)
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | KeyboardInputMapper.cpp | 298 getContext()->shouldDropVirtualKey(when, keyCode, scanCode)) { in processKey()
|
H A D | TouchInputMapper.cpp | 1865 getContext()->shouldDropVirtualKey(when, virtualKey->keyCode, in consumeRawTouches()
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | InputReader.cpp | 914 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now, int32_t keyCode, in shouldDropVirtualKey() function in android::InputReader::ContextImpl
|