HomeSort by relevance Sort by last modified time
    Searched defs:thermal_level (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_events.cpp 98 case HWEvent::THERMAL_LEVEL:
134 {HWEvent::THERMAL_LEVEL, "msm_fb_thermal_level"}, {HWEvent::IDLE_POWER_COLLAPSE, "idle_power_collapse"}};
223 int64_t thermal_level = 0; local
224 if (!strncmp(data, "thermal_level=", strlen("thermal_level="))) {
225 thermal_level = strtoll(data + strlen("thermal_level="), NULL, 0);
228 DLOGI("Received thermal notification with thermal level = %d", thermal_level);
230 event_handler_->ThermalEvent(thermal_level);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_events.cpp 98 case HWEvent::THERMAL_LEVEL:
134 {HWEvent::THERMAL_LEVEL, "msm_fb_thermal_level"}, {HWEvent::IDLE_POWER_COLLAPSE, "idle_power_collapse"}};
223 int64_t thermal_level = 0; local
224 if (!strncmp(data, "thermal_level=", strlen("thermal_level="))) {
225 thermal_level = strtoll(data + strlen("thermal_level="), NULL, 0);
228 DLOGI("Received thermal notification with thermal level = %d", thermal_level);
230 event_handler_->ThermalEvent(thermal_level);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_events.cpp 241 int64_t thermal_level = 0; local
242 if (!strncmp(data, "thermal_level=", strlen("thermal_level="))) {
243 thermal_level = strtoll(data + strlen("thermal_level="), NULL, 0);
246 DLOGI("Received thermal notification with thermal level = %d", thermal_level);
248 event_handler_->ThermalEvent(thermal_level);
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_events.cpp 101 case HWEvent::THERMAL_LEVEL:
143 {HWEvent::THERMAL_LEVEL, "msm_fb_thermal_level"},
238 int64_t thermal_level = 0; local
239 if (!strncmp(data, "thermal_level=", strlen("thermal_level="))) {
240 thermal_level = strtoll(data + strlen("thermal_level="), NULL, 0);
243 DLOGI("Received thermal notification with thermal level = %d", thermal_level);
245 event_handler_->ThermalEvent(thermal_level);

Completed in 109 milliseconds