Home
last modified time | relevance | path

Searched refs:CAMERA_ALLOC_ERROR (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/binder/base/src/
H A Dicamera_util.cpp30 case CAMERA_ALLOC_ERROR: in ServiceToCameraError()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_video_proc_session.cpp140 CHECK_AND_RETURN_RET_LOG(deathRecipient_ != nullptr, CAMERA_ALLOC_ERROR, "failed to new CameraDeathRecipient."); in SetDeferredVideoSession()
H A Ddeferred_photo_proc_session.cpp206 CHECK_ERROR_RETURN_RET_LOG(deathRecipient_ == nullptr, CAMERA_ALLOC_ERROR, "failed to new CameraDeathRecipient."); in SetDeferredPhotoSession()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp169 CHECK_ERROR_RETURN_RET_LOG(cameraDataShareHelper_ == nullptr, CAMERA_ALLOC_ERROR, in SetMuteModeByDataShareHelper()
175 CHECK_ERROR_RETURN_RET_LOG(ret != CAMERA_OK, CAMERA_ALLOC_ERROR, "SetMuteModeByDataShareHelper UpdateOnce fail."); in SetMuteModeByDataShareHelper()
409 CHECK_ERROR_RETURN_RET_LOG(!IsInForeGround(callerToken), CAMERA_ALLOC_ERROR, in CreateCameraDevice()
412 CHECK_ERROR_RETURN_RET_LOG(cameraDevice == nullptr, CAMERA_ALLOC_ERROR, in CreateCameraDevice()
447 rc = CAMERA_ALLOC_ERROR; in CreateCaptureSession()
508 rc = CAMERA_ALLOC_ERROR; in CreatePhotoOutput()
532 CHECK_ERROR_RETURN_RET_LOG(streamDeferredPreview == nullptr, CAMERA_ALLOC_ERROR, in CreateDeferredPreviewOutput()
556 rc = CAMERA_ALLOC_ERROR; in CreatePreviewOutput()
584 rc = CAMERA_ALLOC_ERROR; in CreateDepthDataOutput()
605 CHECK_ERROR_RETURN_RET_LOG(streamMetadata == nullptr, CAMERA_ALLOC_ERROR, in CreateMetadataOutput()
[all...]
H A Dhstream_repeat.cpp464 CHECK_ERROR_RETURN_RET_LOG(streamRepeat == nullptr, CAMERA_ALLOC_ERROR, in ForkSketchStreamRepeat()
H A Dhcamera_device.cpp273 CHECK_ERROR_RETURN_RET_LOG(!IsInForeGround(callerToken_), CAMERA_ALLOC_ERROR, in Open()
284 CHECK_ERROR_RETURN_RET_LOG(!IsInForeGround(callerToken_), CAMERA_ALLOC_ERROR, in OpenSecureCamera()
H A Dhcapture_session.cpp783 CHECK_AND_RETURN_RET_LOG(streamRepeat != nullptr, CAMERA_ALLOC_ERROR, "HStreamRepeat allocation failed"); in CreateMovingPhotoStreamRepeat()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_util.h72 CAMERA_ALLOC_ERROR, enumerator
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp610 CHECK_ERROR_RETURN_RET_LOG(object == nullptr, CAMERA_ALLOC_ERROR, "set listener object is nullptr"); in SetListenerObject()
613 CHECK_ERROR_RETURN_RET_LOG(cameraListener == nullptr, CAMERA_ALLOC_ERROR, in SetListenerObject()
617 CHECK_ERROR_RETURN_RET_LOG(deathRecipient == nullptr, CAMERA_ALLOC_ERROR, "failed to new CameraDeathRecipient"); in SetListenerObject()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp542 ret = client_->CameraServiceErrorType(CameraStandard::CamServiceError::CAMERA_ALLOC_ERROR); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp211 if (errorType == CameraStandard::CamServiceError::CAMERA_ALLOC_ERROR) { in CameraServiceErrorType()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp216 CHECK_ERROR_RETURN_RET_LOG(listenerStub == nullptr, CAMERA_ALLOC_ERROR, "failed to new CameraListenerStub object"); in CreateListenerObject()
218 CHECK_ERROR_RETURN_RET_LOG(object == nullptr, CAMERA_ALLOC_ERROR, "listener object is nullptr.."); in CreateListenerObject()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp465 return CAMERA_ALLOC_ERROR; in MockHCameraHostManager()

Completed in 33 milliseconds