Home
last modified time | relevance | path

Searched defs:readyFence (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DFrameTracker.cpp45 std::shared_ptr<FenceTime>&& readyFence) { in setFrameReadyFence()
56 void FrameTracker::setActualPresentFence(const std::shared_ptr<FenceTime>& readyFence) { in setActualPresentFence()
H A DScreenCaptureRenderSurface.h40 void queueBuffer(base::unique_fd readyFence, float) override { in queueBuffer()
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
H A DActivityTestBase.java341 boolean useHardware, CountDownLatch readyFence) { in addLayout()
402 public CountDownLatch readyFence; field in ActivityTestBase.TestCase
/aosp_15_r20/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
H A DActivityTestBase.java308 boolean useHardware, CountDownLatch readyFence) { in addLayout()
369 public CountDownLatch readyFence; field in ActivityTestBase.TestCase
/aosp_15_r20/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
H A DASurfaceControlTestActivity.java128 final CountDownLatch readyFence = new CountDownLatch(1); in verifyTest() local
314 public SurfaceHolderCallback(SurfaceHolder.Callback callback, CountDownLatch readyFence, in SurfaceHolderCallback()
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DASurfaceControlTest.java2383 final CountDownLatch readyFence = new CountDownLatch(1); in testSurfaceTransaction_setFrameTimeline_preferredIndex() local
2420 final CountDownLatch readyFence = new CountDownLatch(1); in testSurfaceTransaction_setFrameTimeline_notPreferredIndex() local
2803 final CountDownLatch readyFence = new CountDownLatch(1); in testSetDesiredHdrHeadroom() local
H A DSurfaceControlTest.java2197 final CountDownLatch readyFence = new CountDownLatch(1); in testSetDesiredHdrHeadroom() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DRenderSurface.cpp201 void RenderSurface::queueBuffer(base::unique_fd readyFence, float hdrSdrRatio) { in queueBuffer()
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/
Dsample_base.h243 vkhpp::UniqueFence readyFence; member