Home
last modified time | relevance | path

Searched refs:OnCaptureError (Results 1 – 25 of 39) sorted by relevance

12

/drivers/peripheral/camera/hdi_service/v1_0/src/
Dstream_operator_service_callback.cpp43 int32_t StreamOperatorServiceCallback::OnCaptureError(int32_t captureId, const std::vector<VdiCaptu… in OnCaptureError() function in OHOS::Camera::StreamOperatorServiceCallback
52 return streamOperatorCallback_->OnCaptureError(captureId, hdiInfos); in OnCaptureError()
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/
Dstream_operator_callback.cpp32 void StreamOperatorCallback::OnCaptureError(int32_t captureId, in OnCaptureError() function in OHOS::Camera::StreamOperatorCallback
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/include/
Dstream_operator_callback.h31 void OnCaptureError(int32_t captureId,
/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/
Dmock_dstream_operator_callback.h40 int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) override in OnCaptureError() function
/drivers/peripheral/camera/test/common/callback/include/
Dstream_operator_callback.h31 int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) override;
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
Distream_operator_vdi_callback.h41 …virtual int32_t OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos) =…
/drivers/peripheral/camera/test/common/callback/src/
Dstream_operator_callback.cpp37 int32_t StreamOperatorCallback::OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInf… in OnCaptureError() function in OHOS::Camera::StreamOperatorCallback
/drivers/peripheral/camera/hdi_service/v1_0/include/
Dstream_operator_service_callback.h40 … int32_t OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos) override;
/drivers/peripheral/camera/hal_c/include/
Dstream_operator_c_if.h29 void (*OnCaptureError)(int captureId, CaptureErrorInfoCIF* info, int count); member
/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/
Doffline_stream.cpp201 OnCaptureError(message[0]->GetCaptureId(), info); in HandleMessage()
229 void OfflineStream::OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo>& infos) in OnCaptureError() function in OHOS::Camera::OfflineStream
232 callback_->OnCaptureError(captureId, infos); in OnCaptureError()
/drivers/peripheral/camera/vdi_base/v4l2/include/
Dutils.h37 const std::vector<std::shared_ptr<VdiCaptureErrorInfo>> &info)> OnCaptureError; member
/drivers/peripheral/camera/vdi_base/v4l2/include/offline_stream_operator/
Doffline_stream.h45 void OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos);
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamchangetoofflinestream_fuzzer/
Ddstreamchangetoofflinestream_fuzzer.cpp42 int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) override in OnCaptureError() function in OHOS::DistributedHardware::MockDStreamOperatorCallback
/drivers/peripheral/camera/hal_c/hdi_cif/src/
Dstream_operator_callback_wrapper.cpp82 g_streamCallback->OnCaptureError(captureId, errors); in StreamCBOnCaptureError()
Dcamera_device.cpp43 cb.OnCaptureError = StreamCBOnCaptureError; in GetStreamOperator()
/drivers/peripheral/camera/test/fuzztest/common/include/
Dcommon.h60 … int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo> &infos) override;
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
Dstream_operator_vdi_impl.h62 void OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos);
/drivers/interface/camera/v1_1/
DICameraDevice.idl38 * and {@link OnCaptureError} is used to report a capture error.
/drivers/peripheral/camera/test/fuzztest/common/src/
Dcommon.cpp111 int32_t CameraManager::TestStreamOperatorCallback::OnCaptureError(int32_t captureId, in OnCaptureError() function in OHOS::Camera::CameraManager::TestStreamOperatorCallback
/drivers/interface/camera/v1_0/
DIStreamOperatorCallback.idl61 OnCaptureError([in] int captureId, [in] struct CaptureErrorInfo[] infos);
/drivers/peripheral/camera/test/ut/v4l2/
Dtest_camera_base.h209 int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) override;
/drivers/peripheral/camera/test/demo/
Dohos_camera_demo.h187 int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) override;
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
Ddcamera_hdf_demo.h206 int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) override;
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
Dstream_operator_vdi_impl.cpp633 OnCaptureError(message[0]->GetCaptureId(), info); in HandleCallbackMessage()
684 void StreamOperatorVdiImpl::OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo… in OnCaptureError() function in OHOS::Camera::StreamOperatorVdiImpl
687 callback_->OnCaptureError(captureId, infos); in OnCaptureError()
/drivers/peripheral/camera/test/mpi/include/
Dcommon.h227 void OnCaptureError(int32_t captureId, in OnCaptureError() function

12