Searched refs:jintarrayGetLength (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/apct-tests/perftests/core/jni/
H A DSystemPerfTest.cpp24 static jint jintarrayGetLength(JNIEnv* env, jclass, jintArray jarray) { function
53 {"jintarrayGetLength", "([I)I", (void *) jintarrayGetLength},
/frameworks/base/apct-tests/perftests/core/src/android/perftests/
H A DSystemPerfTest.java86 jintarrayGetLength(data);
111 private static native int jintarrayGetLength(int[] array); method in class:SystemPerfTest

Completed in 66 milliseconds