Home
last modified time | relevance | path

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

/dalvik/libnativehelper/include/nativehelper/
DJNIHelp.h40 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);
Djni.h135 typedef const struct JNINativeInterface* C_JNIEnv; typedef