Home
last modified time | relevance | path

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

/libnativehelper/include_jni/
Djni.h191 jobject (*AllocObject)(JNIEnv*, jclass); member
566 jobject AllocObject(jclass clazz) in AllocObject() function
567 { return functions->AllocObject(this, clazz); } in AllocObject()