Searched defs:NULL (Results 1 - 2 of 2) sorted by relevance

/libnativehelper/include/nativehelper/
H A DJNIHelp.h101 * If exception is NULL, logs the current exception in the JNI environment.
160 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL) { argument
167 * Logs an exception. If the exception is omitted or NULL, logs the current exception
/libnativehelper/
H A DJNIHelp.cpp32 scoped_local_ref(C_JNIEnv* env, T localRef = NULL) argument
41 void reset(T localRef = NULL) { argument
42 if (mLocalRef != NULL) {
74 if (c.get() == NULL) {
103 if (classNameStr.get() == NULL) {
104 return NULL;
108 const char* classNameChars = (*env)->GetStringUTFChars(e, classNameStr.get(), NULL);
109 if (classNameChars == NULL) {
110 return NULL;
118 if (messageStr.get() == NULL) {
[all...]

Completed in 20 milliseconds