Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_os_MessageQueue.cpp46 jthrowable mExceptionObj; member in android::NativeMessageQueue
67 NativeMessageQueue::NativeMessageQueue() : mInCallback(false), mExceptionObj(NULL) { in NativeMessageQueue()
81 if (mExceptionObj) { in raiseException()
82 env->DeleteLocalRef(mExceptionObj); in raiseException()
84 mExceptionObj = jthrowable(env->NewLocalRef(exceptionObj)); in raiseException()
99 if (mExceptionObj) { in pollOnce()
100 env->Throw(mExceptionObj); in pollOnce()
101 env->DeleteLocalRef(mExceptionObj); in pollOnce()
102 mExceptionObj = NULL; in pollOnce()