Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraManagerTest.java303 private void testCameraManagerOpenCamerasSerially(boolean useExecutor) throws Exception { in testCameraManagerOpenCamerasSerially() argument
304 final Executor executor = useExecutor ? new HandlerExecutor(mHandler) : null; in testCameraManagerOpenCamerasSerially()
313 if (useExecutor) { in testCameraManagerOpenCamerasSerially()
346 private void testCameraManagerOpenAllCameras(boolean useExecutor) throws Exception { in testCameraManagerOpenAllCameras() argument
355 final Executor executor = useExecutor ? new HandlerExecutor(mHandler) : null; in testCameraManagerOpenAllCameras()
375 if (useExecutor) { in testCameraManagerOpenAllCameras()
533 private void testCameraManagerOpenCameraTwice(boolean useExecutor) throws Exception { in testCameraManagerOpenCameraTwice() argument
535 final Executor executor = useExecutor ? new HandlerExecutor(mHandler) : null; in testCameraManagerOpenCameraTwice()
551 if (useExecutor) { in testCameraManagerOpenCameraTwice()
657 private void testCameraManagerListenerCallbacks(boolean useExecutor) throws Exception { in testCameraManagerListenerCallbacks() argument
[all …]
DFlashlightTest.java143 private void testTorchCallback(boolean useExecutor) throws Exception { in testTorchCallback() argument
147 final Executor executor = useExecutor ? new HandlerExecutor(mHandler) : null; in testTorchCallback()
157 if (useExecutor) { in testTorchCallback()
DCameraDeviceTest.java1620 boolean useExecutor) throws Exception { in runCaptureTest() argument
1643 useExecutor); in runCaptureTest()
1648 … captureBurstShot(mCameraIdsUnderTest[i], sTemplates, 1, repeating, abort, useExecutor); in runCaptureTest()
1663 useExecutor); in runCaptureTest()
1668 abort, useExecutor); in runCaptureTest()
1692 boolean repeating, boolean abort, boolean useExecutor) throws Exception { in captureSingleShot() argument
1697 final Executor executor = useExecutor ? new HandlerExecutor(mHandler) : null; in captureSingleShot()
1755 boolean abort, boolean useExecutor) throws Exception { in captureBurstShot() argument
1763 final Executor executor = useExecutor ? new HandlerExecutor(mHandler) : null; in captureBurstShot()