Searched refs:newExcCls (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libdrm/mobile1/src/jni/
H A Ddrm1_jni.c662 jclass newExcCls = (*env)->FindClass(env, "java/lang/NullPointerException"); local
664 if (newExcCls == NULL)
668 (*env)->ThrowNew(env, newExcCls, "b is null");
672 jclass newExcCls = (*env)->FindClass(env, "java/lang/IndexOutOfBoundsException"); local
674 if (newExcCls == NULL)
678 (*env)->ThrowNew(env, newExcCls, NULL);

Completed in 24 milliseconds