Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java885 captureCallback.getTotalCaptureResultsForRequests(reprocessRequests, in testReprocessTimestamps()
959 captureCallback.getTotalCaptureResultsForRequests(reprocessRequests, in testReprocessJpegExif()
1034 captureCallback.getTotalCaptureResultsForRequests(reprocessRequests, in testReprocessRequestKeys()
1348 results = captureCallback.getTotalCaptureResultsForRequests( in submitMixedCaptureBurstRequest()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java535 return getTotalCaptureResultsForRequests(captureRequests, numResultsWait)[0]; in getTotalCaptureResultForRequest()
551 public TotalCaptureResult[] getTotalCaptureResultsForRequests( in getTotalCaptureResultsForRequests() method in CameraTestUtils.SimpleCaptureCallback