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

  /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/msmcobalt/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);

Completed in 280 milliseconds