Home
last modified time | relevance | path

Searched refs:InitSensors (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/peripheral/camera/
H A DREADME_zh.md121 1. 在main函数中构造一个CameraDemo 对象,该对象中有对Camera初始化、启停流、释放等控制的方法。下面mainDemo->InitSensors()函数为初始化CameraHost…
128 rc = mainDemo->InitSensors(); // 初始化CameraHost
130 CAMERA_LOGE("main test: mainDemo->InitSensors() error\n");
155 RetCode CameraDemo::InitSensors()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-camera-des.md589 1. 在main函数中构造一个CameraDemo 对象,该对象中有对Camera初始化、启停流、释放等控制的方法。下面mainDemo->InitSensors()函数为初始化CameraHost…
596 rc = mainDemo->InitSensors(); // 初始化CameraHost
598 CAMERA_LOGE("main test: mainDemo->InitSensors() error\n");
623 RetCode OhosCameraDemo::InitSensors()
627 CAMERA_LOGD("demo test: InitSensors enter");
654 CAMERA_LOGD("demo test: InitSensors exit");
/ohos5.0/drivers/peripheral/camera/test/demo_3A/
H A Ddemo_3a_main.cpp204 rc = mainDemo->InitSensors(); in main()
H A Dohos_camera_demo_3a.h70 RetCode InitSensors();
H A Dohos_camera_demo_3a.cpp281 RetCode OhosCameraDemo::InitSensors() in InitSensors() function in OHOS::Camera::OhosCameraDemo
/ohos5.0/drivers/peripheral/camera/test/demo/
H A Ddemo_main.cpp247 rc = mainDemo->InitSensors(); in main()
H A Dohos_camera_demo.h70 RetCode InitSensors();
H A Dohos_camera_demo.cpp286 RetCode OhosCameraDemo::InitSensors() in InitSensors() function in OHOS::Camera::OhosCameraDemo
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/include/
H A Ddisplay_power_mgr_service.h95 void InitSensors();
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddemo_main.cpp262 rc = mainDemo->InitSensors(); in main()
H A Ddcamera_hdf_demo.h96 RetCode InitSensors();
H A Ddcamera_hdf_demo.cpp275 RetCode DcameraHdfDemo::InitSensors() in InitSensors() function in OHOS::DistributedHardware::DcameraHdfDemo
/ohos5.0/base/powermgr/display_manager/brightness_manager/include/
H A Dbrightness_service.h179 void InitSensors();
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_power_mgr_service.cpp86 InitSensors(); in Init()
655 void DisplayPowerMgrService::InitSensors() in InitSensors() function in OHOS::DisplayPowerMgr::DisplayPowerMgrService
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-camera-des.md598 … camera and starting, stopping, and releasing streams. The **mainDemo->InitSensors()** function is…
605 rc = mainDemo->InitSensors(); // Initialize the CameraHost.
607 CAMERA_LOGE("main test: mainDemo->InitSensors() error\n");
632 RetCode OhosCameraDemo::InitSensors()
636 CAMERA_LOGD("demo test: InitSensors enter");
663 CAMERA_LOGD("demo test: InitSensors exit");
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dbrightness_service.cpp113 InitSensors(); in Init()
490 void BrightnessService::InitSensors() in InitSensors() function in OHOS::DisplayPowerMgr::BrightnessService