/external/conscrypt/src/compat/native/ |
JNIHelp.h | 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) [all...] |
JNIHelp.cpp | 30 * Equivalent to ScopedLocalRef, but for C_JNIEnv instead. (And slightly more powerful.) 35 scoped_local_ref(C_JNIEnv* env, T localRef = NULL) 56 C_JNIEnv* mEnv; 64 static jclass findClass(C_JNIEnv* env, const char* className) { 69 extern "C" int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, 92 extern "C" int jniThrowException(C_JNIEnv* c_env, const char* className, const char* msg) { 112 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args) { 118 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { 122 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { 126 int jniThrowIOException(C_JNIEnv* env, int errnum) [all...] |
/libnativehelper/include/nativehelper/ |
JNIHelp.h | 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) [all...] |
jni.h | 137 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/libnativehelper/ |
JNIHelp.cpp | 36 * Equivalent to ScopedLocalRef, but for C_JNIEnv instead. (And slightly more powerful.) 41 scoped_local_ref(C_JNIEnv* env, T localRef = NULL) 62 C_JNIEnv* const mEnv; 68 static jclass findClass(C_JNIEnv* env, const char* className) { 73 extern "C" int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, 115 static bool getExceptionSummary(C_JNIEnv* env, jthrowable exception, std::string& result) { 166 static bool getStackTrace(C_JNIEnv* env, jthrowable exception, std::string& result) { 224 extern "C" int jniThrowException(C_JNIEnv* env, const char* className, const char* msg) { 255 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args) { 261 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) [all...] |
/development/ndk/platforms/android-3/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/ |
jni.h | 151 typedef const struct JNINativeInterface* C_JNIEnv; [all...] |