Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h1077 void abortBrokenDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
DInputDispatcher.cpp2088 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/); in startDispatchCycleLocked()
2102 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/); in startDispatchCycleLocked()
2133 void InputDispatcher::abortBrokenDispatchCycleLocked(nsecs_t currentTime, in abortBrokenDispatchCycleLocked() function in android::InputDispatcher
3472 abortBrokenDispatchCycleLocked(currentTime, connection, notify); in unregisterInputChannelLocked()