Home | History | Annotate | Download | only in camera

Lines Matching refs:open

2  * Copyright (C) 2009 The Android Open Source Project
40 * <p>The {@code open()} and {@code release()} calls are similar to the ones
43 * android.hardware.Camera} instance for a while, so if {@code open()} is
44 * called soon after, we can avoid the cost of {@code open()} in {@code
64 /* Debug double-open issue */
113 // We store the camera parameters when we actually open the device,
114 // so we can restore them in the subsequent open() requests by the user.
139 // In 'CameraHolder.open', the 'RELEASE_CAMERA' message
191 public synchronized CameraProxy open(int cameraId)
196 Log.e(TAG, "double open");
208 Log.v(TAG, "open camera " + cameraId);
238 * Tries to open the hardware camera. If the camera is being used or
243 return !mCameraOpened ? open(cameraId) : null;
286 // calling activity. The activity may not have a chance to call open()