Searched refs:drainDispatchQueueLocked (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h1073 void drainDispatchQueueLocked(Queue<DispatchEntry>* queue);
H A DInputDispatcher.cpp2074 drainDispatchQueueLocked(&connection->outboundQueue);
2076 drainDispatchQueueLocked(&connection->waitQueue);
2091 void InputDispatcher::drainDispatchQueueLocked(Queue<DispatchEntry>* queue) { function in class:android::InputDispatcher

Completed in 169 milliseconds