Home
last modified time | relevance | path

Searched refs:CallStaticBooleanMethod (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc818 bool is_vp8_hw_supported = jni->CallStaticBooleanMethod( in MediaCodecVideoDecoderFactory()
829 bool is_vp9_hw_supported = jni->CallStaticBooleanMethod( in MediaCodecVideoDecoderFactory()
840 bool is_h264_hw_supported = jni->CallStaticBooleanMethod( in MediaCodecVideoDecoderFactory()
Dandroidmediaencoder_jni.cc1087 bool is_vp8_hw_supported = jni->CallStaticBooleanMethod( in MediaCodecVideoEncoderFactory()
1097 bool is_vp9_hw_supported = jni->CallStaticBooleanMethod( in MediaCodecVideoEncoderFactory()
1107 bool is_h264_hw_supported = jni->CallStaticBooleanMethod( in MediaCodecVideoEncoderFactory()
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_android_native_opengl2.cc82 jboolean res = env->CallStaticBooleanMethod(javaRenderClassLocal, in UseOpenGL2()
/external/libchrome/base/android/jni_generator/
DtestCalledByNatives.golden129 env->CallStaticBooleanMethod(org_chromium_TestJni_clazz(env),
/external/oj-libjdwp/src/share/javavm/export/
Djni.h503 jboolean (JNICALL *CallStaticBooleanMethod)
1369 jboolean CallStaticBooleanMethod(jclass clazz, in CallStaticBooleanMethod() function