Searched defs:logStop (Results 1 – 2 of 2) sorted by relevance
81 public static boolean logStop(int label) { in logStop() method in StatsLog
764 void logStop(nsecs_t when) { mDurationNs += (when-mStartedNs); mStartedNs = 0;} in logStop() function