Searched refs:openCamera (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera/src/com/android/camera/panorama/
H A DPanoramaActivity.java350 openCamera();
365 private void openCamera() throws CameraHardwareException, CameraDisabledException { method in class:PanoramaActivity
367 mCameraDevice = Util.openCamera(this, backCameraId);
/packages/apps/Camera/src/com/android/camera/
H A DUtil.java257 public static android.hardware.Camera openCamera(Activity activity, int cameraId) method in class:Util
272 throw new RuntimeException("openCamera failed", e);
H A DCamera.java1100 mCameraDevice = Util.openCamera(Camera.this, mCameraId);
1542 mCameraDevice = Util.openCamera(this, mCameraId);
H A DVideoCamera.java388 mCameraDevice = Util.openCamera(VideoCamera.this, mCameraId);
840 mCameraDevice = Util.openCamera(this, mCameraId);

Completed in 53 milliseconds