OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onMark
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
GuardingProfile.java
43
protected void
onMark
(double totalMillis, double lastMillis, String reason) {
62
onMark
(totalMillis, lastMillis, reason);
LoggingProfile.java
39
protected void
onMark
(double totalMillis, double lastMillis, String reason) {
ProfileBase.java
55
onMark
(getTotalMillis(time), getTimeFromLastMillis(time), reason);
120
protected void
onMark
(double totalMillis, double lastMillis, String reason) { }
Completed in 267 milliseconds