Home
last modified time | relevance | path

Searched refs:workQueue (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp26 std::mutex& queueLock, std::list<std::unique_ptr<C2Work>>& workQueue, in testInputBuffer() argument
32 if (!workQueue.empty()) { in testInputBuffer()
33 work.swap(workQueue.front()); in testInputBuffer()
34 workQueue.pop_front(); in testInputBuffer()
59 std::list<std::unique_ptr<C2Work>>& workQueue, in waitOnInputConsumption() argument
66 queueSize = workQueue.size(); in waitOnInputConsumption()
70 if (queueSize != workQueue.size()) { in waitOnInputConsumption()
71 queueSize = workQueue.size(); in waitOnInputConsumption()
85 std::list<std::unique_ptr<C2Work>>& workQueue, bool& eos, bool& csd, in workDone() argument
123 workQueue.push_back(std::move(work)); in workDone()
Dmedia_c2_hidl_test_common.h189 std::mutex& queueLock, std::list<std::unique_ptr<C2Work>>& workQueue,
194 std::list<std::unique_ptr<C2Work>>& workQueue,
201 std::list<std::unique_ptr<C2Work>>& workQueue, bool& eos, bool& csd,
/frameworks/base/tools/aapt/
DWorkQueue.cpp160 WorkQueue::WorkThread::WorkThread(WorkQueue* workQueue, bool canCallJava) : in WorkThread() argument
161 Thread(canCallJava), mWorkQueue(workQueue) { in WorkThread()
DWorkQueue.h91 WorkThread(WorkQueue* workQueue, bool canCallJava);
DResource.cpp1705 std::queue<CompileResourceWorkItem>& workQueue = table.getWorkQueue(); in buildResources() local
1706 while (!workQueue.empty()) { in buildResources()
1707 CompileResourceWorkItem& workItem = workQueue.front(); in buildResources()
1725 workQueue.pop(); in buildResources()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp281 std::list<std::unique_ptr<C2Work>>& workQueue, in encodeNFrames() argument
303 if (!workQueue.empty()) { in encodeNFrames()
304 work.swap(workQueue.front()); in encodeNFrames()
305 workQueue.pop_front(); in encodeNFrames()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp399 std::list<std::unique_ptr<C2Work>>& workQueue, in decodeNFrames() argument
415 if (!workQueue.empty()) { in decodeNFrames()
416 work.swap(workQueue.front()); in decodeNFrames()
417 workQueue.pop_front(); in decodeNFrames()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp284 std::list<std::unique_ptr<C2Work>>& workQueue, in encodeNFrames() argument
304 if (!workQueue.empty()) { in encodeNFrames()
305 work.swap(workQueue.front()); in encodeNFrames()
306 workQueue.pop_front(); in encodeNFrames()
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp336 std::list<std::unique_ptr<C2Work>>& workQueue, in decodeNFrames() argument
352 if (!workQueue.empty()) { in decodeNFrames()
353 work.swap(workQueue.front()); in decodeNFrames()
354 workQueue.pop_front(); in decodeNFrames()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java968 private void applyGlobalDisplayStateLocked(List<Runnable> workQueue) { in applyGlobalDisplayStateLocked() argument
974 workQueue.add(runnable); in applyGlobalDisplayStateLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt109036 Ljava/util/concurrent/ForkJoinWorkerThread;->workQueue:Ljava/util/concurrent/ForkJoinPool$WorkQueue;
109679 Ljava/util/concurrent/ThreadPoolExecutor;->workQueue:Ljava/util/concurrent/BlockingQueue;