Searched defs:JNIEnv (Results 1 – 2 of 2) sorted by relevance
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 883 static void TestJniMacros_v_eolib(JNIEnv*, jobject, jlong, jint, jboolean) {} in TestJniMacros_v_eolib() argument 884 static void TestJniMacros_v_eolib_od(JNIEnv*, jobject, jlong, jint, jboolean) {} in TestJniMacros_v_eolib_od() argument 893 static jlong android_os_Parcel_setDataSize(JNIEnv*, jclass, jlong, jint) { return 0; } in android_os_Parcel_setDataSize() argument 895 static void android_os_Parcel_setDataCapacity(JNIEnv*, jclass, jlong, jint) {} in android_os_Parcel_setDataCapacity() argument 898 static void android_os_Parcel_writeByteArray(JNIEnv*, jclass, jlong, jbyteArray, jint, jint) {} in android_os_Parcel_writeByteArray() argument 900 static void android_os_Parcel_writeBlob(JNIEnv*, jclass, jlong, jbyteArray, jint, jint) {} in android_os_Parcel_writeBlob() argument 901 static void android_os_Parcel_writeInt(JNIEnv*, jclass, jlong, jint) {} in android_os_Parcel_writeInt() argument
|
/libnativehelper/include_jni/ |
D | jni.h | 139 typedef _JNIEnv JNIEnv; typedef 142 typedef const struct JNINativeInterface* JNIEnv; typedef
|