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

/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DSysTrace.java102 public static void beginSectionAsync(String methodName, int cookie) { method in class:SysTrace
104 Log.v(TAG, "beginSectionAsync " + methodName + " " + cookie);
110 * Must be called exactly once for each call to {@link #beginSectionAsync}

Completed in 85 milliseconds