Searched defs:endSectionAsync (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DSysTrace.java94 * <p>Must be followed by a call to {@link #endSectionAsync} using the same
116 public static void endSectionAsync(String methodName, int cookie) { method in class:SysTrace
118 Log.v(TAG, "endSectionAsync " + methodName + " " + cookie);

Completed in 62 milliseconds