Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputReader.h247 bool shouldDropVirtualKeyLocked(nsecs_t now, int32_t keyCode, int32_t scanCode) REQUIRES(mLock);
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp508 bool InputReader::shouldDropVirtualKeyLocked(nsecs_t now, int32_t keyCode, int32_t scanCode) { in shouldDropVirtualKeyLocked() function in android::InputReader
1045 return mReader->shouldDropVirtualKeyLocked(now, keyCode, scanCode); in shouldDropVirtualKey()