Searched refs:mExceptionObj (Results 1 – 1 of 1) sorted by relevance
46 jthrowable mExceptionObj; member in android::NativeMessageQueue67 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()