Home
last modified time | relevance | path

Searched refs:ModemPowerProfile (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DPowerProfileTest.java39 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/
DPowerProfile.java35 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/
DMobileRadioPowerCalculator.java31 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()
DMobileRadioPowerStatsProcessor.java28 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/
DModemPowerProfile.java45 public class ModemPowerProfile { class
257 public ModemPowerProfile() { in ModemPowerProfile() method in ModemPowerProfile
/frameworks/base/ravenwood/texts/
Dravenwood-annotation-allowed-classes.txt25 com.android.internal.power.ModemPowerProfile
/frameworks/base/config/
Ddirty-image-objects528 …nal/os/PowerProfile;.sModemPowerProfile:Lcom/android/internal/power/ModemPowerProfile;.mPowerConst…
Dpreloaded-classes11551 com.android.internal.power.ModemPowerProfile
Dboot-image-profile.txt44117 Lcom/android/internal/power/ModemPowerProfile;
/frameworks/base/boot/
Dpreloaded-classes11520 com.android.internal.power.ModemPowerProfile
Dboot-image-profile.txt33956 Lcom/android/internal/power/ModemPowerProfile;