Home
last modified time | relevance | path

Searched refs:queued (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/frameworks/av/media/mtp/
H A DPosixAsyncIO.cpp47 CHECK(aiocbp->queued); in work_func()
62 aiocbp->queued = false; in work_func()
69 CHECK(!aiocbp->queued); in aio_add()
70 aiocbp->queued = true; in aio_add()
83 this->queued = false; in aiocb()
97 CHECK(!this->queued); in ~aiocb()
136 aiocbp[i]->cv.wait(lk, [aiocbp, i]{return !aiocbp[i]->queued;}); in aio_suspend()
H A DPosixAsyncIO.h40 bool queued; member
/aosp12/frameworks/base/cmds/incidentd/src/
H A DThrottler.cpp36 sp<ReportBatch> Throttler::filterBatch(const sp<ReportBatch>& queued) { in filterBatch() argument
40 queued->transferStreamingRequests(result); in filterBatch()
45 queued->transferPersistedRequests(result); in filterBatch()
H A DThrottler.h42 sp<ReportBatch> filterBatch(const sp<ReportBatch>& queued);
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/
H A DTestThreadingDomain.java140 QueuedRunnable queued = mQueue.remove(0); in executeNext() local
142 mCurrentTimeMillis = queued.executionTimeMillis; in executeNext()
143 queued.runnable.run(); in executeNext()
/aosp12/hardware/interfaces/graphics/bufferqueue/2.0/
H A Dtypes.hal100 * Buffers shall be queued by EGL via `eglSwapBuffers()` after being filled
105 * Buffers shall be queued after being filled using the CPU.
109 * Buffers shall be queued by Stagefright after being filled by a video
114 * Buffers shall be queued by the camera HAL.
H A DIGraphicBufferProducer.hal154 * queued.
359 * Information about the queued buffer. `QueueBufferOutput` is used in both
380 * has just been queued.
391 * true if the queued buffer replaced a previously queued buffer that
433 * buffer is not queued for use by the consumer.
/aosp12/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
H A DSpeedMeasurementController.java341 boolean queued = sendRequest.queue(bufferToSend, bufferSizeArray.length); in writeBufferSize()
343 if (!queued) { in writeBufferSize()
386 boolean queued = sendRequest.queue(bufferToSend, bufferSize); in run()
387 if (queued) { in run()
/aosp12/system/bt/gd/rust/hci/src/
H A Dlib.rs235 Some(queued) = cmd_rx.recv(), if pending.is_none() => { in dispatch()
236 if let Err(e) = cmd_tx.send(queued.cmd.clone()).await { in dispatch()
240 pending = Some(queued); in dispatch()
/aosp12/hardware/interfaces/media/c2/1.0/
H A DIComponentListener.hal89 * Identifying information for an input buffer previously queued to the
95 * object that was previously queued.
100 * in a `Work` object that was previously queued.
H A DIInputSink.hal36 * - `OK` - Works in @p workBundle were successfully queued.
H A DIComponent.hal55 * - `OK` - Works in @p workBundle were successfully queued.
71 * @p flushedWorkBundle. The order in which queued `Work` items are
98 * already queued. This method can also be used to set the end-of-stream
99 * flag after `Work` has been queued. Client can continue to queue further
/aosp12/art/test/203-multi-checkpoint/
H A Dinfo.txt4 queued and earlier ones suspended.
/aosp12/system/bt/service/doc/
H A DIBluetoothGattClient.txt159 * and queued up for atomic execution. The application can verify each write
161 * callback and abort reliable write in case of a mismatch. The queued writes
172 * sent to execute the queued writes, else a request will be sent to abort the
173 * queued writes. Returns false in case of a failure, e.g. if a reliable write
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DC2OMXNode.cpp104 bool queued = false; in threadLoop() local
145 queued = true; in threadLoop()
147 if (queued) { in threadLoop()
/aosp12/hardware/google/interfaces/media/c2/1.0/
H A DIComponent.hal49 * - OK - Works in \p workBundle were successfully queued.
91 * to wait for further work before it processes work already queued. This
93 * queued. Client can continue to queue further work immediately after this
/aosp12/hardware/interfaces/audio/2.0/
H A DIStreamOut.hal169 * Notifies to the audio driver to stop playback however the queued buffers
224 * Notifies to the audio driver to flush the queued data. Stream must
/aosp12/hardware/interfaces/audio/4.0/
H A DIStreamOut.hal180 * Notifies to the audio driver to stop playback however the queued buffers
235 * Notifies to the audio driver to flush the queued data. Stream must
/aosp12/hardware/interfaces/audio/5.0/
H A DIStreamOut.hal180 * Notifies to the audio driver to stop playback however the queued buffers
235 * Notifies to the audio driver to flush the queued data. Stream must
/aosp12/hardware/interfaces/graphics/bufferqueue/1.0/
H A DIGraphicBufferProducer.hal440 * The buffer is not queued for use by the consumer.
560 * whether to acquire buffers from the sideband stream or from the queued
635 * When shared buffer mode is enabled the first buffer that is queued or
685 * Returns the last queued buffer along with a fence which must signal
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
H A Dtimestats_atoms.proto197 // Set of timings measured from when an app queued a buffer for
210 // Set of timings measured from when an app queued a buffer for
/aosp12/hardware/interfaces/audio/6.0/
H A DIStreamOut.hal193 * Notifies to the audio driver to stop playback however the queued buffers
248 * Notifies to the audio driver to flush the queued data. Stream must
/aosp12/hardware/interfaces/audio/7.0/
H A DIStreamOut.hal205 * Notifies to the audio driver to stop playback however the queued buffers
260 * Notifies to the audio driver to flush (that is, drop) the queued
/aosp12/system/extras/ioblame/
H A Dioblame-gmail-launch.example283 queued-work-loo Writes: 0 KB
315 PID: queued-work-loo
/aosp12/frameworks/native/opengl/specs/
H A DEGL_ANDROID_get_frame_timestamps.txt139 for when the compositor must receive a newly queued frame.

12