Searched refs:mFaceDetectionStarted (Results 1 – 2 of 2) sorted by relevance
160 private boolean mFaceDetectionStarted = false; field in PhotoModule738 if (mFaceDetectionStarted || mCameraDevice == null) { in startFaceDetection()742 mFaceDetectionStarted = true; in startFaceDetection()752 if (!mFaceDetectionStarted || mCameraDevice == null) { in stopFaceDetection()756 mFaceDetectionStarted = false; in stopFaceDetection()1157 mFaceDetectionStarted = false; in capture()1717 mFaceDetectionStarted = false; in closeCamera()1840 mFaceDetectionStarted = false; in stopPreview()
149 private boolean mFaceDetectionStarted = false; field in Camera525 if (mFaceDetectionStarted || mCameraState != IDLE) return; in startFaceDetection()527 mFaceDetectionStarted = true; in startFaceDetection()542 if (!mFaceDetectionStarted) return; in stopFaceDetection()544 mFaceDetectionStarted = false; in stopFaceDetection()1057 mFaceDetectionStarted = false; in capture()1821 mFaceDetectionStarted = false; in closeCamera()1902 mFaceDetectionStarted = false; in stopPreview()