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

/ndk/build/platforms/android-3/arch-arm/usr/include/
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); }
/ndk/build/platforms/android-4/arch-arm/usr/include/
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); }
/ndk/build/platforms/android-5/arch-arm/usr/include/
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); }
/ndk/build/platforms/android-5/arch-x86/usr/include/
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); }
/ndk/build/platforms/android-8/arch-arm/usr/include/
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); }
/ndk/build/platforms/android-8/arch-x86/usr/include/
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 153 milliseconds