HomeSort by relevance Sort by last modified time
    Searched refs:CallStaticBooleanMethod (Results 1 - 25 of 62) sorted by null

1 2 3

  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 229 result = CALL(CallStaticBooleanMethod, StaticFromNative, method);
276 TEST_DECLARATION(CallStaticBooleanMethod) {
    [all...]
  /external/webrtc/webrtc/modules/video_render/android/
video_render_android_native_opengl2.cc 82 jboolean res = env->CallStaticBooleanMethod(javaRenderClassLocal,
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 165 sIndirectBufferCompatability = _env->CallStaticBooleanMethod(G11ImplClass, allowIndirectBuffersID, appName) ? 2 : 1;
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc 818 bool is_vp8_hw_supported = jni->CallStaticBooleanMethod(
829 bool is_vp9_hw_supported = jni->CallStaticBooleanMethod(
840 bool is_h264_hw_supported = jni->CallStaticBooleanMethod(
    [all...]
androidmediaencoder_jni.cc     [all...]
  /development/ndk/platforms/android-3/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 319 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
jni.h 333 jboolean (*CallStaticBooleanMethod)(JNIEnv*, jclass, jmethodID, ...);
    [all...]

Completed in 178 milliseconds

1 2 3