OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mLaunchCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuCore.h
149
volatile int
mLaunchCount
;
/frameworks/base/services/java/com/android/server/am/
UsageStatsService.java
173
int
mLaunchCount
;
179
mLaunchCount
= 0;
184
mLaunchCount
= in.readInt();
186
if (localLOGV) Slog.v(TAG, "Launch count: " +
mLaunchCount
212
mLaunchCount
++;
250
out.writeInt(
mLaunchCount
);
269
mLaunchCount
= 0;
853
int launchCount = pus != null ? pus.
mLaunchCount
: 0;
876
launchCount = pus.
mLaunchCount
;
[
all
...]
Completed in 42 milliseconds