Searched refs:C_JNIEnv (Results 1 – 6 of 6) sorted by relevance
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 43 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);
|
D | JNIHelpCompat.h | 52 int jniGetFDFromFileDescriptor(C_JNIEnv* env, jobject fileDescriptor); 74 int jniGetFDFromFileDescriptor_QR(C_JNIEnv* env, jobject fileDescriptor);
|
D | toStringArray.h | 29 C_JNIEnv* c_env = static_cast<C_JNIEnv*>(&env->functions); in toStringArray()
|
/libnativehelper/include_platform/nativehelper/ |
D | JNIPlatformHelp.h | 36 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/ |
D | JNIHelp.c | 329 jobjectArray jniCreateStringArray(C_JNIEnv* env, size_t count) { in jniCreateStringArray()
|
/libnativehelper/include_jni/ |
D | jni.h | 136 typedef const struct JNINativeInterface* C_JNIEnv; typedef
|