Home
last modified time | relevance | path

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

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