Searched defs:readyFence (Results 1 – 9 of 9) sorted by relevance
45 std::shared_ptr<FenceTime>&& readyFence) { in setFrameReadyFence()56 void FrameTracker::setActualPresentFence(const std::shared_ptr<FenceTime>& readyFence) { in setActualPresentFence()
40 void queueBuffer(base::unique_fd readyFence, float) override { in queueBuffer()
341 boolean useHardware, CountDownLatch readyFence) { in addLayout()402 public CountDownLatch readyFence; field in ActivityTestBase.TestCase
308 boolean useHardware, CountDownLatch readyFence) { in addLayout()369 public CountDownLatch readyFence; field in ActivityTestBase.TestCase
128 final CountDownLatch readyFence = new CountDownLatch(1); in verifyTest() local314 public SurfaceHolderCallback(SurfaceHolder.Callback callback, CountDownLatch readyFence, in SurfaceHolderCallback()
2383 final CountDownLatch readyFence = new CountDownLatch(1); in testSurfaceTransaction_setFrameTimeline_preferredIndex() local2420 final CountDownLatch readyFence = new CountDownLatch(1); in testSurfaceTransaction_setFrameTimeline_notPreferredIndex() local2803 final CountDownLatch readyFence = new CountDownLatch(1); in testSetDesiredHdrHeadroom() local
2197 final CountDownLatch readyFence = new CountDownLatch(1); in testSetDesiredHdrHeadroom() local
201 void RenderSurface::queueBuffer(base::unique_fd readyFence, float hdrSdrRatio) { in queueBuffer()
243 vkhpp::UniqueFence readyFence; member