HomeSort by relevance Sort by last modified time
    Searched refs:C_JNIEnv (Results 1 - 14 of 14) sorted by null

  /dalvik/libnativehelper/include/nativehelper/
JNIHelp.h 42 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
58 int jniThrowException(C_JNIEnv* env, const char* className, const char* msg);
63 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg);
68 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg);
73 int jniThrowIOException(C_JNIEnv* env, int errnum);
86 jobject jniCreateFileDescriptor(C_JNIEnv* env, int fd);
91 int jniGetFDFromFileDescriptor(C_JNIEnv* env, jobject fileDescriptor);
96 void jniSetFileDescriptorOfFD(C_JNIEnv* env, jobject fileDescriptor, int value);
102 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
122 extern "C" int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args)
    [all...]
jni.h 150 typedef const struct JNINativeInterface* C_JNIEnv;
    [all...]
  /dalvik/libnativehelper/
JNIHelp.cpp 27 * Equivalent to ScopedLocalRef, but for C_JNIEnv instead. (And slightly more powerful.)
32 scoped_local_ref(C_JNIEnv* env, T localRef = NULL)
53 C_JNIEnv* mEnv;
61 static jclass findClass(C_JNIEnv* env, const char* className) {
66 extern "C" int jniRegisterNativeMethods(C_JNIEnv* env, const char* className,
92 static char* getExceptionSummary0(C_JNIEnv* env, jthrowable exception) {
136 static char* getExceptionSummary(C_JNIEnv* env, jthrowable exception) {
149 static char* getStackTrace(C_JNIEnv* env, jthrowable exception) {
206 extern "C" int jniThrowException(C_JNIEnv* env, const char* className, const char* msg) {
237 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args)
    [all...]
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 479 extern "C" jbyte* jniGetNonMovableArrayElements(C_JNIEnv* env, jarray arrayObj);
  /development/ndk/platforms/android-3/include/
jni.h 150 typedef const struct JNINativeInterface* C_JNIEnv;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
jni.h 135 typedef const struct JNINativeInterface* C_JNIEnv;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
jni.h 135 typedef const struct JNINativeInterface* C_JNIEnv;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
jni.h 135 typedef const struct JNINativeInterface* C_JNIEnv;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
jni.h 135 typedef const struct JNINativeInterface* C_JNIEnv;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
jni.h 135 typedef const struct JNINativeInterface* C_JNIEnv;
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
jni.h 135 typedef const struct JNINativeInterface* C_JNIEnv;
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
jni.h 135 typedef const struct JNINativeInterface* C_JNIEnv;
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
jni.h 135 typedef const struct JNINativeInterface* C_JNIEnv;
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
jni.h 135 typedef const struct JNINativeInterface* C_JNIEnv;
    [all...]

Completed in 309 milliseconds