Searched defs:traceEnd (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/include/utils/
H A DTrace.h116 static inline void traceEnd(uint64_t tag) { function in class:android::Tracer
183 Tracer::traceEnd(mTag);
/frameworks/base/core/java/android/os/
H A DTrace.java139 * Must be followed by a call to {@link #traceEnd} using the same tag.
156 public static void traceEnd(long traceTag) { method in class:Trace

Completed in 43 milliseconds