OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVerboseWriter
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
GuardingProfiler.java
27
private final Writer
mVerboseWriter
;
38
mVerboseWriter
= verbose;
44
return new GuardingProfile(mGuardWriter,
mVerboseWriter
, name,
50
return new GuardingProfile(mGuardWriter,
mVerboseWriter
, name,
GuardingProfile.java
27
private final Writer
mVerboseWriter
;
33
mVerboseWriter
= verbose;
39
mVerboseWriter
.write(format(0, "GUARD", "START"));
47
mVerboseWriter
.write(format(totalMillis, "GUARD", lastMillis, reason));
56
mVerboseWriter
.write(format(totalMillis, "GUARD", "STOP"));
Completed in 65 milliseconds