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.h607 struct Queue { struct in class:android::InputDispatcher
612 inline Queue() : head(NULL), tail(NULL), entryCount(0) { function in struct:android::InputDispatcher::Queue
819 // Queue of events that need to be published to the connection.
820 Queue<DispatchEntry> outboundQueue;
822 // Queue of events that have been published to the connection but that have not
824 Queue<DispatchEntry> waitQueue;
856 Queue<EventEntry> mInboundQueue;
857 Queue<EventEntry> mRecentQueue;
858 Queue<CommandEntry> mCommandQueue;
1073 void drainDispatchQueueLocked(Queue<DispatchEntr
[all...]

Completed in 160 milliseconds