Searched defs:sensor_info (Results  1 – 3 of 3) sorted by relevance
| /hardware/google/pixel/thermal/utils/ | 
| D | thermal_throttling.cpp | 44 size_t getTargetStateOfPID(const SensorInfo &sensor_info, const ThrottlingSeverity curr_severity) {  in getTargetStateOfPID() 62                                              const SensorInfo &sensor_info) {  in parseProfileProperty() 84                                             const SensorInfo &sensor_info) {  in clearThrottlingData() 188 float ThermalThrottling::updatePowerBudget(const Temperature &temp, const SensorInfo &sensor_info,  in updatePowerBudget() 286         const SensorInfo &sensor_info, const ThrottlingSeverity curr_severity,  in computeExcludedPower() 317         const Temperature &temp, const SensorInfo &sensor_info,  in allocatePowerToCdev() 547                                                     const SensorInfo &sensor_info,  in updateCdevRequestBySeverity() 577         const ThrottlingSeverity severity, const SensorInfo &sensor_info) {  in throttlingReleaseUpdate() 671         const Temperature &temp, const SensorInfo &sensor_info,  in thermalThrottlingUpdate() 707         std::string_view sensor_name, const SensorInfo &sensor_info,  in computeCoolingDevicesRequest()
  | 
| /hardware/libhardware/modules/sensors/dynamic_sensor/ | 
| D | DynamicSensorsSubHal.cpp | 111     const sensor_t& sensor_info = mDynamicSensorManager->getDynamicMetaSensor();  in getSensorsList_2_1()  local 206         int handle, const sensor_t* sensor_info) {  in onSensorConnected()
  | 
| /hardware/google/pixel/thermal/ | 
| D | thermal-helper.cpp | 385     const auto &sensor_info = sensor_info_map_.at(sensor_name.data());  in readTemperature()  local 444     const auto &sensor_info = sensor_info_map_.at(sensor_name.data());  in readTemperatureThreshold()  local 679 void ThermalHelperImpl::setMinTimeout(SensorInfo *sensor_info) {  in setMinTimeout() 687     for (auto &sensor_info : sensor_info_map_) {  in initializeTrip()  local 871     const auto &sensor_info = sensor_info_map_.at(sensor_name.data());  in readThermalSensor()  local 995         const SensorInfo &sensor_info = sensor_info_map_.at(name_status_pair.first);  in thermalWatcherCallbackFunc()  local
  |