Home
last modified time | relevance | path

Searched refs:CallStaticIntMethod (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dlog_utils.cpp67 env->CallStaticIntMethod(androidUtilLogClass, logDotIMethodId, javaTag, javaString); in logToJava()
/aosp12/libnativehelper/
H A DJNIPlatformHelp.c46 return (*env)->CallStaticIntMethod(env, nioAccessClass, getBaseArrayOffsetMethod, nioBuffer); in jniGetNioBufferBaseArrayOffset()
/aosp12/art/test/674-hiddenapi/
H A Dhiddenapi.cc232 env->CallStaticIntMethod(klass, method); in Java_JNI_canInvokeMethodV()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp224 return unique_fd{env->CallStaticIntMethod(jni.packageManagerShellCommandDataLoader, in openLocalFile()
287 unique_fd fd{env->CallStaticIntMethod(jni.packageManagerShellCommandDataLoader, in openInputs()
/aosp12/art/compiler/jni/
H A Djni_compiler_test.cc775 jint result = env_->CallStaticIntMethod(jklass_, jmethod_, 42); in JNI_TEST()
963 jint result = env_->CallStaticIntMethod(jklass_, jmethod_, 20, 30); in CompileAndRunStaticIntIntMethodImpl()
1084 jint result = env_->CallStaticIntMethod(jklass_, jmethod_); in JNI_TEST_CRITICAL()
1406 jint result = env_->CallStaticIntMethod(jklass_, jmethod_, 0x12345678ABCDEF88LL, jobj_, in GetTextImpl()
/aosp12/art/test/178-app-image-native-method/
H A Dnative_methods.cc655 return env->CallStaticIntMethod(main_klass, checkLocks, 42, m); in Java_Main_b189235039CallThrough()
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp318 env->CallStaticIntMethod(gLogOffsets.mClass, gLogOffsets.mLogE, in binder_report_exception()
H A Dandroid_media_AudioSystem.cpp1268 (void)env->CallStaticIntMethod(jLogClass.get(), jWtfId, jTag.get(), jMessage.get()); in convertAudioPortFromNative()
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h331 jint (*CallStaticIntMethod)(JNIEnv*, jclass, jmethodID, ...); member
/aosp12/libnativehelper/include_jni/
H A Djni.h331 jint (*CallStaticIntMethod)(JNIEnv*, jclass, jmethodID, ...); member
/aosp12/art/runtime/jni/
H A Djni_internal.cc1786 static jint CallStaticIntMethod(JNIEnv* env, jclass, jmethodID mid, ...) { in CallStaticIntMethod() function in art::JNI
3054 JNIImpl::CallStaticIntMethod,
H A Dcheck_jni.cc3950 CheckJNI::CallStaticIntMethod,
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp846 gSecurityLevels.kSecurityLevelMax = env->CallStaticIntMethod(clazz, getMaxSecurityLevel); in android_media_MediaDrm_native_init()