/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/ |
D | ProcessStatsTest.java | 108 ProcessState processState = in testNonZeroProcessStateDuration() local 135 ProcessState processState = in testDumpBoundFgsDuration() local 193 ProcessState processState = in testSafelyResetClearsProcessInUidState() local
|
/frameworks/base/core/java/android/os/ |
D | BatteryConsumer.java | 209 public final @ProcessState int processState; field in BatteryConsumer.Dimensions 211 public Dimensions(int powerComponent, int processState) { in Dimensions() 254 public final @ProcessState int processState; field in BatteryConsumer.Key 261 private Key(int powerComponent, int processState, int powerModelColumnIndex, in Key() 350 public Key getKey(@PowerComponent int componentId, @ProcessState int processState) { in getKey() 484 public static String processStateToString(@BatteryConsumer.ProcessState int processState) { in processStateToString() 577 Key getKeyOrThrow(int componentId, int processState) { in getKeyOrThrow() 592 Key getKey(int componentId, int processState) { in getKey() 796 public Key getKey(@PowerComponent int componentId, @ProcessState int processState) { in getKey()
|
D | PowerComponents.java | 273 long powerDeciCoulombs, long durationMs, int processState) { in writePowerUsageSlice() 400 int processState = PROCESS_STATE_UNSPECIFIED; in parseXml() local
|
D | UidBatteryConsumer.java | 132 private void appendProcessStateData(StringBuilder sb, @ProcessState int processState, in appendProcessStateData()
|
D | BatteryStats.java | 676 mapUidProcessStateToBatteryConsumerProcessState(int processState) { in mapUidProcessStateToBatteryConsumerProcessState() 987 public abstract long getMobileRadioActiveTimeInProcessState( in getMobileRadioActiveTimeInProcessState() 1057 public abstract long getBluetoothMeasuredBatteryConsumptionUC( in getBluetoothMeasuredBatteryConsumptionUC() 1076 public abstract long getCpuMeasuredBatteryConsumptionUC( in getCpuMeasuredBatteryConsumptionUC() 1104 public abstract long getMobileRadioMeasuredBatteryConsumptionUC( in getMobileRadioMeasuredBatteryConsumptionUC() 1132 public abstract long getWifiMeasuredBatteryConsumptionUC( in getWifiMeasuredBatteryConsumptionUC()
|
/frameworks/av/services/mediametrics/ |
D | main_mediametrics.cpp | 47 sp<ProcessState> processState(ProcessState::self()); in main() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BluetoothPowerCalculator.java | 150 final int processState = key.processState; in calculateApp() local 189 final int processState = key.processState; in calculatePowerAndDuration() local 221 final int processState = key.processState; in calculatePowerAndDuration() local
|
D | WifiPowerCalculator.java | 127 final int processState = key.processState; in calculate() local 202 final int processState = powerDurationAndTraffic.keys[i].processState; in calculateApp() local
|
D | MobileRadioPowerCalculator.java | 155 final int processState = key.processState; in calculateApp() local
|
D | BatteryStatsImpl.java | 2173 private void setState(@BatteryConsumer.ProcessState int processState, in setState() 3899 private void setState(int processState, long elapsedTimeMs) { in setState() 9427 int processState) { in getMeasuredBatteryConsumptionUC() 9459 public long getBluetoothMeasuredBatteryConsumptionUC( in getBluetoothMeasuredBatteryConsumptionUC() 9473 public long getCpuMeasuredBatteryConsumptionUC( in getCpuMeasuredBatteryConsumptionUC() 9493 public long getMobileRadioMeasuredBatteryConsumptionUC(int processState) { in getMobileRadioMeasuredBatteryConsumptionUC() 9512 public long getWifiMeasuredBatteryConsumptionUC(int processState) { in getWifiMeasuredBatteryConsumptionUC() 10105 public long getMobileRadioActiveTimeInProcessState( in getMobileRadioActiveTimeInProcessState()
|
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.aidl | 68 int sendingUser, int processState); in scheduleReceiver() 71 in CompatibilityInfo compatInfo, int processState); in scheduleCreateService() 93 in Intent intent, boolean rebind, int processState); in scheduleBindService() 101 boolean sticky, int sendingUser, int processState); in scheduleRegisteredReceiver()
|
D | ClientTransactionHandler.java | 83 public abstract void updateProcessState(int processState, boolean fromIpc); in updateProcessState()
|
D | ActivityThread.java | 1036 boolean sync, int sendingUser, int processState) { in scheduleReceiver() 1068 ServiceInfo info, CompatibilityInfo compatInfo, int processState) { in scheduleCreateService() 1079 boolean rebind, int processState) { in scheduleBindService() 1262 boolean sticky, int sendingUser, int processState) throws RemoteException { in scheduleRegisteredReceiver() 3425 public void updateProcessState(int processState, boolean fromIpc) { in updateProcessState() 3440 private void updateVmProcessState(int processState) { in updateVmProcessState()
|
D | ActivityManager.java | 3473 public int processState; field in ActivityManager.RunningAppProcessInfo
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityMetricsLogger.java | 318 boolean processRunning, boolean processSwitch, int processState, int processOomAdj, in create() 340 boolean processSwitch, int processState, int processOomAdj) { in TransitionInfo() 651 final int processState; in notifyActivityLaunched() local 1018 final int processState = info.mProcessState; in logAppTransitionFinished() local 1035 int processState, int processOomAdj) { in logAppTransition()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
D | MediaTimeoutListener.kt | 266 private fun processState(state: PlaybackState?, dispatchEvents: Boolean) { in <lambda>() method
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppBatteryTracker.java | 892 private void dumpProcessStateStats(ProtoOutputStream proto, int processState, double powerMah) { in dumpProcessStateStats() 1031 double getUsagePowerMah(@BatteryConsumer.ProcessState int processState) { in getUsagePowerMah()
|
D | ActivityManagerService.java | 1406 int processState; field in ActivityManagerService.ProcessChangeItem
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | AssociationState.java | 113 final int processState = procState; in trackProcState() local
|
D | ProcessStats.java | 2401 final ProcessState processState = uids.valueAt(iu); in forEachProcess() local 2439 (processState) -> { in dumpProcessState() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 636 private boolean isProcessStateForeground(int processState) { in isProcessStateForeground()
|