Home
last modified time | relevance | path

Searched refs:openDevice (Results 1 – 23 of 23) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java110 openDevice(id); in testFlexibleYuv()
122 openDevice(id); in testDepth16()
134 openDevice(id); in testDepthPointCloud()
146 openDevice(id); in testJpeg()
158 openDevice(id); in testRaw()
171 openDevice(id); in testRawPrivate()
185 openDevice(id); in testRepeatingJpeg()
197 openDevice(id); in testRepeatingRaw()
210 openDevice(id); in testRepeatingRawPrivate()
223 openDevice(id); in testLongProcessingRepeatingRaw()
[all …]
DStillCaptureTest.java89 openDevice(mCameraIds[i]); in testJpegExif()
117 openDevice(id); in testTakePicture()
144 openDevice(id); in testTakePictureZsl()
169 openDevice(mCameraIds[i]); in testBasicRawCapture()
193 openDevice(mCameraIds[i]); in testBasicRawZslCapture()
225 openDevice(mCameraIds[i]); in testFullRawCapture()
253 openDevice(mCameraIds[i]); in testFullRawZSLCapture()
283 openDevice(id); in testTouchForFocus()
312 openDevice(id); in testStillPreviewCombination()
339 openDevice(id); in testAeCompensation()
[all …]
DReprocessCaptureTest.java153 openDevice(id); in testReprocessingSizeFormat()
174 openDevice(id); in testReprocessingSizeFormatWithPreview()
193 openDevice(id); in testRecreateReprocessingSessions()
237 openDevice(id); in testCrossSessionCaptureException()
300 openDevice(id); in testBurstReprocessing()
323 openDevice(id); in testMixedBurstReprocessing()
348 openDevice(id); in testReprocessAbort()
377 openDevice(id); in testReprocessTimestamps()
407 openDevice(id); in testReprocessJpegExif()
437 openDevice(id); in testReprocessRequestKeys()
[all …]
DSurfaceViewPreviewTest.java87 openDevice(mCameraIds[i]); in testCameraPreview()
111 openDevice(mCameraIds[i]); in testBasicTestPatternPreview()
131 openDevice(id); in testPreviewFpsRange()
156 openDevice(id); in testSurfaceSet()
180 openDevice(mCameraIds[i]); in testPreparePerformance()
339 openDevice(mCameraIds[i]); in testSurfaceEquality()
429 openDevice(mCameraIds[i]); in testDeferredSurfaces()
DCaptureRequestTest.java145 openDevice(mCameraIds[i]); in testBlackLevelLock()
199 openDevice(id); in testDynamicBlackWhiteLevel()
226 openDevice(mCameraIds[i]); in testLensShadingMap()
303 openDevice(mCameraIds[i]); in testAntiBandingModes()
339 openDevice(mCameraIds[i]); in testAeModeAndLock()
371 openDevice(mCameraIds[i]); in testFlashControl()
413 openDevice(mCameraIds[i]); in testFaceDetection()
432 openDevice(id); in testToneMapControl()
451 openDevice(id); in testColorCorrectionControl()
470 openDevice(id); in testEdgeModeControl()
[all …]
DPerformanceTest.java245 openDevice(id); in testSingleCapture()
413 openDevice(id); in testMultipleCapture()
558 openDevice(id); in testReprocessingLatency()
587 openDevice(id); in testReprocessingThroughput()
615 openDevice(id); in testHighQualityReprocessingLatency()
644 openDevice(id); in testHighQualityReprocessingThroughput()
671 openDevice(id); in testReprocessingCaptureStall()
DRecordingTest.java118 openDevice(mCameraIds[i]); in doBasicRecording()
215 openDevice(mCameraIds[i]); in testSupportedVideoSizes()
316 openDevice(mCameraIds[i]); in testRecordingFramerateLowToHigh()
362 openDevice(mCameraIds[i]); in testVideoPreviewSurfaceSharing()
453 openDevice(id); in slowMotionRecording()
526 openDevice(id); in constrainedHighSpeedRecording()
856 openDevice(id); in videoSnapshotHelper()
DCameraDeviceTest.java282 openDevice(mCameraIds[i], mCameraMockListener); in testCameraDeviceCreateCaptureBuilder()
337 openDevice(mCameraIds[i], mCameraMockListener); in testCameraDeviceSetErrorListener()
408 openDevice(mCameraIds[i], mCameraMockListener); in testInvalidCapture()
632 openDevice(mCameraIds[i], mCameraMockListener); in testPrepare()
655 openDevice(mCameraIds[i], mCameraMockListener); in testPrepareForSharedSurfaces()
681 openDevice(mCameraIds[i], mCameraMockListener); in testCreateSessions()
703 openDevice(mCameraIds[i], mCameraMockListener); in testCreateCustomSession()
1183 openDevice(mCameraIds[i], mCameraMockListener); in runCaptureTest()
1945 openDevice(cameraId, mCameraMockListener); in captureTemplateTestByCamera()
DFlashlightTest.java180 openDevice(idToOpen); in testCameraDeviceOpenAfterTorchOn()
225 openDevice(idToOpen); in testTorchModeExceptions()
DRobustnessTest.java82 openDevice(id); in testBadSurfaceDimensions()
255 openDevice(id); in testMandatoryOutputCombinations()
395 openDevice(id); in testMandatoryReprocessConfigurations()
434 openDevice(id); in testBasicTriggerSequence()
572 openDevice(id); in testSimultaneousTriggers()
673 openDevice(id); in testAfThenAeTrigger()
788 openDevice(id); in testAeThenAfTrigger()
904 openDevice(id); in testAbandonRepeatingRequestSurface()
DFastBasicsTest.java65 openDevice(mCameraIds[i]); in testCamera2()
DDngCreatorTest.java141 openDevice(deviceId); in testSingleImageBasic()
218 openDevice(deviceId); in testSingleImageThumbnail()
510 openDevice(deviceId); in captureRawJpegImagePair()
DBurstCaptureRawTest.java72 openDevice(id); in testRawSensorSize()
672 openDevice(id); in performTestRoutine()
DCaptureResultTest.java100 openDevice(id); in testCameraCaptureResultAllKeys()
159 openDevice(id); in testPartialResult()
278 openDevice(id); in testResultTimestamps()
DBurstCaptureTest.java50 openDevice(id); in testYuvBurst()
DImageWriterTest.java95 openDevice(id); in testYuvImageWriterReaderOperation()
DAllocationTest.java767 openDevice(mCameraIds[i]); in forEachCamera()
776 private void openDevice(String cameraId) { in openDevice() method in AllocationTest.CameraIterable
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java179 protected void openDevice(String cameraId) throws Exception { in openDevice() method in Camera2AndroidTestCase
180 openDevice(cameraId, mCameraListener); in openDevice()
189 protected void openDevice(String cameraId, BlockingStateCallback listener) throws Exception { in openDevice() method in Camera2AndroidTestCase
DCamera2SurfaceViewTestCase.java582 protected void openDevice(String cameraId) throws Exception { in openDevice() method in Camera2SurfaceViewTestCase
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DAccessoryTestCompanion.java120 UsbDeviceConnection connection = mUsbManager.openDevice(mDevice); in runTest()
270 UsbDeviceConnection connection = mUsbManager.openDevice(device); in onDeviceAccessPermitted()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java185 midiManager.openDevice(echoInfo, callback, null); in setUpEchoServer()
554 midiManager.openDevice(echoInfo, callback, null); in testDeviceCallback()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/mtp/
DMtpHostTestActivity.java258 final UsbDeviceConnection connection = mUsbManager.openDevice(mUsbDevice);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java164 UsbDeviceConnection connection = mUsbManager.openDevice(device); in onCreate()
2108 UsbDeviceConnection connection = mUsbManager.openDevice(device); in runTests()