Home
last modified time | relevance | path

Searched refs:CAMERA_UNKNOWN_ERROR (Results 1 - 23 of 23) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/src/window_manager_utils/
H A Dcamera_window_manager_client.cpp54 int32_t ret = CAMERA_UNKNOWN_ERROR; in RegisterWindowManagerAgent()
71 int32_t ret = CAMERA_UNKNOWN_ERROR; in UnregisterWindowManagerAgent()
147 CHECK_ERROR_RETURN_RET_LOG(samgr == nullptr, CAMERA_UNKNOWN_ERROR, "Failed to get system ability manager"); in SubscribeSystemAbility()
149 CHECK_AND_RETURN_RET_LOG(saStatusChangeCallback_ != nullptr, CAMERA_UNKNOWN_ERROR, in SubscribeSystemAbility()
153 return ret == 0? CAMERA_OK : CAMERA_UNKNOWN_ERROR; in SubscribeSystemAbility()
159 CHECK_ERROR_RETURN_RET_LOG(samgr == nullptr, CAMERA_UNKNOWN_ERROR, "Failed to get system ability manager"); in UnSubscribeSystemAbility()
166 return ret == 0? CAMERA_OK : CAMERA_UNKNOWN_ERROR; in UnSubscribeSystemAbility()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddepth_data_output.cpp85 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Start()
106 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Stop()
128 int32_t errCode = CAMERA_UNKNOWN_ERROR; in SetDataAccuracy()
160 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Release()
H A Dvideo_output.cpp141 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Start()
159 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Stop()
184 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Resume()
201 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Pause()
243 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Release()
409 int32_t errCode = CAMERA_UNKNOWN_ERROR; in AttachMetaSurface()
H A Dpreview_output.cpp95 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Release()
204 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Start()
221 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Stop()
297 int32_t errCode = CAMERA_UNKNOWN_ERROR; in EnableSketch()
429 int32_t errCode = CAMERA_UNKNOWN_ERROR; in StartSketch()
443 int32_t errCode = CAMERA_UNKNOWN_ERROR; in StopSketch()
701 int32_t errCode = CAMERA_UNKNOWN_ERROR; in SetPreviewRotation()
H A Dphoto_output.cpp545 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Capture()
571 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Capture()
593 int32_t errCode = CAMERA_UNKNOWN_ERROR; in CancelCapture()
612 int32_t errCode = CAMERA_UNKNOWN_ERROR; in ConfirmCapture()
654 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Release()
708 int32_t ret = CAMERA_UNKNOWN_ERROR; in EnableMirror()
897 int32_t errCode = CAMERA_UNKNOWN_ERROR; in SetMovingPhotoVideoCodecType()
H A Dsketch_wrapper.cpp111 return CAMERA_UNKNOWN_ERROR; in StartSketchStream()
121 return CAMERA_UNKNOWN_ERROR; in StopSketchStream()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_host_manager.cpp251 CHECK_ERROR_RETURN_RET_LOG(deviceInfo == nullptr, CAMERA_UNKNOWN_ERROR, in GetCameraAbility()
257 CHECK_ERROR_RETURN_RET_LOG(cameraHostProxy_ == nullptr, CAMERA_UNKNOWN_ERROR, in GetCameraAbility()
282 CHECK_ERROR_RETURN_RET_LOG(deviceInfo == nullptr, CAMERA_UNKNOWN_ERROR, in OpenCamera()
285 CHECK_ERROR_RETURN_RET_LOG(cameraHostProxy_ == nullptr, CAMERA_UNKNOWN_ERROR, in OpenCamera()
328 CHECK_ERROR_RETURN_RET_LOG(cameraHostProxy_ == nullptr, CAMERA_UNKNOWN_ERROR, in SetFlashlight()
343 CHECK_ERROR_RETURN_RET_LOG(cameraHostProxyV1_2_ == nullptr, CAMERA_UNKNOWN_ERROR, in SetTorchLevel()
371 CHECK_ERROR_RETURN_RET(CheckUserHasChanged(cameraRestoreParam->GetSetting()), CAMERA_UNKNOWN_ERROR); in Prelaunch()
372 CHECK_ERROR_RETURN_RET_LOG(cameraHostProxy_ == nullptr, CAMERA_UNKNOWN_ERROR, in Prelaunch()
374 CHECK_ERROR_RETURN_RET_LOG(GetCameraHostVersion() < GetVersionId(1, 1), CAMERA_UNKNOWN_ERROR, in Prelaunch()
453 CHECK_ERROR_RETURN_RET_LOG(cameraHostProxy_ == nullptr, CAMERA_UNKNOWN_ERROR, in PreCameraSwitch()
455 CHECK_ERROR_RETURN_RET_LOG(GetCameraHostVersion() <= GetVersionId(1, 1), CAMERA_UNKNOWN_ERROR, PreCameraSwitch() local
[all...]
H A Dhcamera_device.cpp185 CHECK_ERROR_RETURN_RET_LOG(errCode != HDI::Camera::V1_0::CamRetCode::NO_ERROR, CAMERA_UNKNOWN_ERROR, in ResetDeviceSettings()
231 CHECK_ERROR_RETURN_RET_LOG(!isSuccess, CAMERA_UNKNOWN_ERROR, in DispatchDefaultSettingToHdi()
293 CHECK_ERROR_RETURN_RET_LOG(errCode != HDI::Camera::V1_0::CamRetCode::NO_ERROR, CAMERA_UNKNOWN_ERROR, in OpenSecureCamera()
314 return CAMERA_UNKNOWN_ERROR; in GetSecureCameraSeq()
492 CHECK_ERROR_RETURN_RET_LOG(!hdiCameraDevice_, CAMERA_UNKNOWN_ERROR, in GetEnabledResults()
814 CHECK_ERROR_RETURN_RET_LOG(hdiCameraDevice_ == nullptr, CAMERA_UNKNOWN_ERROR, in EnableResult()
827 CHECK_ERROR_RETURN_RET_LOG(hdiCameraDevice_ == nullptr, CAMERA_UNKNOWN_ERROR, in DisableResult()
884 CHECK_ERROR_RETURN_RET_LOG(hdiCameraDevice_ == nullptr, CAMERA_UNKNOWN_ERROR, in InitStreamOperator()
974 errorType = CAMERA_UNKNOWN_ERROR; in OnError()
1077 CHECK_ERROR_RETURN_RET_LOG(streamOperator == nullptr, CAMERA_UNKNOWN_ERROR, in CreateStreams()
[all...]
H A Dcamera_util.cpp127 enum CamServiceError err = CAMERA_UNKNOWN_ERROR; in HdiToCameraErrorType()
166 enum CamServiceError err = CAMERA_UNKNOWN_ERROR; in HdiToServiceError()
190 enum CamServiceError err = CAMERA_UNKNOWN_ERROR; in HdiToServiceErrorV1_2()
H A Dhstream_metadata.cpp178 CHECK_ERROR_RETURN_RET_LOG(streamOperatorV1_3 == nullptr, CAMERA_UNKNOWN_ERROR, in EnableOrDisableMetadataType()
194 CHECK_ERROR_RETURN_RET_LOG(!status, CAMERA_UNKNOWN_ERROR, "set_camera_metadata failed!"); in EnableOrDisableMetadataType()
H A Dhstream_depth_data.cpp233 depthDataErrorCode = CAMERA_UNKNOWN_ERROR; in OnDepthDataError()
H A Dhcapture_session.cpp628 CHECK_ERROR_RETURN_RET_LOG(settings == nullptr, CAMERA_UNKNOWN_ERROR, in LinkInputAndOutputs()
661 int32_t rc = CAMERA_UNKNOWN_ERROR; in UnlinkInputAndOutputs()
1044 CHECK_ERROR_RETURN_RET_LOG(cameraDevice == nullptr, CAMERA_UNKNOWN_ERROR, in UpdateStreamInfos()
1193 CHECK_ERROR_RETURN_RET_LOG(cameraDevice == nullptr, CAMERA_UNKNOWN_ERROR, in SetSmoothZoom()
1207 CHECK_ERROR_RETURN_RET_LOG(array.empty(), CAMERA_UNKNOWN_ERROR, "HCaptureSession::SetSmoothZoom array is empty"); in SetSmoothZoom()
1727 CHECK_ERROR_RETURN_RET_LOG(samgr == nullptr, CAMERA_UNKNOWN_ERROR, "Failed to get System ability manager"); in CreateMediaLibrary()
1729 CHECK_ERROR_RETURN_RET_LOG(object == nullptr, CAMERA_UNKNOWN_ERROR, "object is null"); in CreateMediaLibrary()
1731 CHECK_ERROR_RETURN_RET_LOG(mediaLibraryManager == nullptr, CAMERA_UNKNOWN_ERROR, in CreateMediaLibrary()
1843 return CAMERA_UNKNOWN_ERROR; in CreateMediaLibrary()
H A Dhstream_capture.cpp593 CHECK_ERROR_RETURN_RET_LOG(streamOperatorV1_2 == nullptr, CAMERA_UNKNOWN_ERROR, in ConfirmCapture()
693 captureErrorCode = CAMERA_UNKNOWN_ERROR; in OnCaptureError()
H A Dhstream_repeat.cpp401 repeatErrorCode = CAMERA_UNKNOWN_ERROR; in OnFrameError()
H A Dhcamera_service.cpp1013 CHECK_ERROR_RETURN_RET_LOG(!status || ret != CAMERA_OK, CAMERA_UNKNOWN_ERROR, "UpdateMuteSetting muteMode Failed"); in UpdateMuteSetting()
1661 CHECK_AND_RETURN_RET(activeDevice != nullptr, CAMERA_UNKNOWN_ERROR); in SaveCurrentParamForRestore()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_input.cpp172 int32_t retCode = CAMERA_UNKNOWN_ERROR; in Open()
187 int32_t retCode = CAMERA_UNKNOWN_ERROR; in Open()
222 int32_t retCode = CAMERA_UNKNOWN_ERROR; in Close()
240 int32_t retCode = CAMERA_UNKNOWN_ERROR; in Release()
458 CHECK_ERROR_RETURN_RET_LOG(ret != CAM_META_SUCCESS, CAMERA_UNKNOWN_ERROR, in GetCameraAllVendorTags()
H A Dcamera_manager.cpp942 int32_t retCode = CAMERA_UNKNOWN_ERROR; in DestroyStubObj()
/foundation/multimedia/camera_framework/services/camera_service/binder/base/src/
H A Dicamera_util.cpp60 case CAMERA_UNKNOWN_ERROR: in ServiceToCameraError()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dscan_session.cpp39 int32_t result = CAMERA_UNKNOWN_ERROR; in AddOutput()
H A Dcapture_session.cpp281 int32_t errCode = CAMERA_UNKNOWN_ERROR; in BeginConfig()
326 int32_t errCode = CAMERA_UNKNOWN_ERROR; in CommitConfig()
575 int32_t errCode = CAMERA_UNKNOWN_ERROR; in AddInput()
878 CHECK_ERROR_RETURN_RET_LOG(captureSession == nullptr, ServiceToCameraError(CAMERA_UNKNOWN_ERROR), in AddOutput()
994 int32_t errCode = CAMERA_UNKNOWN_ERROR; in RemoveInput()
1052 int32_t errCode = CAMERA_UNKNOWN_ERROR; in RemoveOutput()
1077 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Start()
1097 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Stop()
1114 int32_t errCode = CAMERA_UNKNOWN_ERROR; in Release()
2723 int32_t errCode = CAMERA_UNKNOWN_ERROR; in SetSmoothZoom()
[all...]
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_util.h82 CAMERA_UNKNOWN_ERROR, enumerator
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp699 CHECK_ERROR_RETURN_RET(size >= maxSize, CAMERA_UNKNOWN_ERROR); in HandleProxyForFreeze()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp5906 EXPECT_EQ(sketchWrapper->StartSketchStream(), CAMERA_UNKNOWN_ERROR); in HWTEST_F()
6212 EXPECT_EQ(camDevice->InitStreamOperator(), CAMERA_UNKNOWN_ERROR); in HWTEST_F()
6243 EXPECT_EQ(camDevice->CommitStreams(deviceSettings, operationMode), CAMERA_UNKNOWN_ERROR); in HWTEST_F()
6269 EXPECT_EQ(camDevice->UpdateStreams(streamInfos), CAMERA_UNKNOWN_ERROR); in HWTEST_F()

Completed in 48 milliseconds