Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h380 void abortBrokenDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
DInputDispatcher.cpp2256 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/); in startDispatchCycleLocked()
2271 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/); in startDispatchCycleLocked()
2303 void InputDispatcher::abortBrokenDispatchCycleLocked(nsecs_t currentTime, in abortBrokenDispatchCycleLocked() function in android::inputdispatcher::InputDispatcher
3925 abortBrokenDispatchCycleLocked(currentTime, connection, notify); in unregisterInputChannelLocked()