Searched defs:jlong (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 869 static void TestJniMacros_v_lib(jlong, jint, jboolean) {} in TestJniMacros_v_lib() argument 870 static void TestJniMacros_v_lib_od(jlong, jint, jboolean) {} in TestJniMacros_v_lib_od() argument 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 877 static jint android_os_Parcel_dataSize(jlong) { return 0; } in android_os_Parcel_dataSize() argument 878 static jint android_os_Parcel_dataAvail(jlong) { return 0; } in android_os_Parcel_dataAvail() argument 879 static jint android_os_Parcel_dataPosition(jlong) { return 0; } in android_os_Parcel_dataPosition() argument 880 static jint android_os_Parcel_dataCapacity(jlong) { return 0; } in android_os_Parcel_dataCapacity() argument 881 static jlong android_os_Parcel_setDataSize(JNIEnv*, jclass, jlong, jint) { return 0; } in android_os_Parcel_setDataSize() argument 882 static void android_os_Parcel_setDataPosition(jlong, jint) {} in android_os_Parcel_setDataPosition() argument [all …]
|
/libnativehelper/header_only_include/nativehelper/ |
D | utils.h | 53 operator jlong() const { return 0; } in jlong() function
|
/libnativehelper/include_jni/ |
D | jni.h | 35 typedef int64_t jlong; /* signed 64 bits */ typedef
|