Searched refs:getCameraInfo (Results 1 – 5 of 5) sorted by relevance
56 android.hardware.Camera.CameraInfo info = getCameraInfo(getCameraIndex(deviceName)); in isFrontFacing()62 android.hardware.Camera.CameraInfo info = getCameraInfo(getCameraIndex(deviceName)); in isBackFacing()77 private static @Nullable android.hardware.Camera.CameraInfo getCameraInfo(int index) { in getCameraInfo() method in Camera1Enumerator80 android.hardware.Camera.getCameraInfo(index, info); in getCameraInfo()176 android.hardware.Camera.CameraInfo info = getCameraInfo(index); in getDeviceName()
203 Camera.getCameraInfo(ShadowCamera.getLastOpenedCameraId(), cameraQuery); in testSetDisplayOrientationUpdatesCameraInfos()257 Camera.getCameraInfo(0, cameraQuery); in testCameraInfoBackOnly()271 Camera.getCameraInfo(0, cameraQuery); in testCameraInfoBackAndFront()274 Camera.getCameraInfo(1, cameraQuery); in testCameraInfoBackAndFront()
210 Camera.getCameraInfo(i, ci); in getCameraId()
84 android.hardware.Camera.getCameraInfo(cameraId, info); in create()
189 protected static void getCameraInfo(int cameraId, Camera.CameraInfo cameraInfo) { in getCameraInfo() method in ShadowCamera