Home
last modified time | relevance | path

Searched defs:CallStaticBooleanMethodA (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h321 jboolean (*CallStaticBooleanMethodA)(JNIEnv*, jclass, jmethodID, const jvalue*); member
/aosp12/libnativehelper/include_jni/
H A Djni.h321 jboolean (*CallStaticBooleanMethodA)(JNIEnv*, jclass, jmethodID, const jvalue*); member
/aosp12/art/runtime/jni/
H A Djni_internal.cc1714 static jboolean CallStaticBooleanMethodA(JNIEnv* env, jclass, jmethodID mid, const jvalue* args) { in CallStaticBooleanMethodA() function in art::JNI