Home
last modified time | relevance | path

Searched defs:sensor (Results 1 – 6 of 6) sorted by relevance

/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/
Dconfig.ini5 [sensor] section
6 driver_path = "drivers/peripheral/sensor/chipset" argument
21 devices_list = ["input", "sensor", "display"] argument
/drivers/peripheral/camera/hal/device_manager/test/unittest/v4l2/
Dutest_v4l2_device_manager.cpp83 std::shared_ptr<ISensor> sensor; variable
94 std::shared_ptr<ISensor> sensor; variable
106 std::shared_ptr<ISensor> sensor; variable
/drivers/peripheral/camera/hal/device_manager/test/unittest/mpi/
Dutest_mpi_device_manager.cpp110 std::shared_ptr<ISensor> sensor; variable
121 std::shared_ptr<ISensor> sensor; variable
133 std::shared_ptr<ISensor> sensor; variable
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_simulation_node.cpp96 std::map<std::string, int32_t> sensor; in AddSensorTypeTemp() local
145 std::string sensor[] = {"cpu", "charger", "gpu", "battery"}; in AddMitigationDevice() local
/drivers/peripheral/camera/hal/adapter/platform/v4l2/src/device_manager/
Dsensor_manager.cpp31 … std::shared_ptr<SensorController> sensor = std::make_shared<SensorController>(hardwareName); in CreateController() local
/drivers/peripheral/sensor/hal/src/
Dsensor_controller.c142 static int32_t GetSensorInfo(struct SensorInformation **sensor, int32_t *count) in GetSensorInfo()