Searched defs:sensor (Results 1 – 6 of 6) sorted by relevance
5 [sensor] section6 driver_path = "drivers/peripheral/sensor/chipset" argument21 devices_list = ["input", "sensor", "display"] argument
83 std::shared_ptr<ISensor> sensor; variable94 std::shared_ptr<ISensor> sensor; variable106 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
96 std::map<std::string, int32_t> sensor; in AddSensorTypeTemp() local145 std::string sensor[] = {"cpu", "charger", "gpu", "battery"}; in AddMitigationDevice() local
31 … std::shared_ptr<SensorController> sensor = std::make_shared<SensorController>(hardwareName); in CreateController() local
142 static int32_t GetSensorInfo(struct SensorInformation **sensor, int32_t *count) in GetSensorInfo()