Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputReaderContext.h46 virtual bool shouldDropVirtualKey(nsecs_t now, int32_t keyCode, int32_t scanCode) = 0;
H A DInputReader.h134 bool shouldDropVirtualKey(nsecs_t now, int32_t keyCode, int32_t scanCode)
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp298 getContext()->shouldDropVirtualKey(when, keyCode, scanCode)) { in processKey()
H A DTouchInputMapper.cpp1865 getContext()->shouldDropVirtualKey(when, virtualKey->keyCode, in consumeRawTouches()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp914 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now, int32_t keyCode, in shouldDropVirtualKey() function in android::InputReader::ContextImpl