Searched refs:CallStaticVoidMethodV (Results 1 – 1 of 1) sorted by relevance
/libnativehelper/include_jni/ |
D | jni.h | 344 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()
|