Home | History | Annotate | Download | only in Camera2Basic

Lines Matching full:hardware

50             <android>android.hardware.camera2.CameraManager</android>
51 <android>android.hardware.camera2.CameraDevice</android>
52 <android>android.hardware.camera2.CameraCharacteristics</android>
53 <android>android.hardware.camera2.CameraCaptureSession</android>
54 <android>android.hardware.camera2.CaptureRequest</android>
55 <android>android.hardware.camera2.CaptureResult</android>
91 [1]: https://developer.android.com/reference/android/hardware/camera2/package-summary.html
92 [2]: https://developer.android.com/reference/android/hardware/camera2/CameraManager.html#getCameraIdList()
93 [3]: https://developer.android.com/reference/android/hardware/camera2/CameraManager.html#getCameraCharacteristics(java.lang.String)
94 [4]: https://developer.android.com/reference/android/hardware/camera2/CameraDevice.StateCallback.html
95 [5]: https://developer.android.com/reference/android/hardware/camera2/CameraCaptureSession.html
96 [6]: https://developer.android.com/reference/android/hardware/camera2/CaptureRequest.html
97 [7]: https://developer.android.com/reference/android/hardware/camera2/CameraCaptureSession.html#capture(android.hardware.camera2.CaptureRequest, android.hardware.camera2.CameraCaptureSession.CaptureCallback, android.os.Handler)