Searched refs:mThermalHal11 (Results 1 – 1 of 1) sorted by relevance
794 private android.hardware.thermal.V1_1.IThermal mThermalHal11 = null; field in ThermalManagerService.ThermalHal11Wrapper820 if (mThermalHal11 == null) { in getCurrentTemperatures()824 mThermalHal11.getTemperatures( in getCurrentTemperatures()860 if (mThermalHal11 == null) { in getCurrentCoolingDevices()864 mThermalHal11.getCoolingDevices((status, coolingDevices) -> { in getCurrentCoolingDevices()901 mThermalHal11 = android.hardware.thermal.V1_1.IThermal.getService(true); in connectToHal()902 mThermalHal11.linkToDeath(new DeathRecipient(), in connectToHal()904 mThermalHal11.registerThermalCallback(mThermalCallback11); in connectToHal()909 mThermalHal11 = null; in connectToHal()911 return (mThermalHal11 != null); in connectToHal()[all …]