Home
last modified time | relevance | path

Searched refs:RESULT_FENCE_TIME_OUT (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/systemui/weathereffects/graphics/tests/src/com/google/android/wallpaper/weathereffects/graphics/
DFrameBufferTest.kt22 …rt com.google.android.wallpaper.weathereffects.graphics.FrameBuffer.Companion.RESULT_FENCE_TIME_OUT
56 assertThat(latch.await(RESULT_FENCE_TIME_OUT, TimeUnit.MILLISECONDS)).isTrue() in onImageReady_invokesCallback()
89 assertThat(latch.await(RESULT_FENCE_TIME_OUT, TimeUnit.MILLISECONDS)).isFalse() in close_onImageReady_doesNotInvokeCallback()
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/
DFrameBuffer.kt88 result.fence.await(Duration.ofMillis(RESULT_FENCE_TIME_OUT)) in <lambda>()
108 const val RESULT_FENCE_TIME_OUT = 3000L in <lambda>() constant