Home
last modified time | relevance | path

Searched refs:CAMERA_OPERATION_NOT_ALLOWED (Results 1 - 20 of 20) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_util.cpp31 err = CAMERA_OPERATION_NOT_ALLOWED; in FrameworkToNdkCameraError()
37 err = CAMERA_OPERATION_NOT_ALLOWED; in FrameworkToNdkCameraError()
H A Dphoto_output_impl.cpp78 CHECK_AND_RETURN_RET_LOG(photoSurface_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in RegisterPhotoAvailableCallback()
142 CHECK_AND_RETURN_RET_LOG(innerCallback_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in UnregisterCallback()
166 CHECK_AND_RETURN_RET_LOG(innerCallback_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in UnregisterCaptureStartWithInfoCallback()
188 CHECK_AND_RETURN_RET_LOG(innerCallback_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in UnregisterCaptureEndCallback()
210 CHECK_AND_RETURN_RET_LOG(innerCallback_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in UnregisterFrameShutterEndCallback()
232 CHECK_AND_RETURN_RET_LOG(innerCallback_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in UnregisterCaptureReadyCallback()
256 CHECK_AND_RETURN_RET_LOG(innerCallback_ != nullptr, CAMERA_OPERATION_NOT_ALLOWED, in UnregisterEstimatedCaptureDurationCallback()
H A Dcapture_session_impl.cpp209 CAMERA_OPERATION_NOT_ALLOWED, "Camera_Manager::SetSessionMode can not set sceneMode after BeginConfig!"); in SetSessionMode()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dsecure_camera_session.cpp34 CAMERA_OPERATION_NOT_ALLOWED, "SecureCameraSession::CanAddOutput operation is not allowed!"); in AddSecureOutput()
H A Dcapture_session.cpp211 CHECK_ERROR_RETURN_RET_LOG(captureSession == nullptr, CAMERA_OPERATION_NOT_ALLOWED, "captureSession is nullptr."); in OnFoldStatusChanged()
213 CHECK_ERROR_RETURN_RET_LOG(!isEnableAutoSwitch, CAMERA_OPERATION_NOT_ALLOWED, "isEnableAutoSwitch is false."); in OnFoldStatusChanged()
217 CHECK_ERROR_RETURN_RET_LOG(autoDeviceSwitchCallback == nullptr, CAMERA_OPERATION_NOT_ALLOWED, in OnFoldStatusChanged()
921 CHECK_AND_RETURN_RET(currentMode_ == SceneMode::SECURE, CAMERA_OPERATION_NOT_ALLOWED); in AddSecureOutput()
923 CAMERA_OPERATION_NOT_ALLOWED, "SecureCameraSession::AddSecureOutput operation is Not allowed!"); in AddSecureOutput()
/foundation/multimedia/camera_framework/services/camera_service/binder/base/src/
H A Dicamera_util.cpp66 case CAMERA_OPERATION_NOT_ALLOWED: in ServiceToCameraError()
/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcamera.h81 CAMERA_OPERATION_NOT_ALLOWED = 7400102, enumerator
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_util.h84 CAMERA_OPERATION_NOT_ALLOWED, enumerator
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_depth_data.cpp254 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
H A Dhstream_metadata.cpp113 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
H A Dhstream_capture.cpp383 CHECK_ERROR_RETURN_RET_LOG(isCaptureReady_ == false, CAMERA_OPERATION_NOT_ALLOWED, in Capture()
772 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
H A Dhcamera_device.cpp338 CHECK_ERROR_RETURN_RET_LOG(!HandlePrivacyBeforeOpenDevice(), CAMERA_OPERATION_NOT_ALLOWED, "privacy not allow!"); in OpenDevice()
380 CHECK_ERROR_RETURN_RET_LOG(cameraPrivacy == nullptr, CAMERA_OPERATION_NOT_ALLOWED, "cameraPrivacy is null"); in CheckPermissionBeforeOpenDevice()
381 CHECK_ERROR_RETURN_RET_LOG(!cameraPrivacy->IsAllowUsingCamera(), CAMERA_OPERATION_NOT_ALLOWED, in CheckPermissionBeforeOpenDevice()
1275 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
H A Dcamera_util.cpp387 return CAMERA_OPERATION_NOT_ALLOWED; in CheckPermission()
H A Dhcapture_session.cpp917 errorCode = CAMERA_OPERATION_NOT_ALLOWED; in CommitConfig()
1079 return CAMERA_OPERATION_NOT_ALLOWED; in CheckIfColorSpaceMatchesFormat()
1505 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
H A Dhcamera_service.cpp1648 CHECK_ERROR_RETURN_RET_LOG(activeClient == -1, CAMERA_OPERATION_NOT_ALLOWED, in SaveCurrentParamForRestore()
1894 CHECK_ERROR_RETURN_RET_LOG(IPCSkeleton::GetCallingUid() >= maxSaUid, CAMERA_OPERATION_NOT_ALLOWED, "not allow"); in ProxyForFreeze() local
1926 return CAMERA_OPERATION_NOT_ALLOWED; in ResetAllFreezeStatus()
H A Dhstream_repeat.cpp807 return CAMERA_OPERATION_NOT_ALLOWED; in OperatePermissionCheck()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dpreview_output.cpp305 CHECK_ERROR_RETURN_RET(sketchWrapper_ != nullptr, ServiceToCameraError(CAMERA_OPERATION_NOT_ALLOWED)); in EnableSketch()
315 CHECK_ERROR_RETURN_RET(sketchWrapper_ == nullptr, ServiceToCameraError(CAMERA_OPERATION_NOT_ALLOWED)); in EnableSketch()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp2229 int32_t retCode = CAMERA_OPERATION_NOT_ALLOWED; in SetTorchMode()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp3952 EXPECT_EQ(ret, Camera_ErrorCode::CAMERA_OPERATION_NOT_ALLOWED); in HWTEST_F()
4013 EXPECT_EQ(ret, Camera_ErrorCode::CAMERA_OPERATION_NOT_ALLOWED); in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp11057 EXPECT_EQ(secureSession->AddSecureOutput(preview2), CAMERA_OPERATION_NOT_ALLOWED); in HWTEST_F()
11123 EXPECT_EQ(secureSession->AddSecureOutput(preview), CAMERA_OPERATION_NOT_ALLOWED); in HWTEST_F()

Completed in 57 milliseconds