Searched refs:android_os_Parcel_unmarshall (Results 1 – 2 of 2) sorted by relevance
/aosp12/libnativehelper/tests/ |
H A D | JniSafeRegisterNativeMethods_test.cpp | 996 static jlong android_os_Parcel_unmarshall(JNIEnv* env, in android_os_Parcel_unmarshall() function 1141 "nativeUnmarshall", android_os_Parcel_unmarshall), in TEST() 1224 {"nativeUnmarshall", "(J[BII)J", (void*)android_os_Parcel_unmarshall}, in TEST()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_Parcel.cpp | 565 static void android_os_Parcel_unmarshall(JNIEnv* env, jclass clazz, jlong nativePtr, in android_os_Parcel_unmarshall() function 818 {"nativeUnmarshall", "(J[BII)V", (void*)android_os_Parcel_unmarshall},
|