HomeSort by relevance Sort by last modified time
    Searched refs:CheckException (Results 1 - 8 of 8) sorted by null

  /external/libmojo/base/android/jni_generator/
jni_generator_helper.h 41 inline void CheckException(JNIEnv* env) {
42 base::android::CheckException(env);
  /external/libmojo/base/android/
jni_string.cc 17 base::android::CheckException(env);
36 CheckException(env);
46 CheckException(env);
87 CheckException(env);
96 CheckException(env);
jni_array.cc 32 CheckException(env);
37 CheckException(env);
51 CheckException(env);
56 CheckException(env);
70 CheckException(env);
75 CheckException(env);
91 CheckException(env);
96 CheckException(env);
112 CheckException(env);
126 CheckException(env)
    [all...]
jni_android.h 163 BASE_EXPORT void CheckException(JNIEnv* env);
jni_android.cc 225 void CheckException(JNIEnv* env) {
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediacodeccommon.h 103 static inline bool CheckException(JNIEnv* jni) {
androidmediadecoder_jni.cc 347 if (CheckException(jni) || !success) {
380 if (CheckException(jni)) {
415 if (CheckException(jni)) {
539 if (CheckException(jni) || j_input_buffer_index < 0) {
550 if (CheckException(jni) || buffer_capacity < inputImage._length) {
580 if (CheckException(jni) || !success) {
607 if (CheckException(jni)) {
683 if (CheckException(jni)) {
728 if (CheckException(jni)) {
821 if (CheckException(jni))
    [all...]
androidmediaencoder_jni.cc     [all...]

Completed in 178 milliseconds