Home
last modified time | relevance | path

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

/aosp12/libnativehelper/tests/
H A DJniSafeRegisterNativeMethods_test.cpp897 static void android_os_Parcel_restoreAllowFds(jlong, jboolean) {} in android_os_Parcel_restoreAllowFds() function
1074 "nativeRestoreAllowFds", android_os_Parcel_restoreAllowFds), in TEST()
1183 {"nativeRestoreAllowFds", "(JZ)V", (void*)android_os_Parcel_restoreAllowFds}, in TEST()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp165 static void android_os_Parcel_restoreAllowFds(jlong nativePtr, jboolean lastValue) in android_os_Parcel_restoreAllowFds() function
771 {"nativeRestoreAllowFds", "(JZ)V", (void*)android_os_Parcel_restoreAllowFds},