Searched refs:AllocObject (Results 1 - 6 of 6) sorted by relevance

/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Djni.h189 jobject (*AllocObject)(JNIEnv*, jclass); member in struct:JNINativeInterface
565 jobject AllocObject(jclass clazz) function in struct:_JNIEnv
566 { return functions->AllocObject(this, clazz); }
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Djni.h189 jobject (*AllocObject)(JNIEnv*, jclass); member in struct:JNINativeInterface
565 jobject AllocObject(jclass clazz) function in struct:_JNIEnv
566 { return functions->AllocObject(this, clazz); }
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Djni.h189 jobject (*AllocObject)(JNIEnv*, jclass); member in struct:JNINativeInterface
565 jobject AllocObject(jclass clazz) function in struct:_JNIEnv
566 { return functions->AllocObject(this, clazz); }
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Djni.h189 jobject (*AllocObject)(JNIEnv*, jclass); member in struct:JNINativeInterface
565 jobject AllocObject(jclass clazz) function in struct:_JNIEnv
566 { return functions->AllocObject(this, clazz); }
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Djni.h189 jobject (*AllocObject)(JNIEnv*, jclass); member in struct:JNINativeInterface
565 jobject AllocObject(jclass clazz) function in struct:_JNIEnv
566 { return functions->AllocObject(this, clazz); }
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Djni.h189 jobject (*AllocObject)(JNIEnv*, jclass); member in struct:JNINativeInterface
565 jobject AllocObject(jclass clazz) function in struct:_JNIEnv
566 { return functions->AllocObject(this, clazz); }

Completed in 5556 milliseconds