Home
last modified time | relevance | path

Searched refs:dequeued (Results 1 – 12 of 12) sorted by relevance

/aosp12/art/runtime/gc/
H A Dreference_queue_test.cc55 std::set<mirror::Reference*> dequeued; in TEST_F() local
56 dequeued.insert(queue.DequeuePendingReference().Ptr()); in TEST_F()
59 dequeued.insert(queue.DequeuePendingReference().Ptr()); in TEST_F()
62 ASSERT_EQ(refs, dequeued); in TEST_F()
/aosp12/hardware/interfaces/media/c2/1.2/
H A Dtypes.hal20 * Surface(BufferQueue/IGBP) synchronization object regarding # of dequeued
21 * output buffers. This keeps # of dequeued buffers from Surface less than
22 * configured max # of dequeued buffers all the time.
31 * |# of dequeued buffer 4bytes|
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.cpp330 if (bufferInfo.buffer.get() != nullptr && bufferInfo.dequeued) { in releaseBuffers()
336 bufferInfo.dequeued = false; in releaseBuffers()
340 LOG_ALWAYS_FATAL_IF(bufferInfo.dequeued); in releaseBuffers()
407 mNativeBuffers[idx].dequeued = true; in dequeueNativeBuffer()
413 mNativeBuffers[idx].dequeued = true; in dequeueNativeBuffer()
434 mNativeBuffers[idx].dequeued = false; in dequeueNativeBuffer()
469 currentBuffer.dequeued = false; in presentCurrentBuffer()
H A DVulkanSurface.h62 bool dequeued = false; member
H A DVulkanManager.cpp406 LOG_ALWAYS_FATAL_IF(!bufferInfo->dequeued); in dequeueNextBuffer()
/aosp12/hardware/interfaces/graphics/bufferqueue/1.0/
H A DIGraphicBufferProducer.hal166 * * buffer specified by the slot is not dequeued
177 * dequeued by the producer at one time. If this method succeeds, any new
197 * * client would have more than the requested number of dequeued
241 * the dequeued slot or to fill in the contents of its associated buffer
268 * This call will block until a buffer is available to be dequeued. If
281 * too many buffers to be dequeued, either because
323 * it refers to is not currently dequeued and requested.
378 * too many buffers to be dequeued, either because
423 * * the slot was not in the dequeued state
453 * * the slot was not in the dequeued state
[all …]
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp265 dequeued(false) {} in Image()
277 bool dequeued; member
310 if (image.dequeued) { in ReleaseSwapchainImage()
340 image.dequeued = false; in ReleaseSwapchainImage()
365 if (!swapchain->images[i].dequeued) in OrphanSwapchain()
1350 img.dequeued = true; in CreateSwapchainKHR()
1379 if (img.dequeued) { in CreateSwapchainKHR()
1384 img.dequeued = false; in CreateSwapchainKHR()
1530 swapchain.images[idx].dequeued = false; in AcquireNextImageKHR()
1733 img.dequeued = false; in QueuePresentKHR()
[all …]
/aosp12/hardware/interfaces/graphics/bufferqueue/2.0/
H A DIGraphicBufferProducer.hal32 * Sets the maximum number of buffers that can be dequeued at one time. If
40 * dequeued buffer slots; otherwise, the returned @p status shall be
52 * currently dequeued buffer slots.
54 * maximum number of dequeued buffers cannot be accomplished for any other
58 * dequeued at one time.
72 * If @p slot is not a valid slot index corresponding to a dequeued buffer,
190 * the dequeued slot or to fill in the contents of its associated buffer
205 * This call shall block until a buffer is available to be dequeued. If
211 * buffers to be violated (such as the maximum number of dequeued buffers),
244 * must have already been dequeued, and the caller must already possesses
[all …]
/aosp12/hardware/interfaces/camera/device/1.0/
H A DICameraDevicePreviewCallback.hal69 * The next buffer that is dequeued must match the requested size and
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dkvm.h316 __u8 dequeued; member
/aosp12/hardware/interfaces/camera/device/3.2/
H A Dtypes.hal378 * The maximum number of buffers the HAL device may need to have dequeued at
/aosp12/system/core/init/
H A DREADME.md88 Each action in the queue is dequeued in sequence and each command in