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

  /frameworks/base/core/jni/
android_os_MessageQueue.h 35 * and calls raiseException() to ensure the exception will be raised when
55 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) = 0;
android_os_MessageQueue.cpp 38 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) {
90 LOG_ALWAYS_FATAL("raiseException() was called when not in a callback, exiting.");

Completed in 166 milliseconds