/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | stream_operator_service_callback.cpp | 31 int32_t StreamOperatorServiceCallback::OnCaptureEnded(int32_t captureId, const std::vector<VdiCaptureEndedInfo> &infos) in OnCaptureEnded() function in OHOS::Camera::StreamOperatorServiceCallback 40 return streamOperatorCallback_->OnCaptureEnded(captureId, hdiInfos); in OnCaptureEnded()
|
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/ |
H A D | stream_operator_callback.cpp | 26 void StreamOperatorCallback::OnCaptureEnded(int32_t captureId,
in OnCaptureEnded() function in OHOS::Camera::StreamOperatorCallback
|
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/include/ |
H A D | stream_operator_callback.h | 29 void OnCaptureEnded(int32_t captureId,
|
/drivers/peripheral/camera/test/common/callback/include/ |
H A D | stream_operator_callback.h | 30 int32_t OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo>& infos) override;
|
/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/ |
H A D | mock_dstream_operator_callback.h | 35 int32_t OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo>& infos) override
|
/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/ |
H A D | offline_stream.cpp | 214 OnCaptureEnded(message[0]->GetCaptureId(), info); in HandleMessage() 223 void OfflineStream::OnCaptureEnded(int32_t captureId, const std::vector<VdiCaptureEndedInfo>& infos) in OnCaptureEnded() function in OHOS::Camera::OfflineStream 226 callback_->OnCaptureEnded(captureId, infos); in OnCaptureEnded()
|
/drivers/peripheral/camera/hal_c/include/ |
H A D | stream_operator_c_if.h | 28 void (*OnCaptureEnded)(int captureId, CaptureEndedInfoCIF* info, int count); member
|
/drivers/peripheral/camera/hdi_service/v1_0/include/ |
H A D | stream_operator_service_callback.h | 38 int32_t OnCaptureEnded(int32_t captureId, const std::vector<VdiCaptureEndedInfo> &infos) override;
|
/drivers/peripheral/camera/test/common/callback/src/ |
H A D | stream_operator_callback.cpp | 29 int32_t StreamOperatorCallback::OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo>& infos)
in OnCaptureEnded() function in OHOS::Camera::StreamOperatorCallback
|
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/ |
H A D | istream_operator_vdi_callback.h | 39 virtual int32_t OnCaptureEnded(int32_t captureId, const std::vector<VdiCaptureEndedInfo> &infos) = 0;
|
/drivers/peripheral/camera/vdi_base/v4l2/include/offline_stream_operator/ |
H A D | offline_stream.h | 44 void OnCaptureEnded(int32_t captureId, const std::vector<VdiCaptureEndedInfo> &infos);
|
/drivers/peripheral/camera/vdi_base/v4l2/include/ |
H A D | utils.h | 35 const std::vector<std::shared_ptr<VdiCaptureEndedInfo>> &info)> OnCaptureEnded;
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamchangetoofflinestream_fuzzer/ |
H A D | dstreamchangetoofflinestream_fuzzer.cpp | 37 int32_t OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo>& infos) override
|
/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | stream_operator_callback_wrapper.cpp | 59 g_streamCallback->OnCaptureEnded(captureId, ends); in StreamCBOnCaptureEnded()
|
H A D | camera_device.cpp | 42 cb.OnCaptureEnded = StreamCBOnCaptureEnded; in GetStreamOperator()
|
H A D | stream_operator.cpp | 268 cb.OnCaptureEnded = StreamCBOnCaptureEnded; in ChangeToOfflineStream()
|
/drivers/peripheral/camera/test/common/v1_3/include/ |
H A D | hdi_common_v1_3.h | 64 int32_t OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo> &infos) override;
|
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/ |
H A D | stream_operator_vdi_impl.h | 63 void OnCaptureEnded(int32_t captureId, const std::vector<VdiCaptureEndedInfo> &infos);
|
/drivers/peripheral/camera/test/demo_3A/ |
H A D | ohos_camera_demo_3a.h | 191 int32_t OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo>& infos) override;
|
/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | test_camera_base.h | 209 int32_t OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo>& infos) override;
|
/drivers/peripheral/camera/test/common/v1_2/include/ |
H A D | hdi_common_v1_2.h | 87 int32_t OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo> &infos) override;
|
/drivers/peripheral/camera/test/demo/ |
H A D | ohos_camera_demo.h | 187 int32_t OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo>& infos) override;
|
/drivers/peripheral/distributed_camera/hdi_service/test/sample/ |
H A D | dcamera_hdf_demo.h | 206 int32_t OnCaptureEnded(int32_t captureId, const std::vector<CaptureEndedInfo>& infos) override;
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | stream_operator_vdi_impl.cpp | 650 OnCaptureEnded(message[0]->GetCaptureId(), info); 675 void StreamOperatorVdiImpl::OnCaptureEnded(int32_t captureId, const std::vector<VdiCaptureEndedInfo> &infos) 678 int32_t ret = callback_->OnCaptureEnded(captureId, infos); 680 CAMERA_LOGE("OnCaptureEnded captureId: %{public}d failed, ret = %{public}d", captureId, ret); 687 CAMERA_LOGE("OnCaptureEnded captureId: %{public}d not found request", captureId);
|
/drivers/peripheral/camera/test/mpi/include/ |
H A D | common.h | 222 void OnCaptureEnded(int32_t captureId,
|