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

/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.h35 * and calls raiseException() to ensure the exception will be raised when
55 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) = 0;
H A Dandroid_os_MessageQueue.cpp46 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj);
71 raiseException(env, msg, exceptionObj);
90 void NativeMessageQueue::raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) { function in class:android::NativeMessageQueue
102 LOG_ALWAYS_FATAL("raiseException() was called when not in a callback, exiting.");

Completed in 235 milliseconds