Searched refs:CAPTURE_RESULT_TIMEOUT_MS (Results 1 – 10 of 10) sorted by relevance
46 import static android.hardware.camera2.cts.CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS;154 CaptureResult result = listener.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in bufferFormatZoomTestByCamera()
20 import static android.hardware.camera2.cts.CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS;381 result = listener.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in validateCaptureResult()
813 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testBasicTriggerSequence()847 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testBasicTriggerSequence()855 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testBasicTriggerSequence()958 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testSimultaneousTriggers()1075 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testAfThenAeTrigger()1192 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testAeThenAfTrigger()1310 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testAeAndAfCausality()1712 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in cancelTriggersAndWait()
645 result = results.poll(CAPTURE_RESULT_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testChainedOperation()1394 resultListener.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in prepareTestByCamera()1733 resultCallback.getCaptureResultForRequest(singleRequest, CAPTURE_RESULT_TIMEOUT_MS); in captureSingleShot()1742 resultCallback.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in captureSingleShot()1830 postAbortRequests.get(i), CAPTURE_RESULT_TIMEOUT_MS); in captureBurstShot() local1840 resultCallback.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in captureBurstShot()
1146 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testBasicPhysicalStreamingForCamera()1188 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testBasicPhysicalStreamingForCamera()1211 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in testBasicPhysicalStreamingForCamera()
61 import static android.hardware.camera2.cts.CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS;1232 CaptureResult result = listener.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in bufferFormatLongProcessingTimeTestByCamera()1285 CaptureResult result = listener.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in validateCaptureResult()
901 CaptureResult result = listener.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in forEachResult()
1700 result = listener.getCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in flashTestByAeMode()
121 CameraTestUtils.CAPTURE_RESULT_TIMEOUT_MS); in getCapturedResult()
122 public static final int CAPTURE_RESULT_TIMEOUT_MS = 3000; field in CameraTestUtils933 TotalCaptureResult result = getTotalCaptureResult(CAPTURE_RESULT_TIMEOUT_MS); in getTotalCaptureResultsForRequests()969 CaptureFailure failure = mFailureQueue.poll(CAPTURE_RESULT_TIMEOUT_MS, in getCaptureFailures()998 Pair<Surface, Long> failure = mBufferLostQueue.poll(CAPTURE_RESULT_TIMEOUT_MS, in getLostBuffers()1028 Integer abortSequence = mAbortQueue.poll(CAPTURE_RESULT_TIMEOUT_MS, in geAbortedSequences()1058 CAPTURE_RESULT_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitForCaptureStart()1062 "event after waiting for " + CAPTURE_RESULT_TIMEOUT_MS + " ms."); in waitForCaptureStart()