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

/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp38 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj);
60 raiseException(env, msg, exceptionObj);
78 void NativeMessageQueue::raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) { function in class:android::NativeMessageQueue
90 LOG_ALWAYS_FATAL("raiseException() was called when not in a callback, exiting.");

Completed in 1395 milliseconds