HomeSort by relevance Sort by last modified time
    Searched defs:jobjectArray (Results 1 - 8 of 8) sorted by null

  /dalvik/libnativehelper/include/nativehelper/
jni.h 79 typedef _jobjectArray* jobjectArray;
101 typedef jarray jobjectArray;
395 jobjectArray (*NewObjectArray)(JNIEnv*, jsize, jclass, jobject);
396 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
397 void (*SetObjectArrayElement)(JNIEnv*, jobjectArray, jsize, jobject);
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 64 typedef _jobjectArray* jobjectArray;
86 typedef jarray jobjectArray;
380 jobjectArray (*NewObjectArray)(JNIEnv*, jsize, jclass, jobject);
381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
382 void (*SetObjectArrayElement)(JNIEnv*, jobjectArray, jsize, jobject);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
jni.h 64 typedef _jobjectArray* jobjectArray;
86 typedef jarray jobjectArray;
380 jobjectArray (*NewObjectArray)(JNIEnv*, jsize, jclass, jobject);
381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
382 void (*SetObjectArrayElement)(JNIEnv*, jobjectArray, jsize, jobject);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
jni.h 64 typedef _jobjectArray* jobjectArray;
86 typedef jarray jobjectArray;
380 jobjectArray (*NewObjectArray)(JNIEnv*, jsize, jclass, jobject);
381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
382 void (*SetObjectArrayElement)(JNIEnv*, jobjectArray, jsize, jobject);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
jni.h 64 typedef _jobjectArray* jobjectArray;
86 typedef jarray jobjectArray;
380 jobjectArray (*NewObjectArray)(JNIEnv*, jsize, jclass, jobject);
381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
382 void (*SetObjectArrayElement)(JNIEnv*, jobjectArray, jsize, jobject);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
jni.h 64 typedef _jobjectArray* jobjectArray;
86 typedef jarray jobjectArray;
380 jobjectArray (*NewObjectArray)(JNIEnv*, jsize, jclass, jobject);
381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
382 void (*SetObjectArrayElement)(JNIEnv*, jobjectArray, jsize, jobject);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
jni.h 64 typedef _jobjectArray* jobjectArray;
86 typedef jarray jobjectArray;
380 jobjectArray (*NewObjectArray)(JNIEnv*, jsize, jclass, jobject);
381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
382 void (*SetObjectArrayElement)(JNIEnv*, jobjectArray, jsize, jobject);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
jni.h 64 typedef _jobjectArray* jobjectArray;
86 typedef jarray jobjectArray;
380 jobjectArray (*NewObjectArray)(JNIEnv*, jsize, jclass, jobject);
381 jobject (*GetObjectArrayElement)(JNIEnv*, jobjectArray, jsize);
382 void (*SetObjectArrayElement)(JNIEnv*, jobjectArray, jsize, jobject);
    [all...]

Completed in 837 milliseconds