Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/
Djni.h360 void (*CallStaticVoidMethodV)(JNIEnv*, jclass, jmethodID, va_list); member
807 functions->CallStaticVoidMethodV(this, clazz, methodID, args); in CALL_STATIC_TYPE()
810 void CallStaticVoidMethodV(jclass clazz, jmethodID methodID, va_list args) in CallStaticVoidMethodV() function
811 { functions->CallStaticVoidMethodV(this, clazz, methodID, args); } in CallStaticVoidMethodV()