Searched refs:getThermalHeadroom (Results 1 – 8 of 8) sorted by relevance
56 status_t getThermalHeadroom(int32_t forecastSeconds, float *result);189 status_t AThermalManager::getThermalHeadroom(int32_t forecastSeconds, float *result) { in getThermalHeadroom() function in AThermalManager190 binder::Status ret = mThermalSvc->getThermalHeadroom(forecastSeconds, result); in getThermalHeadroom()297 status_t ret = manager->getThermalHeadroom(forecastSeconds, &result); in AThermal_getThermalHeadroom()
113 float getThermalHeadroom(int forecastSeconds); in getThermalHeadroom() method
2766 public float getThermalHeadroom(@IntRange(from = 0, to = 60) int forecastSeconds) { in getThermalHeadroom() method in PowerManager2775 float forecast = mThermalService.getThermalHeadroom(forecastSeconds); in getThermalHeadroom()
266 float headroom = mPm.getThermalHeadroom(0); in testGetThermalHeadroom()275 headroom = mPm.getThermalHeadroom(0); in testGetThermalHeadroom()280 headroom = mPm.getThermalHeadroom(5); in testGetThermalHeadroom()
392 assertTrue(Float.isNaN(mService.mService.getThermalHeadroom(0))); in testNoHal()410 assertTrue(Float.isNaN(mService.mService.getThermalHeadroom( in testGetThermalHeadroomInputRange()412 assertTrue(Float.isNaN(mService.mService.getThermalHeadroom( in testGetThermalHeadroomInputRange()
493 public float getThermalHeadroom(int forecastSeconds) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
33535 method public float getThermalHeadroom(@IntRange(from=0, to=60) int);