Home
last modified time | relevance | path

Searched refs:mQueue (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp137 for (auto it = mQueue.begin(); it != mQueue.end(); ++it) { in cancelToken()
139 mQueue.erase(it); in cancelToken()
141 if (it == mQueue.begin()) { in cancelToken()
182 auto it = mQueue.begin(); in insert()
183 while (it != mQueue.end() && *it <= elem) { in insert()
187 if (it == mQueue.begin()) { in insert()
191 mQueue.insert(it, elem); in insert()
297 if (!mQueue.empty()) { in run()
300 if (mQueue.front().mWhen) { in run()
302 *mQueue.front().mWhen - std::chrono::steady_clock::now(); in run()
[all …]
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DRunLoop.h107 std::deque<QueueElem> mQueue; member
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.cpp436 port->mQueue.push_back(buffer); in onMessageReceived()
569 port->mQueue.clear(); in onPortEnable()
626 port->mQueue.clear(); in onPortFlush()
741 return mPorts.editItemAt(portIndex).mQueue; in getPortQueue()
DSimpleGoldfishOMXComponent.h60 List<BufferInfo *> mQueue; member