Searched refs:mProcesses (Results 1 – 2 of 2) sorted by relevance
223 public final ProcessMap<ProcessState> mProcesses = new ProcessMap<ProcessState>(); field in ProcessStats275 final int NPROCS = otherState.mProcesses.size(); in add()278 ProcessState otherProc = otherState.mProcesses.valueAt(iproc); in add()291 pkgState.mProcesses.put(thisProc.mName, thisProc); in add()308 ArrayMap<String, SparseArray<ProcessState>> procMap = other.mProcesses.getMap(); in add()314 ProcessState thisProc = mProcesses.get(otherProc.mName, uid); in add()320 mProcesses.put(otherProc.mName, uid, thisProc); in add()323 if (!thisState.mProcesses.containsKey(otherProc.mName)) { in add()324 thisState.mProcesses.put(otherProc.mName, thisProc); in add()734 ArrayMap<String, SparseArray<ProcessState>> procMap = mProcesses.getMap(); in computeTotalMemoryUse()[all …]
298 = stats.mProcesses.getMap(); in readLocked()323 final int NPROCS = pkgState.mProcesses.size(); in readLocked()325 Slog.w(TAG, " Process " + pkgState.mProcesses.keyAt(iproc) in readLocked()326 + ": " + pkgState.mProcesses.valueAt(iproc)); in readLocked()