Home | History | Annotate | Download | only in camera

Lines Matching defs:mCameraOpened

55     private boolean mCameraOpened;  // true if camera is opened
144 if (!mCameraOpened) release();
196 if (mCameraOpened) {
201 Assert(!mCameraOpened);
233 mCameraOpened = true;
245 return (!mCameraOpened ? open(handler, cameraId, cb) : null);
257 if (mCameraOpened) {
258 mCameraOpened = false;
271 mCameraOpened = false;
285 // We allow mCameraOpened in either state for the convenience of the