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/base/services/input/
H A DInputDispatcher.h604 struct Queue { struct in class:android::InputDispatcher
608 inline Queue() : head(NULL), tail(NULL) { function in struct:android::InputDispatcher::Queue
809 // Queue of events that need to be published to the connection.
810 Queue<DispatchEntry> outboundQueue;
812 // Queue of events that have been published to the connection but that have not
814 Queue<DispatchEntry> waitQueue;
846 Queue<EventEntry> mInboundQueue;
847 Queue<CommandEntry> mCommandQueue;
1041 void drainDispatchQueueLocked(Queue<DispatchEntry>* queue);

Completed in 256 milliseconds