Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputReaderContext.h45 virtual bool shouldDropVirtualKey(nsecs_t now, InputDevice* device, int32_t keyCode,
DInputReader.h96 virtual bool shouldDropVirtualKey(nsecs_t now, InputDevice* device, int32_t keyCode,
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp278 mContext->shouldDropVirtualKey(when, getDevice(), keyCode, scanCode)) { in processKey()
DTouchInputMapper.cpp1809 mContext->shouldDropVirtualKey(when, getDevice(), virtualKey->keyCode, in consumeRawTouches()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp721 bool InputReader::ContextImpl::shouldDropVirtualKey(nsecs_t now, InputDevice* device, in shouldDropVirtualKey() function in android::InputReader::ContextImpl
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp843 virtual bool shouldDropVirtualKey(nsecs_t, InputDevice*, int32_t, int32_t) { in shouldDropVirtualKey() function in android::FakeInputReaderContext