HomeSort by relevance Sort by last modified time
    Searched defs:CallIntMethod (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/webrtc/webrtc/modules/utility/source/
jvm_android.cc 113 jint GlobalRef::CallIntMethod(jmethodID methodID, ...) {
117 CHECK_EXCEPTION(jni_) << "Error during CallIntMethod";
  /art/runtime/
jni_internal.cc 827 static jint CallIntMethod(JNIEnv* env, jobject obj, jmethodID mid, ...) {
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/jni-headers/
jni.h 309 jint (JNICALL *CallIntMethod)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/jni-headers/
jni.h 309 jint (JNICALL *CallIntMethod)
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/
jni.h 309 jint (JNICALL *CallIntMethod)
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/jni-headers/
jni.h 309 jint (JNICALL *CallIntMethod)
    [all...]
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/
jni.h 309 jint (JNICALL *CallIntMethod)
    [all...]
  /external/libgdx/gdx/jni/jni-headers/
jni.h 309 jint (JNICALL *CallIntMethod)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
jni.h 229 jint (*CallIntMethod)(JNIEnv*, jobject, jmethodID, ...);
    [all...]

Completed in 3802 milliseconds

1 2 3