Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h159 bool isAppSwitchKeyEvent(KeyEntry* keyEntry);
DInputDispatcher.cpp374 if (isAppSwitchKeyEvent(typedEntry)) { in dispatchOnceInnerLocked()
433 if (isAppSwitchKeyEvent(keyEntry)) { in enqueueInboundEventLocked()
619 bool InputDispatcher::isAppSwitchKeyEvent(KeyEntry* keyEntry) { in isAppSwitchKeyEvent() function in android::inputdispatcher::InputDispatcher