Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h1061 void abortBrokenDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection,
DInputDispatcher.cpp2007 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/); in startDispatchCycleLocked()
2021 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/); in startDispatchCycleLocked()
2052 void InputDispatcher::abortBrokenDispatchCycleLocked(nsecs_t currentTime, in abortBrokenDispatchCycleLocked() function in android::InputDispatcher
3358 abortBrokenDispatchCycleLocked(currentTime, connection, notify); in unregisterInputChannelLocked()