Home
last modified time | relevance | path

Searched refs:OnDepthDataError (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddepth_data_output.h40 virtual void OnDepthDataError(const int32_t errorCode) const = 0;
109 int32_t OnDepthDataError(int32_t errorCode) override;
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddepth_data_output.cpp40 int32_t DepthDataOutputCallbackImpl::OnDepthDataError(int32_t errorCode) in OnDepthDataError() function in OHOS::CameraStandard::DepthDataOutputCallbackImpl
46 callback->OnDepthDataError(errorCode); in OnDepthDataError()
48 MEDIA_INFO_LOG("Discarding DepthDataOutputCallbackImpl::OnDepthDataError callback in depthoutput"); in OnDepthDataError()
51 MEDIA_INFO_LOG("DepthDataOutputCallbackImpl::OnDepthDataError DepthDataOutput is nullptr"); in OnDepthDataError()
219 appCallback_->OnDepthDataError(serviceErrorType); in CameraServerDied()
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_depth_data_callback.h27 virtual int32_t OnDepthDataError(int32_t errorCode) = 0;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_depth_data_callback_proxy.h31 int32_t OnDepthDataError(int32_t errorCode) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_depth_data_callback_stub.cpp44 return OnDepthDataError(errorType); in HandleOnDepthDataError()
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_depth_data_callback_proxy.cpp26 int32_t HStreamDepthDataCallbackProxy::OnDepthDataError(int32_t errorCode) in OnDepthDataError() function in OHOS::CameraStandard::HStreamDepthDataCallbackProxy
39 MEDIA_ERR_LOG("HStreamDepthDataCallbackProxy OnDepthDataError failed, error: %{public}d", error); in OnDepthDataError()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_depth_data.cpp225 int32_t HStreamDepthData::OnDepthDataError(int32_t errorType) in OnDepthDataError() function in OHOS::CameraStandard::HStreamDepthData
235 CAMERA_SYSEVENT_FAULT(CreateMsg("Depth OnDepthDataError! errorCode:%d", depthDataErrorCode)); in OnDepthDataError()
236 streamDepthDataCallback_->OnDepthDataError(depthDataErrorCode); in OnDepthDataError()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_depth_data.h52 int32_t OnDepthDataError(int32_t errorType);
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddepth_data_output_napi.h101 void OnDepthDataError(const int32_t errorCode) const override;
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp201 void DepthDataOutputCallback::OnDepthDataError(const int32_t errorCode) const in OnDepthDataError() function in OHOS::CameraStandard::DepthDataOutputCallback
204 MEDIA_DEBUG_LOG("OnDepthDataError is called, errorCode: %{public}d", errorCode); in OnDepthDataError()

Completed in 7 milliseconds