Home | History | Annotate | Download | only in native

Lines Matching refs:C_JNIEnv

45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
61 int jniThrowException(C_JNIEnv* env, const char* className, const char* msg);
66 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
71 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
76 int jniThrowIOException(C_JNIEnv* env, int errnum);
89 jobject jniCreateFileDescriptor(C_JNIEnv* env, int fd);
94 int jniGetFDFromFileDescriptor(C_JNIEnv* env, jobject fileDescriptor);
99 void jniSetFileDescriptorOfFD(C_JNIEnv* env, jobject fileDescriptor, int value);
104 jobject jniGetReferent(C_JNIEnv* env, jobject ref);
110 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
130 extern "C" int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args);