Searched defs:CallStaticVoidMethodV (Results 1 - 1 of 1) sorted by relevance

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h344 void (*CallStaticVoidMethodV)(JNIEnv*, jclass, jmethodID, va_list); member in struct:JNINativeInterface
778 functions->CallStaticVoidMethodV(this, clazz, methodID, args);
781 void CallStaticVoidMethodV(jclass clazz, jmethodID methodID, va_list args) function in struct:_JNIEnv
782 { functions->CallStaticVoidMethodV(this, clazz, methodID, args); }

Completed in 39 milliseconds