Home
last modified time | relevance | path

Searched refs:shouldDropVirtualKeyLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputReader.h158 bool shouldDropVirtualKeyLocked(nsecs_t now, InputDevice* device, int32_t keyCode,
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp409 bool InputReader::shouldDropVirtualKeyLocked(nsecs_t now, InputDevice* device, int32_t keyCode, in shouldDropVirtualKeyLocked() function in android::InputReader
724 return mReader->shouldDropVirtualKeyLocked(now, device, keyCode, scanCode); in shouldDropVirtualKey()