Searched defs:Queue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp189 struct Queue { struct
195 Queue() : index(0) { } function in struct:Queue
251 Queue queue;
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h606 struct Queue { struct in class:android::InputDispatcher
610 inline Queue() : head(NULL), tail(NULL) { function in struct:android::InputDispatcher::Queue
811 // Queue of events that need to be published to the connection.
812 Queue<DispatchEntry> outboundQueue;
814 // Queue of events that have been published to the connection but that have not
816 Queue<DispatchEntry> waitQueue;
848 Queue<EventEntry> mInboundQueue;
849 Queue<EventEntry> mRecentQueue;
850 Queue<CommandEntry> mCommandQueue;
1063 void drainDispatchQueueLocked(Queue<DispatchEntr
[all...]

Completed in 84 milliseconds