| /frameworks/av/media/codec2/components/gav1/ |
| D | C2SoftGav1Dec.cpp | 522 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 535 const std::unique_ptr<C2Work> &work, in finishWork() 543 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork() 563 void C2SoftGav1Dec::process(const std::unique_ptr<C2Work> &work, in process() 636 const std::unique_ptr<C2Work> &work) { in getHDRStaticParams() 674 const std::unique_ptr<C2Work> &work) { in getHDR10PlusInfoData() 737 void C2SoftGav1Dec::setError(const std::unique_ptr<C2Work> &work, c2_status_t error) { in setError() 756 const std::unique_ptr<C2Work> &work) { in outputBuffer() 1043 const std::unique_ptr<C2Work> &work) { in drainInternal()
|
| /frameworks/av/media/codec2/components/aom/ |
| D | C2SoftAomDec.cpp | 364 void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() 377 const std::unique_ptr<C2Work>& work, in finishWork() 382 const std::unique_ptr<C2Work>& work) { in finishWork() 424 void C2SoftAomDec::process(const std::unique_ptr<C2Work>& work, in process() 507 const std::unique_ptr<C2Work> &work) in outputBuffer() 613 const std::unique_ptr<C2Work>& work) { in drainInternal()
|
| /frameworks/av/media/codec2/components/vpx/ |
| D | C2SoftVpxDec.cpp | 521 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 533 void C2SoftVpxDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work, in finishWork() 538 const std::unique_ptr<C2Work> &work) { in finishWork() 581 const std::unique_ptr<C2Work> &work, in process() 667 const std::unique_ptr<C2Work> &work) in outputBuffer() 829 const std::unique_ptr<C2Work> &work) { in drainInternal()
|
| /frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
| D | KernelCpuThreadReaderEndToEndTest.java | 73 final Runnable work = timedWork(targetDuration); in testTimedWork() local 108 Runnable work, String tag, int numSamples) throws InterruptedException { in getAverageWorkTime()
|
| /frameworks/base/core/java/android/app/ |
| D | QueuedWork.java | 222 public static void queue(Runnable work, boolean shouldDelay) { in queue() 253 LinkedList<Runnable> work; in processPendingWork() local
|
| /frameworks/av/media/codec2/components/mpeg4_h263/ |
| D | C2SoftMpeg4Dec.cpp | 314 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 326 void C2SoftMpeg4Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() 330 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork() 379 bool C2SoftMpeg4Dec::handleResChange(const std::unique_ptr<C2Work> &work) { in handleResChange() 425 const std::unique_ptr<C2Work> &work, in process()
|
| /frameworks/av/media/codec2/sfplugin/ |
| D | FrameReassembler.cpp | 153 std::unique_ptr<C2Work> work(new C2Work); in process() local 212 std::unique_ptr<C2Work> work{std::make_unique<C2Work>()}; in finishCurrentBlock() local
|
| /frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/ |
| D | README.md | 49 ### Scaling
|
| /frameworks/av/media/codec2/components/hevc/ |
| D | C2SoftHevcDec.cpp | 694 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 706 void C2SoftHevcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() 722 void operator()(const std::unique_ptr<C2Work>& work) { in finishWork() 742 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() 801 const std::unique_ptr<C2Work> &work, in process() 976 const std::unique_ptr<C2Work> &work) { in drainInternal()
|
| D | C2SoftHevcEnc.cpp | 624 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() 1005 const std::unique_ptr<C2Work>& work, in finishWork() 1042 auto fillWork = [buffer](const std::unique_ptr<C2Work>& work) { in finishWork() 1063 const std::unique_ptr<C2Work> &work) { in drainInternal() 1089 void C2SoftHevcEnc::process(const std::unique_ptr<C2Work>& work, in process()
|
| /frameworks/av/media/codec2/components/avc/ |
| D | C2SoftAvcDec.cpp | 701 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 713 void C2SoftAvcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() 729 void operator()(const std::unique_ptr<C2Work>& work) { in finishWork() 749 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() 808 const std::unique_ptr<C2Work> &work, in process() 976 const std::unique_ptr<C2Work> &work) { in drainInternal()
|
| /frameworks/av/media/codec2/components/aac/ |
| D | C2SoftAacDec.cpp | 479 const std::unique_ptr<C2Work> &work, in drainRingBuffer() 507 const std::unique_ptr<C2Work> &work, c2_status_t err) { in drainRingBuffer() 540 const std::unique_ptr<C2Work> &work) { in drainRingBuffer() 563 const std::unique_ptr<C2Work> &work, in process() 980 const std::unique_ptr<C2Work> &work) { in drainInternal() 996 auto fillEmptyWork = [](const std::unique_ptr<C2Work> &work) { in drainInternal()
|
| /frameworks/av/media/codec2/components/mpeg2/ |
| D | C2SoftMpeg2Dec.cpp | 769 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 781 void C2SoftMpeg2Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() 797 void operator()(const std::unique_ptr<C2Work>& work) { in finishWork() 817 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() 876 const std::unique_ptr<C2Work> &work, in process() 1032 const std::unique_ptr<C2Work> &work) { in drainInternal()
|
| /frameworks/av/media/codec2/components/amr_nb_wb/ |
| D | C2SoftAmrNbEnc.cpp | 174 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 182 const std::unique_ptr<C2Work> &work, in process()
|
| D | C2SoftAmrWbEnc.cpp | 256 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 264 const std::unique_ptr<C2Work> &work, in process()
|
| /frameworks/av/media/codec2/components/flac/ |
| D | C2SoftFlacDec.cpp | 168 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 177 const std::unique_ptr<C2Work> &work, in process()
|
| /frameworks/native/libs/renderengine/skia/debug/ |
| D | CommonPool.cpp | 87 auto work = mWorkQueue.front(); in workerLoop() local
|
| /frameworks/av/media/codec2/components/opus/ |
| D | C2SoftOpusEnc.cpp | 325 void C2SoftOpusEnc::process(const std::unique_ptr<C2Work>& work, in process() 402 void operator()(const std::unique_ptr<C2Work>& work) { in process() 560 const std::unique_ptr<C2Work>& work) { in drainInternal()
|
| D | C2SoftOpusDec.cpp | 177 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 209 const std::unique_ptr<C2Work> &work, in process()
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | RankingReconsideration.java | 89 public abstract void work(); in work() method in RankingReconsideration
|
| /frameworks/av/media/codec2/components/vorbis/ |
| D | C2SoftVorbisDec.cpp | 197 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 225 const std::unique_ptr<C2Work> &work, in process()
|
| /frameworks/av/media/codec2/components/base/ |
| D | SimpleC2Component.cpp | 510 std::unique_ptr<C2Work> work = std::move(mQueue.front().work); in pop_front() local 515 void SimpleC2Component::WorkQueue::push_back(std::unique_ptr<C2Work> work) { in push_back() 749 std::unique_ptr<C2Work> work = queue->pop_front(); in flush_sm() local 862 std::list<std::unique_ptr<C2Work>> vec(std::unique_ptr<C2Work> &work) { in vec() 872 std::unique_ptr<C2Work> work; in finish() local 894 std::unique_ptr<C2Work> work(new C2Work); in cloneAndSend() local 917 std::unique_ptr<C2Work> work; in processQueue() local
|
| /frameworks/base/libs/hwui/thread/ |
| D | CommonPool.cpp | 107 auto work = mWorkQueue.pop(); in workerLoop() local
|
| /frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/ |
| D | media_c2_hidl_test_common.cpp | 71 std::unique_ptr<C2Work> work; in testInputBuffer() local 123 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices, in workDone()
|
| /frameworks/av/media/codec2/components/xaac/ |
| D | C2SoftXaacDec.cpp | 335 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() 347 void C2SoftXaacDec::finishWork(const std::unique_ptr<C2Work>& work, in finishWork() 366 const std::unique_ptr<C2Work>& work) { in finishWork() 390 void C2SoftXaacDec::process(const std::unique_ptr<C2Work>& work, in process()
|