Searched refs:MAX_SECTION_NAME_LEN (Results 1 – 2 of 2) sorted by relevance
57 const size_t MAX_SECTION_NAME_LEN = 127; in android_os_Trace_nativeTraceBegin() local75 const size_t MAX_SECTION_NAME_LEN = 127; in android_os_Trace_nativeAsyncTraceBegin() local86 const size_t MAX_SECTION_NAME_LEN = 127; in android_os_Trace_nativeAsyncTraceEnd() local
80 private static final int MAX_SECTION_NAME_LEN = 127; field in Trace273 if (sectionName.length() > MAX_SECTION_NAME_LEN) { in beginSection()