Searched refs:dequeued (Results 1 – 12 of 12) sorted by relevance
55 std::set<mirror::Reference*> dequeued; in TEST_F() local56 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()
20 * Surface(BufferQueue/IGBP) synchronization object regarding # of dequeued21 * output buffers. This keeps # of dequeued buffers from Surface less than22 * configured max # of dequeued buffers all the time.31 * |# of dequeued buffer 4bytes|
330 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()
62 bool dequeued = false; member
406 LOG_ALWAYS_FATAL_IF(!bufferInfo->dequeued); in dequeueNextBuffer()
166 * * buffer specified by the slot is not dequeued177 * dequeued by the producer at one time. If this method succeeds, any new197 * * client would have more than the requested number of dequeued241 * the dequeued slot or to fill in the contents of its associated buffer268 * This call will block until a buffer is available to be dequeued. If281 * too many buffers to be dequeued, either because323 * it refers to is not currently dequeued and requested.378 * too many buffers to be dequeued, either because423 * * the slot was not in the dequeued state453 * * the slot was not in the dequeued state[all …]
265 dequeued(false) {} in Image()277 bool dequeued; member310 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 …]
32 * Sets the maximum number of buffers that can be dequeued at one time. If40 * dequeued buffer slots; otherwise, the returned @p status shall be52 * currently dequeued buffer slots.54 * maximum number of dequeued buffers cannot be accomplished for any other58 * 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 buffer205 * This call shall block until a buffer is available to be dequeued. If211 * 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 …]
69 * The next buffer that is dequeued must match the requested size and
316 __u8 dequeued; member
378 * The maximum number of buffers the HAL device may need to have dequeued at
88 Each action in the queue is dequeued in sequence and each command in