Searched refs:CheckException (Results 1 – 16 of 16) sorted by relevance
142 jni_generator::CheckException(env);190 jni_generator::CheckException(env);237 jni_generator::CheckException(env);281 jni_generator::CheckException(env);327 jni_generator::CheckException(env);358 jni_generator::CheckException(env);379 jni_generator::CheckException(env);400 jni_generator::CheckException(env);419 jni_generator::CheckException(env);438 jni_generator::CheckException(env);[all …]
71 jni_generator::CheckException(env);93 jni_generator::CheckException(env);110 jni_generator::CheckException(env);131 jni_generator::CheckException(env);150 jni_generator::CheckException(env);173 jni_generator::CheckException(env);190 jni_generator::CheckException(env);225 jni_generator::CheckException(env);244 jni_generator::CheckException(env);263 jni_generator::CheckException(env);[all …]
57 jni_generator::CheckException(env);76 jni_generator::CheckException(env);95 jni_generator::CheckException(env);115 jni_generator::CheckException(env);135 jni_generator::CheckException(env);156 jni_generator::CheckException(env);181 jni_generator::CheckException(env);200 jni_generator::CheckException(env);220 jni_generator::CheckException(env);240 jni_generator::CheckException(env);
50 inline void CheckException(JNIEnv* env) { in CheckException() function51 base::android::CheckException(env); in CheckException()
55 jni_generator::CheckException(env);75 jni_generator::CheckException(env);
75 jni_generator::CheckException(env);93 jni_generator::CheckException(env);
63 jni_generator::CheckException(env);
67 jni_generator::CheckException(env);
32 CheckException(env); in ToJavaByteArray()37 CheckException(env); in ToJavaByteArray()52 CheckException(env); in ToJavaBooleanArray()57 CheckException(env); in ToJavaBooleanArray()65 CheckException(env); in ToJavaIntArray()70 CheckException(env); in ToJavaIntArray()84 CheckException(env); in ToJavaLongArray()89 CheckException(env); in ToJavaLongArray()105 CheckException(env); in ToJavaFloatArray()110 CheckException(env); in ToJavaFloatArray()[all …]
17 base::android::CheckException(env); in ConvertUTF16ToJavaStringImpl()36 CheckException(env); in ConvertJavaStringToUTF8()46 CheckException(env); in ConvertJavaStringToUTF8()87 CheckException(env); in ConvertJavaStringToUTF16()96 CheckException(env); in ConvertJavaStringToUTF16()
233 void CheckException(JNIEnv* env) { in CheckException() function284 CheckException(env); in GetJavaExceptionInfo()296 CheckException(env); in GetJavaExceptionInfo()301 CheckException(env); in GetJavaExceptionInfo()308 CheckException(env); in GetJavaExceptionInfo()
146 BASE_EXPORT void CheckException(JNIEnv* env);
347 if (CheckException(jni) || !success) { in InitDecodeOnCodecThread()380 if (CheckException(jni)) { in InitDecodeOnCodecThread()415 if (CheckException(jni)) { in ReleaseOnCodecThread()539 if (CheckException(jni) || j_input_buffer_index < 0) { in DecodeOnCodecThread()550 if (CheckException(jni) || buffer_capacity < inputImage._length) { in DecodeOnCodecThread()580 if (CheckException(jni) || !success) { in DecodeOnCodecThread()607 if (CheckException(jni)) { in DeliverPendingOutputs()683 if (CheckException(jni)) { in DeliverPendingOutputs()728 if (CheckException(jni)) { in DeliverPendingOutputs()821 if (CheckException(jni)) { in MediaCodecVideoDecoderFactory()[all …]
103 static inline bool CheckException(JNIEnv* jni) { in CheckException() function
1129 if (CheckException(jni)) { in SetEGLContext()
5 @@ -253,7 +253,11 @@ void CheckException(JNIEnv* env) {