Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 82) sorted by relevance

1234

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_return_util.h44 ObjT* obj, WifiStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCall()
60 ObjT* obj, WifiStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCallWithLock()
75 ObjT* obj, WifiStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCall()
96 ObjT* obj, WifiStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCall()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelCpuThreadReaderEndToEndTest.java73 final Runnable work = timedWork(targetDuration); in testTimedWork() local
108 Runnable work, String tag, int numSamples) throws InterruptedException { in getAverageWorkTime()
/aosp12/frameworks/av/media/codec2/components/base/
H A DSimpleC2Component.cpp34 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
/aosp12/frameworks/base/core/java/android/app/
H A DQueuedWork.java222 public static void queue(Runnable work, boolean shouldDelay) { in queue()
253 LinkedList<Runnable> work; in processPendingWork() local
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Dec.cpp334 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()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DFrameReassembler.cpp154 std::unique_ptr<C2Work> work(new C2Work); in process() local
213 std::unique_ptr<C2Work> work{std::make_unique<C2Work>()}; in finishCurrentBlock() local
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacDec.cpp471 const std::unique_ptr<C2Work> &work, in drainRingBuffer()
499 const std::unique_ptr<C2Work> &work, c2_status_t err) { in drainRingBuffer()
532 const std::unique_ptr<C2Work> &work) { in drainRingBuffer()
555 const std::unique_ptr<C2Work> &work, in process()
969 const std::unique_ptr<C2Work> &work) { in drainInternal()
985 auto fillEmptyWork = [](const std::unique_ptr<C2Work> &work) { in drainInternal()
/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.cpp365 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()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp699 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()
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp357 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()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp690 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()
H A DC2SoftHevcEnc.cpp548 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()
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.cpp767 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()
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.cpp489 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()
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrNbEnc.cpp174 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
182 const std::unique_ptr<C2Work> &work, in process()
H A DC2SoftAmrWbEnc.cpp256 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
264 const std::unique_ptr<C2Work> &work, in process()
/aosp12/art/test/2029-contended-monitors/src/
H A DMain.java144 private long runMultiple(int n, Runnable work) { in runMultiple()
166 private void runAll(Runnable work, Runnable init, Runnable checker) { in runAll()
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacDec.cpp168 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
177 const std::unique_ptr<C2Work> &work, in process()
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DIJobScheduler.aidl30 int enqueue(in JobInfo job, in JobWorkItem work); in enqueue()
H A DJobScheduler.java174 public abstract @Result int enqueue(@NonNull JobInfo job, @NonNull JobWorkItem work); in enqueue()
/aosp12/frameworks/av/media/codec2/components/opus/
H A DC2SoftOpusEnc.cpp325 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()
/aosp12/art/test/114-ParallelGC/src/
H A DMain.java92 private void work() throws Exception { in work() method in Main
/aosp12/frameworks/native/libs/renderengine/skia/debug/
H A DCommonPool.cpp87 auto work = mWorkQueue.front(); in workerLoop() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPackagesMonitor.java47 public static void enqueueWork(Context context, Intent work) { in enqueueWork()
/aosp12/frameworks/base/apex/jobscheduler/framework/java/android/app/
H A DJobSchedulerImpl.java54 public int enqueue(JobInfo job, JobWorkItem work) { in enqueue()

1234