Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.cpp71 JNIEnv* e = reinterpret_cast<JNIEnv*>(env); in findClass() local
72 return (*env)->FindClass(e, className); in findClass()
78 JNIEnv* e = reinterpret_cast<JNIEnv*>(env); in jniRegisterNativeMethods() local
94 e->FatalError(msg); in jniRegisterNativeMethods()
97 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) { in jniRegisterNativeMethods()
106 e->FatalError(msg); in jniRegisterNativeMethods()
118 JNIEnv* e = reinterpret_cast<JNIEnv*>(env); in getExceptionSummary() local
121 … scoped_local_ref<jclass> exceptionClass(env, (*env)->GetObjectClass(e, exception)); // can't fail in getExceptionSummary()
123 (*env)->GetObjectClass(e, exceptionClass.get())); // java.lang.Class, can't fail in getExceptionSummary()
125 (*env)->GetMethodID(e, classClass.get(), "getName", "()Ljava/lang/String;"); in getExceptionSummary()
[all …]