Home
last modified time | relevance | path

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

/libnativehelper/include_jni/
Djni.h345 void (*CallStaticVoidMethodV)(JNIEnv*, jclass, jmethodID, va_list); member
779 functions->CallStaticVoidMethodV(this, clazz, methodID, args); in CALL_STATIC_TYPE()
782 void CallStaticVoidMethodV(jclass clazz, jmethodID methodID, va_list args) in CallStaticVoidMethodV() function
783 { functions->CallStaticVoidMethodV(this, clazz, methodID, args); } in CallStaticVoidMethodV()