Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h456 void traceOutboundQueueLength(const sp<Connection>& connection);
DInputDispatcher.cpp2124 traceOutboundQueueLength(connection); in enqueueDispatchEntryLocked()
2278 traceOutboundQueueLength(connection); in startDispatchCycleLocked()
2313 traceOutboundQueueLength(connection); in abortBrokenDispatchCycleLocked()
4217 traceOutboundQueueLength(connection); in doDispatchCycleFinishedLockedInterruptible()
4438 void InputDispatcher::traceOutboundQueueLength(const sp<Connection>& connection) { in traceOutboundQueueLength() function in android::inputdispatcher::InputDispatcher