Home
last modified time | relevance | path

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

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