/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/ |
D | media_c2_hidl_test_common.cpp | 26 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()
|
D | media_c2_hidl_test_common.h | 189 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/ |
D | WorkQueue.cpp | 160 WorkQueue::WorkThread::WorkThread(WorkQueue* workQueue, bool canCallJava) : in WorkThread() argument 161 Thread(canCallJava), mWorkQueue(workQueue) { in WorkThread()
|
D | WorkQueue.h | 91 WorkThread(WorkQueue* workQueue, bool canCallJava);
|
D | Resource.cpp | 1705 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/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 281 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()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 399 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/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 284 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()
|
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 336 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/ |
D | DisplayManagerService.java | 968 private void applyGlobalDisplayStateLocked(List<Runnable> workQueue) { in applyGlobalDisplayStateLocked() argument 974 workQueue.add(runnable); in applyGlobalDisplayStateLocked()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 109036 Ljava/util/concurrent/ForkJoinWorkerThread;->workQueue:Ljava/util/concurrent/ForkJoinPool$WorkQueue; 109679 Ljava/util/concurrent/ThreadPoolExecutor;->workQueue:Ljava/util/concurrent/BlockingQueue;
|