Searched refs:CallStaticBooleanMethod (Results 1 – 5 of 5) sorted by relevance
818 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()
1087 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()
82 jboolean res = env->CallStaticBooleanMethod(javaRenderClassLocal, in UseOpenGL2()
129 env->CallStaticBooleanMethod(org_chromium_TestJni_clazz(env),
503 jboolean (JNICALL *CallStaticBooleanMethod)1369 jboolean CallStaticBooleanMethod(jclass clazz, in CallStaticBooleanMethod() function