Searched defs:JNIEnv (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/tests/ |
D | libnativehelper_test.cpp | 165 interface.NewStringUTF = [](JNIEnv*, const char*) -> jstring { return nullptr; }; in TEST_F() argument 179 interface.NewStringUTF = [](JNIEnv*, const char*) -> jstring { return nullptr; }; in TEST_F() argument
|
D | JniSafeRegisterNativeMethods_test.cpp | 871 static void TestJniMacros_v_eolib(JNIEnv*, jobject, jlong, jint, jboolean) {} in TestJniMacros_v_eolib() argument 872 static void TestJniMacros_v_eolib_od(JNIEnv*, jobject, jlong, jint, jboolean) {} in TestJniMacros_v_eolib_od() argument 881 static jlong android_os_Parcel_setDataSize(JNIEnv*, jclass, jlong, jint) { return 0; } in android_os_Parcel_setDataSize() argument 883 static void android_os_Parcel_setDataCapacity(JNIEnv*, jclass, jlong, jint) {} in android_os_Parcel_setDataCapacity() argument 886 static void android_os_Parcel_writeByteArray(JNIEnv*, jclass, jlong, jbyteArray, jint, jint) {} in android_os_Parcel_writeByteArray() argument 888 static void android_os_Parcel_writeBlob(JNIEnv*, jclass, jlong, jbyteArray, jint, jint) {} in android_os_Parcel_writeBlob() argument 889 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
|