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(
197 Log.e(TAG, "double open");
208 Log.v(TAG, "open camera " + cameraId);
240 * Tries to open the hardware camera. If the camera is being used or
245 return (!mCameraOpened ? open(handler, cameraId, cb) : null);
286 // calling activity. The activity may not have a chance to call open()