Searched refs:endSectionAsync (Results 1 - 2 of 2) 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);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
H A DAutoFocusStateMachine.java350 SysTrace.endSectionAsync(mCurrentAfTrace, mCurrentAfCookie);
366 SysTrace.endSectionAsync(mCurrentAfTrace, mCurrentAfCookie);

Completed in 181 milliseconds