Home
last modified time | relevance | path

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

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