Searched refs:CallStaticVoidMethodV (Results 1 – 1 of 1) sorted by relevance
/development/ndk/platforms/android-3/include/ |
D | jni.h | 360 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()
|