Home
last modified time | relevance | path

Searched defs:WorkUnit (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openscreen/cast/standalone_sender/
H A Dstreaming_av1_encoder.h81 struct WorkUnit { struct
89 // Same as WorkUnit, but with additional fields to carry the encode results. argument
H A Dstreaming_vpx_encoder.h81 struct WorkUnit { struct
89 // Same as WorkUnit, but with additional fields to carry the encode results. argument
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/nio/
H A DParallelCountBytes.java64 private static class WorkUnit implements Callable<WorkUnit>, Closeable { class in ParallelCountBytes
70 public WorkUnit(SeekableByteChannel chan, int blockSize, int blockIndex) { in WorkUnit() method in ParallelCountBytes.WorkUnit
/aosp_15_r20/frameworks/base/tools/aapt/
H A DWorkQueue.h38 WorkUnit() { } in WorkUnit() function
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/async/
H A DAsyncConcurrencyTest.java29 private class WorkUnit { class in AsyncConcurrencyTest