Searched refs:mVerboseWriter (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
D | GuardingProfile.java | 27 private final Writer mVerboseWriter; field in GuardingProfile 33 mVerboseWriter = verbose; in GuardingProfile() 39 mVerboseWriter.write(format(0, "GUARD", "START")); in onStart() 47 mVerboseWriter.write(format(totalMillis, "GUARD", lastMillis, reason)); in onMark() 56 mVerboseWriter.write(format(totalMillis, "GUARD", "STOP")); in onStop()
|
D | GuardingProfiler.java | 27 private final Writer mVerboseWriter; field in GuardingProfiler 38 mVerboseWriter = verbose; in GuardingProfiler() 44 return new GuardingProfile(mGuardWriter, mVerboseWriter, name, in create() 50 return new GuardingProfile(mGuardWriter, mVerboseWriter, name, in create()
|