Searched refs:beginEndSection (Results 1 – 5 of 5) sorted by relevance
24 static void beginEndSection(JNIEnv*, jclass) { in beginEndSection() function44 { "beginEndSection", "()V", (void*) beginEndSection },
21 public static native void beginEndSection(); in beginEndSection() method in AtraceNdkMethods
65 public void beginEndSection() { in beginEndSection() method in AtraceDeviceTests70 AtraceNdkMethods.beginEndSection(); in beginEndSection()
22 beginEndSection, enumConstant
22 import static android.atrace.cts.AtraceDeviceTestList.beginEndSection;181 TraceResult result = traceSingleTest(beginEndSection); in testBeginEndSection()