Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DJNIHelp.h43 int jniRegisterNativeMethods(C_JNIEnv* env,
62 int jniThrowException(C_JNIEnv* env, const char* className, const char* msg);
78 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args);
83 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
88 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
93 int jniThrowIOException(C_JNIEnv* env, int errnum);
98 jobject jniGetReferent(C_JNIEnv* env, jobject ref);
104 jstring jniCreateString(C_JNIEnv* env, const jchar* unicodeChars, jsize len);
113 jobjectArray jniCreateStringArray(C_JNIEnv* env, size_t count);
119 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
DJNIHelpCompat.h52 int jniGetFDFromFileDescriptor(C_JNIEnv* env, jobject fileDescriptor);
74 int jniGetFDFromFileDescriptor_QR(C_JNIEnv* env, jobject fileDescriptor);
DtoStringArray.h29 C_JNIEnv* c_env = static_cast<C_JNIEnv*>(&env->functions); in toStringArray()
/libnativehelper/include_platform/nativehelper/
DJNIPlatformHelp.h36 jobject jniCreateFileDescriptor(C_JNIEnv* env, int fd);
41 int jniGetFDFromFileDescriptor(C_JNIEnv* env, jobject fileDescriptor);
47 void jniSetFileDescriptorOfFD(C_JNIEnv* env, jobject fileDescriptor, int value);
56 jarray jniGetNioBufferBaseArray(C_JNIEnv* env, jobject nioBuffer);
66 jint jniGetNioBufferBaseArrayOffset(C_JNIEnv* env, jobject nioBuffer);
76 jlong jniGetNioBufferFields(C_JNIEnv* env,
90 jlong jniGetNioBufferPointer(C_JNIEnv* env, jobject nioBuffer);
/libnativehelper/
DJNIHelp.c329 jobjectArray jniCreateStringArray(C_JNIEnv* env, size_t count) { in jniCreateStringArray()
/libnativehelper/include_jni/
Djni.h136 typedef const struct JNINativeInterface* C_JNIEnv; typedef