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

/hardware/google/av/media/codecs/base/
H A DSimpleC2Component.cpp32 std::unique_ptr<C2Work> SimpleC2Component::WorkQueue::pop_front() { function in class:android::SimpleC2Component::WorkQueue
34 mQueue.pop_front();
101 items->pop_front();
127 std::unique_ptr<C2Work> work = queue->pop_front();
348 work = queue->pop_front();

Completed in 29 milliseconds