Searched refs:shouldDropVirtualKeyLocked (Results 1 – 2 of 2) sorted by relevance
158 bool shouldDropVirtualKeyLocked(nsecs_t now, InputDevice* device, int32_t keyCode,
409 bool InputReader::shouldDropVirtualKeyLocked(nsecs_t now, InputDevice* device, int32_t keyCode, in shouldDropVirtualKeyLocked() function in android::InputReader724 return mReader->shouldDropVirtualKeyLocked(now, device, keyCode, scanCode); in shouldDropVirtualKey()