Searched defs:sensor (Results 1 – 5 of 5) sorted by relevance
82 std::shared_ptr<ISensor> sensor; variable93 std::shared_ptr<ISensor> sensor; variable105 std::shared_ptr<ISensor> sensor; variable
110 std::shared_ptr<ISensor> sensor; variable121 std::shared_ptr<ISensor> sensor; variable133 std::shared_ptr<ISensor> sensor; variable
103 std::map<std::string, int32_t> sensor; in AddSensorTypeTemp() local151 std::string sensor[] = {"cpu", "charger", "gpu", "battery"}; in AddMitigationDevice() local
31 … std::shared_ptr<SensorController> sensor = std::make_shared<SensorController>(hardwareName); in CreateController() local
140 static int32_t GetSensorInfo(struct SensorInformation **sensor, int32_t *count) in GetSensorInfo()