Home | History | Annotate | Download | only in camera

Lines Matching defs:mCameraOpened

55     private boolean mCameraOpened;  // true if camera is opened
144 if (!mCameraOpened) release();
195 if (mCameraOpened) {
200 Assert(!mCameraOpened);
231 mCameraOpened = true;
243 return !mCameraOpened ? open(cameraId) : null;
263 if (mCameraOpened) {
264 mCameraOpened = false;
271 mCameraOpened = false;
285 // We allow mCameraOpened in either state for the convenience of the