Searched refs:ModemPowerProfile (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | PowerProfileTest.java | 39 import com.android.internal.power.ModemPowerProfile; 108 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_DRAIN_TYPE_SLEEP)); in testPowerProfile() 110 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_DRAIN_TYPE_IDLE)); in testPowerProfile() 112 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_DRAIN_TYPE_RX)); in testPowerProfile() 114 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_RAT_TYPE_DEFAULT in testPowerProfile() 115 | ModemPowerProfile.MODEM_DRAIN_TYPE_TX in testPowerProfile() 116 | ModemPowerProfile.MODEM_TX_LEVEL_0)); in testPowerProfile() 118 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_RAT_TYPE_DEFAULT in testPowerProfile() 119 | ModemPowerProfile.MODEM_DRAIN_TYPE_TX in testPowerProfile() 120 | ModemPowerProfile.MODEM_TX_LEVEL_1)); in testPowerProfile() [all …]
|
/frameworks/base/core/java/com/android/internal/os/ |
D | PowerProfile.java | 35 import com.android.internal.power.ModemPowerProfile; 311 static final ModemPowerProfile sModemPowerProfile = new ModemPowerProfile(); 837 handleDeprecatedModemConstant(ModemPowerProfile.MODEM_DRAIN_TYPE_SLEEP, in initModem() 839 handleDeprecatedModemConstant(ModemPowerProfile.MODEM_DRAIN_TYPE_IDLE, in initModem() 842 ModemPowerProfile.MODEM_RAT_TYPE_DEFAULT | ModemPowerProfile.MODEM_DRAIN_TYPE_RX, in initModem() 845 ModemPowerProfile.MODEM_RAT_TYPE_DEFAULT | ModemPowerProfile.MODEM_DRAIN_TYPE_TX in initModem() 846 | ModemPowerProfile.MODEM_TX_LEVEL_0, POWER_MODEM_CONTROLLER_TX, 0); in initModem() 848 ModemPowerProfile.MODEM_RAT_TYPE_DEFAULT | ModemPowerProfile.MODEM_DRAIN_TYPE_TX in initModem() 849 | ModemPowerProfile.MODEM_TX_LEVEL_1, POWER_MODEM_CONTROLLER_TX, 1); in initModem() 851 ModemPowerProfile.MODEM_RAT_TYPE_DEFAULT | ModemPowerProfile.MODEM_DRAIN_TYPE_TX in initModem() [all …]
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | MobileRadioPowerCalculator.java | 31 import com.android.internal.power.ModemPowerProfile; 70 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_DRAIN_TYPE_SLEEP, in MobileRadioPowerCalculator() 79 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_DRAIN_TYPE_IDLE, in MobileRadioPowerCalculator() 396 final long rxKey = ModemPowerProfile.getAverageBatteryDrainKey( in calcRxStatePowerMah() 397 ModemPowerProfile.MODEM_DRAIN_TYPE_RX, rat, freqRange, IGNORE); in calcRxStatePowerMah() 409 + ModemPowerProfile.keyToString((int) rxKey)); in calcRxStatePowerMah() 420 final long txKey = ModemPowerProfile.getAverageBatteryDrainKey( in calcTxStatePowerMah() 421 ModemPowerProfile.MODEM_DRAIN_TYPE_TX, rat, freqRange, txLevel); in calcTxStatePowerMah() 433 + ModemPowerProfile.keyToString((int) txKey)); in calcTxStatePowerMah()
|
D | MobileRadioPowerStatsProcessor.java | 28 import com.android.internal.power.ModemPowerProfile; 66 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_DRAIN_TYPE_SLEEP, in MobileRadioPowerStatsProcessor() 75 PowerProfile.SUBSYSTEM_MODEM | ModemPowerProfile.MODEM_DRAIN_TYPE_IDLE, in MobileRadioPowerStatsProcessor() 113 long rxKey = ModemPowerProfile.getAverageBatteryDrainKey( in buildRxTxPowerEstimators() 114 ModemPowerProfile.MODEM_DRAIN_TYPE_RX, rat, freqRange, IGNORE); in buildRxTxPowerEstimators() 123 long txKey = ModemPowerProfile.getAverageBatteryDrainKey( in buildRxTxPowerEstimators() 124 ModemPowerProfile.MODEM_DRAIN_TYPE_TX, rat, freqRange, txLevel); in buildRxTxPowerEstimators()
|
/frameworks/base/core/java/com/android/internal/power/ |
D | ModemPowerProfile.java | 45 public class ModemPowerProfile { class 257 public ModemPowerProfile() { in ModemPowerProfile() method in ModemPowerProfile
|
/frameworks/base/ravenwood/texts/ |
D | ravenwood-annotation-allowed-classes.txt | 25 com.android.internal.power.ModemPowerProfile
|
/frameworks/base/config/ |
D | dirty-image-objects | 528 …nal/os/PowerProfile;.sModemPowerProfile:Lcom/android/internal/power/ModemPowerProfile;.mPowerConst…
|
D | preloaded-classes | 11551 com.android.internal.power.ModemPowerProfile
|
D | boot-image-profile.txt | 44117 Lcom/android/internal/power/ModemPowerProfile;
|
/frameworks/base/boot/ |
D | preloaded-classes | 11520 com.android.internal.power.ModemPowerProfile
|
D | boot-image-profile.txt | 33956 Lcom/android/internal/power/ModemPowerProfile;
|