/aosp12/frameworks/base/native/android/ |
H A D | thermal.cpp | 53 status_t getCurrentThermalStatus(int32_t *status); 177 status_t AThermalManager::getCurrentThermalStatus(int32_t *status) { in getCurrentThermalStatus() function in AThermalManager 178 binder::Status ret = mThermalSvc->getCurrentThermalStatus(status); in getCurrentThermalStatus() 234 status_t ret = manager->getCurrentThermalStatus(&status); in AThermal_getCurrentThermalStatus()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | IThermalService.aidl | 90 int getCurrentThermalStatus(); in getCurrentThermalStatus() method
|
H A D | PowerManager.java | 2217 public @ThermalStatus int getCurrentThermalStatus() { in getCurrentThermalStatus() method in PowerManager 2219 return mThermalService.getCurrentThermalStatus(); in getCurrentThermalStatus()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgeThermalService.java | 75 public int getCurrentThermalStatus() { in getCurrentThermalStatus() method in BridgeThermalService
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
H A D | ThermalManagerServiceTest.java | 352 assertEquals(status, mService.mService.getCurrentThermalStatus()); in testGetCurrentStatus() 355 assertEquals(status, mService.mService.getCurrentThermalStatus()); in testGetCurrentStatus() 382 assertEquals(Temperature.THROTTLING_NONE, mService.mService.getCurrentThermalStatus()); in testNoHal()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | BlurController.java | 98 mCriticalThermalStatus = powerManager.getCurrentThermalStatus() >= THERMAL_STATUS_CRITICAL; in BlurController()
|
/aosp12/frameworks/native/services/powermanager/tests/ |
H A D | IThermalManagerTest.cpp | 73 binder::Status ret = mThermalSvc->getCurrentThermalStatus(&status); in getStatusFromService()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | PowerManagerTest.java | 203 assertEquals(status, mPm.getCurrentThermalStatus()); in testGetThermalStatus() 207 assertEquals(status, mPm.getCurrentThermalStatus()); in testGetThermalStatus()
|
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/dex/ |
H A D | DexManagerTests.java | 189 .getCurrentThermalStatus(); in setDefaultMockValues() 736 .getCurrentThermalStatus(); in testInstallScenarioToReasonThermal()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | BackgroundDexOptService.java | 569 final int thermalStatus = mThermalService.getCurrentThermalStatus(); in abortIdleOptimizations()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | DexManager.java | 1029 && mPowerManager.getCurrentThermalStatus() in areBatteryThermalOrMemoryCritical()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | ThermalManagerService.java | 430 public int getCurrentThermalStatus() {
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 13186 HSPLandroid/os/PowerManager;->getCurrentThermalStatus()I+]Landroid/os/IThermalService;Landroid/os/I…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 31698 method public int getCurrentThermalStatus();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 13177 HSPLandroid/os/PowerManager;->getCurrentThermalStatus()I+]Landroid/os/IThermalService;Landroid/os/I…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 36272 HSPLcom/android/server/power/ThermalManagerService$1;->getCurrentThermalStatus()I
|