/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 34 std::unique_ptr<C2Work> work = std::move(mQueue.front().work); in pop_front() local 39 void SimpleC2Component::WorkQueue::push_back(std::unique_ptr<C2Work> work) { in push_back() 273 std::unique_ptr<C2Work> work = queue->pop_front(); in flush_sm() local 386 std::list<std::unique_ptr<C2Work>> vec(std::unique_ptr<C2Work> &work) { in vec() 396 std::unique_ptr<C2Work> work; in finish() local 418 std::unique_ptr<C2Work> work(new C2Work); in cloneAndSend() local 441 std::unique_ptr<C2Work> work; in processQueue() local
|
/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 | 334 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 346 void C2SoftMpeg4Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() 350 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork() 403 bool C2SoftMpeg4Dec::handleResChange(const std::unique_ptr<C2Work> &work) { in handleResChange() 482 const std::unique_ptr<C2Work> &work, in process()
|
/frameworks/av/media/codec2/sfplugin/ |
D | FrameReassembler.cpp | 154 std::unique_ptr<C2Work> work(new C2Work); in process() local 213 std::unique_ptr<C2Work> work{std::make_unique<C2Work>()}; in finishCurrentBlock() local
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 365 void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() 378 const std::unique_ptr<C2Work>& work, in finishWork() 383 const std::unique_ptr<C2Work>& work) { in finishWork() 425 void C2SoftAomDec::process(const std::unique_ptr<C2Work>& work, in process() 628 const std::unique_ptr<C2Work> &work) in outputBuffer() 737 const std::unique_ptr<C2Work>& work) { in drainInternal()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 699 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 711 void C2SoftAvcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() 727 void operator()(const std::unique_ptr<C2Work>& work) { in finishWork() 747 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() 806 const std::unique_ptr<C2Work> &work, in process() 975 const std::unique_ptr<C2Work> &work) { in drainInternal()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.cpp | 473 const std::unique_ptr<C2Work> &work, in drainRingBuffer() 501 const std::unique_ptr<C2Work> &work, c2_status_t err) { in drainRingBuffer() 534 const std::unique_ptr<C2Work> &work) { in drainRingBuffer() 557 const std::unique_ptr<C2Work> &work, in process() 971 const std::unique_ptr<C2Work> &work) { in drainInternal() 987 auto fillEmptyWork = [](const std::unique_ptr<C2Work> &work) { in drainInternal()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 357 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 370 const std::unique_ptr<C2Work> &work, in finishWork() 374 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork() 394 void C2SoftGav1Dec::process(const std::unique_ptr<C2Work> &work, in process() 613 const std::unique_ptr<C2Work> &work) { in outputBuffer() 748 const std::unique_ptr<C2Work> &work) { in drainInternal()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 690 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 702 void C2SoftHevcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() 718 void operator()(const std::unique_ptr<C2Work>& work) { in finishWork() 738 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() 797 const std::unique_ptr<C2Work> &work, in process() 972 const std::unique_ptr<C2Work> &work) { in drainInternal()
|
D | C2SoftHevcEnc.cpp | 548 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() 898 const std::unique_ptr<C2Work>& work, in finishWork() 935 auto fillWork = [buffer](const std::unique_ptr<C2Work>& work) { in finishWork() 956 const std::unique_ptr<C2Work> &work) { in drainInternal() 982 void C2SoftHevcEnc::process(const std::unique_ptr<C2Work>& work, in process()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 767 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 779 void C2SoftMpeg2Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() 795 void operator()(const std::unique_ptr<C2Work>& work) { in finishWork() 815 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() 874 const std::unique_ptr<C2Work> &work, in process() 1032 const std::unique_ptr<C2Work> &work) { in drainInternal()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 489 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 501 void C2SoftVpxDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work, in finishWork() 506 const std::unique_ptr<C2Work> &work) { in finishWork() 549 const std::unique_ptr<C2Work> &work, in process() 754 const std::unique_ptr<C2Work> &work) in outputBuffer() 888 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/base/apex/jobscheduler/framework/java/android/app/job/ |
D | IJobScheduler.aidl | 30 int enqueue(in JobInfo job, in JobWorkItem work); in enqueue()
|
D | JobScheduler.java | 174 public abstract @Result int enqueue(@NonNull JobInfo job, @NonNull JobWorkItem work); in enqueue()
|
/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/base/apex/jobscheduler/framework/java/android/app/ |
D | JobSchedulerImpl.java | 54 public int enqueue(JobInfo job, JobWorkItem work) { in enqueue()
|
/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/base/libs/hwui/thread/ |
D | CommonPool.cpp | 107 auto work = mWorkQueue.pop(); in workerLoop() local
|