Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h437 void doNotifyFocusChangedLockedInterruptible(CommandEntry* commandEntry) REQUIRES(mLock);
DInputDispatcher.cpp4056 postCommandLocked(&InputDispatcher::doNotifyFocusChangedLockedInterruptible); in onFocusChangedLocked()
4117 void InputDispatcher::doNotifyFocusChangedLockedInterruptible(CommandEntry* commandEntry) { in doNotifyFocusChangedLockedInterruptible() function in android::inputdispatcher::InputDispatcher