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.java399 protected int captureRequestsSynchronized( in captureRequestsSynchronized() method in Camera2SurfaceViewTestCase
402 return captureRequestsSynchronized(request, /*count*/1, listener, handler); in captureRequestsSynchronized()
427 protected int captureRequestsSynchronized( in captureRequestsSynchronized() method in Camera2SurfaceViewTestCase
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1329 int flashModeSingleRequests = captureRequestsSynchronized( in flashTestByAeMode()
1343 int flashModeTorchRequests = captureRequestsSynchronized(torchRequest, in flashTestByAeMode()
1386 int flashModeOffRequests = captureRequestsSynchronized(flashOffrequest, listener, mHandler); in flashTestByAeMode()
1581 int requestCount = captureRequestsSynchronized( in autoAeMultipleCapturesThenTestLock()