Searched refs:mExceptionObj (Results 1 – 1 of 1) sorted by relevance
57 jthrowable mExceptionObj; member in android::NativeMessageQueue79 mPollEnv(NULL), mPollObj(NULL), mExceptionObj(NULL) { in NativeMessageQueue()93 if (mExceptionObj) { in raiseException()94 env->DeleteLocalRef(mExceptionObj); in raiseException()96 mExceptionObj = jthrowable(env->NewLocalRef(exceptionObj)); in raiseException()114 if (mExceptionObj) { in pollOnce()115 env->Throw(mExceptionObj); in pollOnce()116 env->DeleteLocalRef(mExceptionObj); in pollOnce()117 mExceptionObj = NULL; in pollOnce()