Home
last modified time | relevance | path

Searched refs:android_os_Parcel_writeLong (Results 1 – 2 of 2) sorted by relevance

/aosp12/libnativehelper/tests/
H A DJniSafeRegisterNativeMethods_test.cpp902 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 Dandroid_os_Parcel.cpp244 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},