Searched refs:android_os_Parcel_writeLong (Results 1 – 2 of 2) sorted by relevance
/aosp12/libnativehelper/tests/ |
H A D | JniSafeRegisterNativeMethods_test.cpp | 902 static void android_os_Parcel_writeLong(JNIEnv* env, in android_os_Parcel_writeLong() function 1084 "nativeWriteLong", android_os_Parcel_writeLong), in TEST() 1190 {"nativeWriteLong", "(JJ)V", (void*)android_os_Parcel_writeLong}, in TEST()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_Parcel.cpp | 244 static int android_os_Parcel_writeLong(jlong nativePtr, jlong val) { in android_os_Parcel_writeLong() function 778 {"nativeWriteLong", "(JJ)I", (void*)android_os_Parcel_writeLong},
|