/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() 270 std::unique_ptr<C2Work> work = queue->pop_front(); in flush_sm() local 383 std::list<std::unique_ptr<C2Work>> vec(std::unique_ptr<C2Work> &work) { in vec() 393 std::unique_ptr<C2Work> work; in finish() local 415 std::unique_ptr<C2Work> work(new C2Work); in cloneAndSend() local 438 std::unique_ptr<C2Work> work; in processQueue() local
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.cpp | 427 const std::unique_ptr<C2Work> &work, in drainRingBuffer() 455 const std::unique_ptr<C2Work> &work, c2_status_t err) { in drainRingBuffer() 488 const std::unique_ptr<C2Work> &work) { in drainRingBuffer() 511 const std::unique_ptr<C2Work> &work, in process() 794 const std::unique_ptr<C2Work> &work) { in drainInternal() 810 auto fillEmptyWork = [](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/av/media/codec2/hidl/1.0/vts/functional/common/ |
D | media_c2_hidl_test_common.cpp | 28 std::unique_ptr<C2Work> work; in testInputBuffer() local 83 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices, in workDone()
|
/frameworks/base/core/java/android/app/ |
D | QueuedWork.java | 221 public static void queue(Runnable work, boolean shouldDelay) { in queue() 252 LinkedList<Runnable> work; in processPendingWork() local
|
D | JobSchedulerImpl.java | 50 public int enqueue(JobInfo job, JobWorkItem work) { in enqueue()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 354 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 366 void C2SoftMpeg4Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() 370 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork() 423 bool C2SoftMpeg4Dec::handleResChange(const std::unique_ptr<C2Work> &work) { in handleResChange() 502 const std::unique_ptr<C2Work> &work, in process()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 675 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 687 void C2SoftAvcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() 703 void operator()(const std::unique_ptr<C2Work>& work) { in finishWork() 723 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() 785 const std::unique_ptr<C2Work> &work, in process() 940 const std::unique_ptr<C2Work> &work) { in drainInternal()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 671 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 683 void C2SoftHevcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() 699 void operator()(const std::unique_ptr<C2Work>& work) { in finishWork() 719 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() 781 const std::unique_ptr<C2Work> &work, in process() 935 const std::unique_ptr<C2Work> &work) { in drainInternal()
|
D | C2SoftHevcEnc.cpp | 416 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() 709 const std::unique_ptr<C2Work>& work, in finishWork() 746 auto fillWork = [buffer](const std::unique_ptr<C2Work>& work) { in finishWork() 767 const std::unique_ptr<C2Work> &work) { in drainInternal() 793 void C2SoftHevcEnc::process(const std::unique_ptr<C2Work>& work, in process()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 361 void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() 374 const std::unique_ptr<C2Work>& work, in finishWork() 379 const std::unique_ptr<C2Work>& work) { in finishWork() 421 void C2SoftAomDec::process(const std::unique_ptr<C2Work>& work, in process() 630 const std::unique_ptr<C2Work> &work) in outputBuffer() 736 const std::unique_ptr<C2Work>& work) { in drainInternal()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 749 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 761 void C2SoftMpeg2Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() 777 void operator()(const std::unique_ptr<C2Work>& work) { in finishWork() 797 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() 859 const std::unique_ptr<C2Work> &work, in process() 1017 const std::unique_ptr<C2Work> &work) { in drainInternal()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 488 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() 500 void C2SoftVpxDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work, in finishWork() 505 const std::unique_ptr<C2Work> &work) { in finishWork() 548 const std::unique_ptr<C2Work> &work, in process() 747 const std::unique_ptr<C2Work> &work) in outputBuffer() 868 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/opus/ |
D | C2SoftOpusEnc.cpp | 299 void C2SoftOpusEnc::process(const std::unique_ptr<C2Work>& work, in process() 376 void operator()(const std::unique_ptr<C2Work>& work) { in process() 534 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/opt/gamesdk/samples/bouncyball/app/src/main/cpp/ |
D | WorkerThread.h | 48 void run(Work work) { in run()
|
/frameworks/base/core/java/android/app/job/ |
D | IJobScheduler.aidl | 30 int enqueue(in JobInfo job, in JobWorkItem work); in enqueue()
|
D | JobScheduler.java | 128 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/base/tools/preload2/src/com/android/preload/actions/ |
D | ScanPackageAction.java | 70 private void work(Client c) { in work() method in ScanPackageAction
|
/frameworks/base/libs/hwui/thread/ |
D | CommonPool.cpp | 85 auto work = mWorkQueue.pop(); in workerLoop() local
|
/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()
|