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

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCooling.java 250 if (mZone == null || mZone.getLastCoolingDeviceInstance() == null) {
255 mZone.getLastCoolingDeviceInstance().setThrottleMaskList(tempList);
259 if (mZone == null || mZone.getLastCoolingDeviceInstance() == null) {
264 mZone.getLastCoolingDeviceInstance().setDeThrottleMaskList(tempList);
310 mZone.getLastCoolingDeviceInstance().setCoolingDeviceId(
314 mZone.getLastCoolingDeviceInstance().setCoolingDeviceStates(
382 cDevInfo = mZone.getLastCoolingDeviceInstance();
    [all...]
ThermalManager.java 444 public CoolingDeviceInfo getLastCoolingDeviceInstance() {

Completed in 1286 milliseconds