Searched refs:raiseException (Results 1 – 2 of 2) sorted by relevance
46 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj);71 raiseException(env, msg, exceptionObj); in raiseAndClearException()90 void NativeMessageQueue::raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) { in raiseException() function in android::NativeMessageQueue
55 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) = 0;