/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/ |
H A D | photo_output_fuzzer.h | 27 void OnCaptureStarted(const int32_t captureID) const override {} in OnCaptureStarted() function 28 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const override {} in OnCaptureStarted() function
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/ |
H A D | dcamera_photo_callback.cpp | 27 void DCameraPhotoCallback::OnCaptureStarted(const int32_t captureID) const in OnCaptureStarted() function in OHOS::DistributedHardware::DCameraPhotoCallback 32 void DCameraPhotoCallback::OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() function in OHOS::DistributedHardware::DCameraPhotoCallback
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/ |
H A D | mock_dstream_operator_callback.h | 30 int32_t OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& streamIds) override in OnCaptureStarted() function
|
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/ |
H A D | stream_operator_callback.cpp | 20 void StreamOperatorCallback::OnCaptureStarted(int32_t captureId, in OnCaptureStarted() function in OHOS::Camera::StreamOperatorCallback
|
/ohos5.0/drivers/peripheral/camera/test/common/callback/src/ |
H A D | stream_operator_callback.cpp | 21 int32_t StreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& str… in OnCaptureStarted() function in OHOS::Camera::StreamOperatorCallback
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hstream_capture_callback_proxy.cpp | 25 int32_t HStreamCaptureCallbackProxy::OnCaptureStarted(int32_t captureId) in OnCaptureStarted() function in OHOS::CameraStandard::HStreamCaptureCallbackProxy 44 int32_t HStreamCaptureCallbackProxy::OnCaptureStarted(int32_t captureId, uint32_t exposureTime) in OnCaptureStarted() function in OHOS::CameraStandard::HStreamCaptureCallbackProxy
|
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | stream_operator_service_callback.cpp | 25 int32_t StreamOperatorServiceCallback::OnCaptureStarted(int32_t captureId, const std::vector<int32_… in OnCaptureStarted() function in OHOS::Camera::StreamOperatorServiceCallback
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/ |
H A D | utils.h | 33 std::function<void (int32_t captureId, const std::vector<int32_t> &streamId)> OnCaptureStarted; member
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamchangetoofflinestream_fuzzer/ |
H A D | dstreamchangetoofflinestream_fuzzer.cpp | 32 int32_t OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& streamIds) override in OnCaptureStarted() function in OHOS::DistributedHardware::MockDStreamOperatorCallback
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | photo_output_impl.h | 121 void OnCaptureStarted(const int32_t captureID) const override in OnCaptureStarted() function 132 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const override in OnCaptureStarted() function
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/ |
H A D | dcamera_client_demo.h | 197 void OnCaptureStarted(const int32_t captureID) const in OnCaptureStarted() function 202 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() function
|
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/ |
H A D | dcamera_client_demo.h | 197 void OnCaptureStarted(const int32_t captureID) const in OnCaptureStarted() function 202 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() function
|
/ohos5.0/drivers/peripheral/camera/hal_c/include/ |
H A D | stream_operator_c_if.h | 27 void (*OnCaptureStarted)(int captureId, int* streamId, int count); member
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/ |
H A D | camera_device_fuzzer.h | 85 … inline int32_t OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& streamIds) override in OnCaptureStarted() function
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | test_common.cpp | 178 void TestPhotoOutputCallback::OnCaptureStarted(const int32_t captureID) const in OnCaptureStarted() function in OHOS::CameraStandard::TestPhotoOutputCallback 184 void TestPhotoOutputCallback::OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() function in OHOS::CameraStandard::TestPhotoOutputCallback
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/ |
H A D | benchmark_common.cpp | 546 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback 582 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureStarted(int32_t captureId, const std::vector… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2 614 int32_t Test::TestStreamOperatorCallbackV1_3::OnCaptureStarted(int32_t captureId, const std::vector… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_3
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 581 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback 617 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureStarted(int32_t captureId, const std::vector… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2 649 int32_t Test::TestStreamOperatorCallbackV1_3::OnCaptureStarted(int32_t captureId, const std::vector… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_3
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/ |
H A D | benchmark_common.cpp | 446 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback 482 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureStarted(int32_t captureId, const std::vector… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2
|
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/src/ |
H A D | common.cpp | 569 int32_t CameraManager::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, in OnCaptureStarted() function in OHOS::Camera::CameraManager::TestStreamOperatorCallback 642 int32_t CameraManager::TestStreamOperatorCallbackV1_2::OnCaptureStarted( in OnCaptureStarted() function in OHOS::Camera::CameraManager::TestStreamOperatorCallbackV1_2
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/ |
H A D | hdi_common_v1_2.cpp | 539 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback 575 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureStarted(int32_t captureId, const std::vector… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_capture.cpp | 674 int32_t HStreamCapture::OnCaptureStarted(int32_t captureId) in OnCaptureStarted() function in OHOS::CameraStandard::HStreamCapture 684 int32_t HStreamCapture::OnCaptureStarted(int32_t captureId, uint32_t exposureTime) in OnCaptureStarted() function in OHOS::CameraStandard::HStreamCapture
|
/ohos5.0/drivers/peripheral/camera/test/mpi/include/ |
H A D | common.h | 218 void OnCaptureStarted(int32_t captureId, const std::vector<int32_t> &streamId) override in OnCaptureStarted() function
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_0/src/ |
H A D | benchmark_common.cpp | 371 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_1/src/ |
H A D | benchmark_common.cpp | 428 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/src/ |
H A D | ut_common.cpp | 426 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback
|