Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_MessageQueue.cpp46 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
Dandroid_os_MessageQueue.h55 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) = 0;