Home
last modified time | relevance | path

Searched defs:Queue (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/touchlag/
Dtouchlag.cpp189 struct Queue { struct
195 Queue() : index(0) { } in Queue() argument
196 void push(int x, int y) { in push()
202 void get(int lag, int* x, int* y) { in get()
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp145 struct Queue { struct in android::C2OMXNode::QueueThread
146 Queue(const std::shared_ptr<Codec2Client::Component> &comp, nsecs_t timestamp) in Queue() function
151 std::weak_ptr<Codec2Client::Component> component;
152 std::list<WorkFence> workList;
153 nsecs_t lastQueuedTimestampNs;
/frameworks/native/services/inputflinger/
DInputDispatcher.h670 struct Queue { struct
675 inline Queue() : head(nullptr), tail(nullptr), entryCount(0) { in Queue() argument
678 inline bool isEmpty() const { in isEmpty()
682 inline void enqueueAtTail(T* entry) { in enqueueAtTail()
694 inline void enqueueAtHead(T* entry) { in enqueueAtHead()
706 inline void dequeue(T* entry) { in dequeue()
720 inline T* dequeueAtHead() { in dequeueAtHead()
732 uint32_t count() const { in count()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp82 struct Queue { struct
83 Queue() in Queue() function
87 int64_t mReadPendingSince;
88 bool mPaused;
89 bool mPulling;
90 Vector<MediaBufferBase *> mReadBuffers;