Home
last modified time | relevance | path

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

/drivers/peripheral/camera/hal/device_manager/test/unittest/v4l2/
Dutest_v4l2_device_manager.cpp82 std::shared_ptr<ISensor> sensor; variable
93 std::shared_ptr<ISensor> sensor; variable
105 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.cpp103 std::map<std::string, int32_t> sensor; in AddSensorTypeTemp() local
151 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.c140 static int32_t GetSensorInfo(struct SensorInformation **sensor, int32_t *count) in GetSensorInfo()