Lines Matching defs:CameraManager

77 class CameraManager implements FocusOverlayManager.Listener {
122 private static CameraManager sInstance;
212 private CameraManager() {
244 static CameraManager get() {
246 sInstance = new CameraManager();
342 LogUtil.e(TAG, "RuntimeException in CameraManager.selectCamera", e);
366 LogUtil.e(TAG, "RuntimeException in CameraManager.selectCameraByIndex", e);
584 LogUtil.e(TAG, "RuntimeException in CameraManager.takePicture", e);
646 LogUtil.e(TAG, "IOException in CameraManager.releaseMediaRecorder", e);
651 LogUtil.e(TAG, "RuntimeException in CameraManager.releaseMediaRecorder", e);
701 LogUtil.e(TAG, "RuntimeException in CameraManager.updateCameraOrientation", e);
773 LogUtil.e(TAG, "IOException in CameraManager.tryShowPreview", e);
778 LogUtil.e(TAG, "RuntimeException in CameraManager.tryShowPreview", e);
801 LogUtil.e(TAG, "FileNotFoundException in CameraManager.tryInitOrCleanupVideoMode", e);
808 LogUtil.e(TAG, "IOException in CameraManager.tryInitOrCleanupVideoMode", e);
815 LogUtil.e(TAG, "RuntimeException in CameraManager.tryInitOrCleanupVideoMode", e);
858 LogUtil.e(TAG, "IllegalStateException in CameraManager.tryStartVideoCapture", e);
865 LogUtil.e(TAG, "RuntimeException in CameraManager.tryStartVideoCapture", e);
890 LogUtil.e(TAG, "RuntimeException in CameraManager.stopVideo", e);
1102 LogUtil.e(TAG, "RuntimeException in CameraManager.autoFocus", e);
1118 LogUtil.e(TAG, "RuntimeException in CameraManager.cancelAutoFocus", e);
1144 LogUtil.e(TAG, "RuntimeException in CameraManager setFocusParameters");