Searched refs:e (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/ |
D | JNIHelp.cpp | 62 JNIEnv* e = reinterpret_cast<JNIEnv*>(env); in findClass() local 63 return (*env)->FindClass(e, className); in findClass() 69 JNIEnv* e = reinterpret_cast<JNIEnv*>(env); in jniRegisterNativeMethods() local 78 int result = e->RegisterNatives(c.get(), gMethods, numMethods); in jniRegisterNativeMethods() 91 JNIEnv* e = reinterpret_cast<JNIEnv*>(env); in getExceptionSummary() local 94 … scoped_local_ref<jclass> exceptionClass(env, (*env)->GetObjectClass(e, exception)); // can't fail in getExceptionSummary() 96 (*env)->GetObjectClass(e, exceptionClass.get())); // java.lang.Class, can't fail in getExceptionSummary() 98 (*env)->GetMethodID(e, classClass.get(), "getName", "()Ljava/lang/String;"); in getExceptionSummary() 100 (jstring) (*env)->CallObjectMethod(e, exceptionClass.get(), classGetNameMethod)); in getExceptionSummary() 102 (*env)->ExceptionClear(e); in getExceptionSummary() [all …]
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 315 FN0(e, CRITICAL,jdouble) \
|