Home
last modified time | relevance | path

Searched refs:OnCaptureStarted_V1_2 (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/drivers/interface/camera/v1_2/
H A DIStreamOperatorCallback.idl39 OnCaptureStarted_V1_2([in] int captureId, [in] struct CaptureStartedInfo[] infos);
H A DTypes.idl301 …es the CaptureStartedInfo, which is used by {@link IStreamOperatorCallback::OnCaptureStarted_V1_2}.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/
H A DIStreamOperatorCallback.idl39 OnCaptureStarted_V1_2([in] int captureId, [in] struct CaptureStartedInfo[] infos);
H A DTypes.idl301 …es the CaptureStartedInfo, which is used by {@link IStreamOperatorCallback::OnCaptureStarted_V1_2}.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/
H A Dstream_operator_callback_service.cpp.txt25 int32_t StreamOperatorCallbackService::OnCaptureStarted_V1_2(int32_t captureId,
H A Dstream_operator_callback_service.h.txt30 int32_t OnCaptureStarted_V1_2(int32_t captureId,
H A Distream_operator_callback.h.txt65 virtual int32_t OnCaptureStarted_V1_2(int32_t captureId,
H A Dstream_operator_callback_proxy.h.txt39 int32_t OnCaptureStarted_V1_2(int32_t captureId,
H A Dstream_operator_callback_stub.cpp.txt139 int32_t streamOperatorCallbackRet = impl->OnCaptureStarted_V1_2(captureId, infos);
H A Dstream_operator_callback_proxy.cpp.txt97 int32_t OHOS::HDI::Camera::V1_2::StreamOperatorCallbackProxy::OnCaptureStarted_V1_2(int32_t capture…
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H A Dcamera_device_fuzzer.h107 inline int32_t OnCaptureStarted_V1_2(int32_t captureId, in OnCaptureStarted_V1_2() function
H A Dcamera_device_fuzzer.cpp199 fuzzCameraDevice->OnCaptureStarted_V1_2(data.ReadInt32(), infos); in CameraDeviceFuzzTest2Case3()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/include/
H A Dhdi_common_v1_3.h262 int32_t OnCaptureStarted_V1_2(int32_t captureId,
277 int32_t OnCaptureStarted_V1_2(int32_t captureId,
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/
H A Dbenchmark_common.cpp605 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureStarted_V1_2(int32_t captureId, in OnCaptureStarted_V1_2() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2
641 int32_t Test::TestStreamOperatorCallbackV1_3::OnCaptureStarted_V1_2(int32_t captureId, in OnCaptureStarted_V1_2() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_3
644 return instanceImpl.OnCaptureStarted_V1_2(captureId, infos); in OnCaptureStarted_V1_2()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dhdi_common_v1_3.cpp640 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureStarted_V1_2(int32_t captureId, in OnCaptureStarted_V1_2() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2
685 int32_t Test::TestStreamOperatorCallbackV1_3::OnCaptureStarted_V1_2(int32_t captureId, in OnCaptureStarted_V1_2() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_3
688 return instanceImpl.OnCaptureStarted_V1_2(captureId, infos); in OnCaptureStarted_V1_2()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcamera_device.h83 int32_t OnCaptureStarted_V1_2(
H A Dhcapture_session.h142 int32_t OnCaptureStarted_V1_2(
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/include/
H A Dcommon.h275 int32_t OnCaptureStarted_V1_2(int32_t captureId,
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/include/
H A Dhdi_common_v1_2.h275 int32_t OnCaptureStarted_V1_2(int32_t captureId,
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_device.cpp1342 int32_t HCameraDevice::OnCaptureStarted_V1_2( in OnCaptureStarted_V1_2() function in OHOS::CameraStandard::HCameraDevice
1347 return streamOperatorCallback->OnCaptureStarted_V1_2(captureId, infos); in OnCaptureStarted_V1_2()
H A Dhcapture_session.cpp2194 int32_t StreamOperatorCallback::OnCaptureStarted_V1_2( in OnCaptureStarted_V1_2() function in OHOS::CameraStandard::StreamOperatorCallback
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dbenchmark_common.cpp520 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureStarted_V1_2(int32_t captureId, in OnCaptureStarted_V1_2() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/src/
H A Dcommon.cpp681 int32_t CameraManager::TestStreamOperatorCallbackV1_2::OnCaptureStarted_V1_2(int32_t captureId, in OnCaptureStarted_V1_2() function in OHOS::Camera::CameraManager::TestStreamOperatorCallbackV1_2
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dhdi_common_v1_2.cpp613 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureStarted_V1_2(int32_t captureId, in OnCaptureStarted_V1_2() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/dump_ast_target/
H A Ddump.txt135 [mini, lite, full, callback] OnCaptureStarted_V1_2(

12