Home | History | Annotate | Download | only in native

Lines Matching refs:C_JNIEnv

30  * Equivalent to ScopedLocalRef, but for C_JNIEnv instead. (And slightly more powerful.)
35 scoped_local_ref(C_JNIEnv* env, T localRef = NULL)
56 C_JNIEnv* mEnv;
64 static jclass findClass(C_JNIEnv* env, const char* className) {
69 extern "C" int jniRegisterNativeMethods(C_JNIEnv* env, const char* className,
92 extern "C" int jniThrowException(C_JNIEnv* c_env, const char* className, const char* msg) {
112 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args) {
118 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) {
122 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) {
126 int jniThrowIOException(C_JNIEnv* env, int errnum) {
149 int jniGetFDFromFileDescriptor(C_JNIEnv* env, jobject fileDescriptor) {