Home
last modified time | relevance | path

Searched refs:sectionName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DTrace.java265 public static void beginSection(String sectionName) { in beginSection() argument
267 if (sectionName.length() > MAX_SECTION_NAME_LEN) { in beginSection()
270 nativeTraceBegin(TRACE_TAG_APP, sectionName); in beginSection()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DSysTrace.java65 public static void beginSection(String sectionName) { in beginSection() argument
67 Log.v(TAG, String.format("beginSection[%d] %s", sNestingLevel, sectionName)); in beginSection()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
DAutoFocusStateMachine.java347 private synchronized void beginTraceAsync(String sectionName) { in beginTraceAsync() argument
355 mCurrentAfTrace = sectionName; in beginTraceAsync()
357 SysTrace.beginSectionAsync(sectionName, mCurrentAfCookie); in beginTraceAsync()