Home
last modified time | relevance | path

Searched defs:streamOperatorCallback (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/camera/hal/hdi_impl/test/unittest/
Dutest_camera_hdi_base.cpp88 …std::shared_ptr<StreamOperatorCallback> streamOperatorCallback = std::make_shared<StreamOperatorCa… in GetStreamOperator() local
90 OHOS::sptr<StreamOperatorCallback> streamOperatorCallback = new StreamOperatorCallback(); in GetStreamOperator() local
Dutest_offline_stream_operator.cpp189 …std::shared_ptr<IStreamOperatorCallback> streamOperatorCallback = std::make_shared<StreamOperatorC… variable
192 OHOS::sptr<IStreamOperatorCallback> streamOperatorCallback = new StreamOperatorCallback(); variable
Dcamera_host_client_test.cpp206 OHOS::sptr<StreamOperatorCallback> streamOperatorCallback = new StreamOperatorCallback(); variable
/drivers/peripheral/camera/hal/init/
Dhos_camera_demo.cpp63 const std::shared_ptr<IStreamOperatorCallback> streamOperatorCallback = in GetStreamOpt() local
662 …std::shared_ptr<IStreamOperatorCallback> streamOperatorCallback = std::make_shared<StreamOperatorC… in StreamOffline() local
665 sptr<IStreamOperatorCallback> streamOperatorCallback = new StreamOperatorCallback(); in StreamOffline() local
/drivers/peripheral/camera/hal/test/v4l2/include/
Dtest_display.h86 std::shared_ptr<OHOS::Camera::IStreamOperatorCallback> streamOperatorCallback = nullptr; variable
/drivers/peripheral/camera/hal/test/v4l2/src/
Dtest_display.cpp304 std::shared_ptr<OHOS::Camera::IStreamOperatorCallback> streamOperatorCallback = in AchieveStreamOperator() local
Dpreview_test.cpp140 std::shared_ptr<OHOS::Camera::IStreamOperatorCallback> streamOperatorCallback = nullptr; in TEST_F() local
/drivers/peripheral/camera/hal/test/mpi/include/
Dcommon.h76 OHOS::sptr<StreamOperatorCallback> streamOperatorCallback = nullptr; variable