Searched refs:shouldDropVirtualKey (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/reader/include/ |
D | InputReaderContext.h | 45 virtual bool shouldDropVirtualKey(nsecs_t now, InputDevice* device, int32_t keyCode,
|
D | InputReader.h | 96 virtual bool shouldDropVirtualKey(nsecs_t now, InputDevice* device, int32_t keyCode,
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | KeyboardInputMapper.cpp | 278 mContext->shouldDropVirtualKey(when, getDevice(), keyCode, scanCode)) { in processKey()
|
D | TouchInputMapper.cpp | 1809 mContext->shouldDropVirtualKey(when, getDevice(), virtualKey->keyCode, in consumeRawTouches()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 721 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now, InputDevice* device, in shouldDropVirtualKey() function in android::InputReader::ContextImpl
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 843 virtual bool shouldDropVirtualKey(nsecs_t, InputDevice*, int32_t, int32_t) { in shouldDropVirtualKey() function in android::FakeInputReaderContext
|