Searched refs:android_os_Parcel_restoreAllowFds (Results 1 – 2 of 2) sorted by relevance
/aosp12/libnativehelper/tests/ |
H A D | JniSafeRegisterNativeMethods_test.cpp | 897 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 D | android_os_Parcel.cpp | 165 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},
|