HomeSort by relevance Sort by last modified time
    Searched refs:THERMAL_LEVEL (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/display/msm8909/sdm/libs/core/
hw_events_interface.h 42 THERMAL_LEVEL,
display_primary.h 60 virtual void ThermalEvent(int64_t thermal_level);
67 HWEvent::SHOW_BLANK_EVENT, HWEvent::THERMAL_LEVEL, HWEvent::IDLE_POWER_COLLAPSE };
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
hw_events_interface.h 42 THERMAL_LEVEL,
display_primary.h 61 virtual void ThermalEvent(int64_t thermal_level);
68 HWEvent::SHOW_BLANK_EVENT, HWEvent::THERMAL_LEVEL, HWEvent::IDLE_POWER_COLLAPSE };
  /hardware/qcom/display/msm8998/sdm/libs/core/
hw_events_interface.h 43 THERMAL_LEVEL,
display_primary.h 60 virtual void ThermalEvent(int64_t thermal_level);
71 HWEvent::THERMAL_LEVEL,
  /hardware/qcom/display/msm8909/sdm/libs/core/drm/
hw_events_drm.cpp 85 case HWEvent::THERMAL_LEVEL:
111 case HWEvent::THERMAL_LEVEL:
189 case HWEvent::THERMAL_LEVEL:
240 case HWEvent::THERMAL_LEVEL:
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
hw_events_drm.cpp 85 case HWEvent::THERMAL_LEVEL:
111 case HWEvent::THERMAL_LEVEL:
189 case HWEvent::THERMAL_LEVEL:
240 case HWEvent::THERMAL_LEVEL:
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_events_drm.cpp 86 case HWEvent::THERMAL_LEVEL:
116 case HWEvent::THERMAL_LEVEL:
195 case HWEvent::THERMAL_LEVEL:
247 case HWEvent::THERMAL_LEVEL:
  /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/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 105 milliseconds