Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h188 void resetPendingAppSwitchLocked(bool handled) REQUIRES(mLock);
DInputDispatcher.cpp566 resetPendingAppSwitchLocked(false); in dispatchOnceInnerLocked()
641 resetPendingAppSwitchLocked(true); in dispatchOnceInnerLocked()
940 void InputDispatcher::resetPendingAppSwitchLocked(bool handled) { in resetPendingAppSwitchLocked() function in android::inputdispatcher::InputDispatcher