Loading libs/binder/ndk/include_platform/android/binder_parcel_platform.h +5 −3 Original line number Diff line number Diff line Loading @@ -20,9 +20,7 @@ __BEGIN_DECLS #if defined(__ANDROID_APEX__) || defined(__ANDROID_VNDK__) #error this is only for platform code #endif #if !defined(__ANDROID_APEX__) && !defined(__ANDROID_VNDK__) /** * Gets whether or not FDs are allowed by this AParcel Loading @@ -33,6 +31,9 @@ __BEGIN_DECLS */ bool AParcel_getAllowFds(const AParcel*); #endif #if !defined(__ANDROID_APEX__) /** * Data written to the parcel will be zero'd before being deleted or realloced. * Loading @@ -43,5 +44,6 @@ bool AParcel_getAllowFds(const AParcel*); * \param parcel The parcel to clear associated data from. */ void AParcel_markSensitive(const AParcel* parcel); #endif __END_DECLS libs/binder/ndk/libbinder_ndk.map.txt +1 −1 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ LIBBINDER_NDK31 { # introduced=31 ABinderProcess_setupPolling; # apex AIBinder_getCallingSid; # apex AIBinder_setRequestingSid; # apex AParcel_markSensitive; # llndk AServiceManager_isDeclared; # apex llndk AServiceManager_forEachDeclaredInstance; # apex llndk AServiceManager_registerLazyService; # llndk Loading @@ -139,7 +140,6 @@ LIBBINDER_NDK31 { # introduced=31 LIBBINDER_NDK_PLATFORM { global: AParcel_getAllowFds; AParcel_markSensitive; extern "C++" { AIBinder_fromPlatformBinder*; AIBinder_toPlatformBinder*; Loading Loading
libs/binder/ndk/include_platform/android/binder_parcel_platform.h +5 −3 Original line number Diff line number Diff line Loading @@ -20,9 +20,7 @@ __BEGIN_DECLS #if defined(__ANDROID_APEX__) || defined(__ANDROID_VNDK__) #error this is only for platform code #endif #if !defined(__ANDROID_APEX__) && !defined(__ANDROID_VNDK__) /** * Gets whether or not FDs are allowed by this AParcel Loading @@ -33,6 +31,9 @@ __BEGIN_DECLS */ bool AParcel_getAllowFds(const AParcel*); #endif #if !defined(__ANDROID_APEX__) /** * Data written to the parcel will be zero'd before being deleted or realloced. * Loading @@ -43,5 +44,6 @@ bool AParcel_getAllowFds(const AParcel*); * \param parcel The parcel to clear associated data from. */ void AParcel_markSensitive(const AParcel* parcel); #endif __END_DECLS
libs/binder/ndk/libbinder_ndk.map.txt +1 −1 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ LIBBINDER_NDK31 { # introduced=31 ABinderProcess_setupPolling; # apex AIBinder_getCallingSid; # apex AIBinder_setRequestingSid; # apex AParcel_markSensitive; # llndk AServiceManager_isDeclared; # apex llndk AServiceManager_forEachDeclaredInstance; # apex llndk AServiceManager_registerLazyService; # llndk Loading @@ -139,7 +140,6 @@ LIBBINDER_NDK31 { # introduced=31 LIBBINDER_NDK_PLATFORM { global: AParcel_getAllowFds; AParcel_markSensitive; extern "C++" { AIBinder_fromPlatformBinder*; AIBinder_toPlatformBinder*; Loading