Searched refs:asyncBeginEndSection (Results 1 – 5 of 5) sorted by relevance
29 static void asyncBeginEndSection(JNIEnv*, jclass) { in asyncBeginEndSection() function45 { "asyncBeginEndSection", "()V", (void*) asyncBeginEndSection },
22 public static native void asyncBeginEndSection(); in asyncBeginEndSection() method in AtraceNdkMethods
74 public void asyncBeginEndSection() { in asyncBeginEndSection() method in AtraceDeviceTests79 AtraceNdkMethods.asyncBeginEndSection(); in asyncBeginEndSection()
23 asyncBeginEndSection, enumConstant
21 import static android.atrace.cts.AtraceDeviceTestList.asyncBeginEndSection;196 TraceResult result = traceSingleTest(asyncBeginEndSection); in testAsyncBeginEndSection()