Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DSurfaceViewPreviewTest.java460 TextureAvailableListener textureAvailableListener = new TextureAvailableListener(); in testDeferredSurfacesByCamera() local
462 sharedOutputTexture.setOnFrameAvailableListener(textureAvailableListener, mHandler); in testDeferredSurfacesByCamera()
574 assertTrue("No texture update received", textureAvailableListener.gotFrame()); in testDeferredSurfacesByCamera()