Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h436 void doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntry) REQUIRES(mLock);
DInputDispatcher.cpp4047 postCommandLocked(&InputDispatcher::doNotifyInputChannelBrokenLockedInterruptible); in onDispatchCycleBrokenLocked()
4105 void InputDispatcher::doNotifyInputChannelBrokenLockedInterruptible(CommandEntry* commandEntry) { in doNotifyInputChannelBrokenLockedInterruptible() function in android::inputdispatcher::InputDispatcher