Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java393 protected int captureRequestsSynchronized( in captureRequestsSynchronized() method in Camera2SurfaceViewTestCase
396 return captureRequestsSynchronized(request, /*count*/1, listener, handler); in captureRequestsSynchronized()
421 protected int captureRequestsSynchronized( in captureRequestsSynchronized() method in Camera2SurfaceViewTestCase
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1278 int flashModeSingleRequests = captureRequestsSynchronized( in flashTestByAeMode()
1292 int flashModeTorchRequests = captureRequestsSynchronized(torchRequest, in flashTestByAeMode()
1335 int flashModeOffRequests = captureRequestsSynchronized(flashOffrequest, listener, mHandler); in flashTestByAeMode()
1530 int requestCount = captureRequestsSynchronized( in autoAeMultipleCapturesThenTestLock()