Searched refs:C_JNIEnv (Results 1 – 2 of 2) sorted by relevance
40 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className,51 int jniThrowException(C_JNIEnv* env, const char* className, const char* msg);56 int jniThrowIOException(C_JNIEnv* env, int errnum);61 jobject jniCreateFileDescriptor(C_JNIEnv* env, int fd);66 int jniGetFDFromFileDescriptor(C_JNIEnv* env, jobject fileDescriptor);71 void jniSetFileDescriptorOfFD(C_JNIEnv* env, jobject fileDescriptor, int value);
135 typedef const struct JNINativeInterface* C_JNIEnv; typedef