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

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalEvent.java 20 * The ThermalEvent class contains strings and constants used for values
25 public class ThermalEvent {
29 ThermalEvent(int id, int type, int state, int temp, String zoneName, String profName) {
ThermalManager.java 126 public static BlockingQueue<ThermalEvent> sEventQueue = new ArrayBlockingQueue<ThermalEvent>(EVENT_QUEUE_SIZE);
513 public static void addThermalEvent(ThermalEvent event) {
ThermalZone.java 628 ThermalEvent event = new ThermalEvent(mZoneID, mCurrEventType,
ThermalService.java 461 while (true) { consume((ThermalEvent) cQueue.take()); }
468 public void consume (ThermalEvent event) {
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_hdmi.h 55 virtual void ThermalEvent(int64_t thermal_level) { }
display_primary.h 60 virtual void ThermalEvent(int64_t thermal_level);
hw_interface.h 58 virtual void ThermalEvent(int64_t thermal_level) = 0;
display_primary.cpp 262 void DisplayPrimary::ThermalEvent(int64_t thermal_level) {
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
display_hdmi.h 54 virtual void ThermalEvent(int64_t thermal_level) { }
display_primary.h 59 virtual void ThermalEvent(int64_t thermal_level);
hw_interface.h 60 virtual void ThermalEvent(int64_t thermal_level) = 0;
display_primary.cpp 257 void DisplayPrimary::ThermalEvent(int64_t thermal_level) {
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_events.cpp 248 event_handler_->ThermalEvent(thermal_level);
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_events.cpp 248 event_handler_->ThermalEvent(thermal_level);

Completed in 1117 milliseconds