OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:procStates
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/com/android/internal/app/procstats/
DumpUtils.java
256
int[] memStates, int[]
procStates
) {
259
final int NP =
procStates
!= null ?
procStates
.length : 1;
276
if (
procStates
!= null &&
procStates
.length > 1) {
280
pw.print(STATE_NAMES_CSV[
procStates
[ip]]);
291
int[] screenStates, int[] memStates, int[]
procStates
, long now) {
303
proc.dumpProcessState(pw, innerPrefix, screenStates, memStates,
procStates
, now);
305
proc.dumpPss(pw, innerPrefix, screenStates, memStates,
procStates
);
312
ArrayList<ProcessState> procs, int[] screenStates, int[] memStates, int[]
procStates
,
[
all
...]
ProcessState.java
742
int[]
procStates
, long now) {
746
for (int ip=0; ip<
procStates
.length; ip++) {
748
+
procStates
[ip];
758
int[] screenStates, int[] memStates, int[]
procStates
,
769
procStates
, now, totalTime, true);
798
int[] screenStates, int[] memStates, int[]
procStates
, long now) {
804
for (int ip=0; ip<
procStates
.length; ip++) {
807
final int bucket = ((iscreen + imem) * STATE_COUNT) +
procStates
[ip];
[
all
...]
ProcessStats.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ProcessStatsService.java
379
boolean sepProcStates, int[]
procStates
, long now, String reqPackage) {
381
screenStates, memStates,
procStates
,
procStates
, now, reqPackage, false);
387
sepMemStates, memStates, sepProcStates,
procStates
, now);
[
all
...]
Completed in 66 milliseconds