summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalesh Singh <kaleshsingh@google.com>2021-04-03 01:35:03 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-03 01:35:03 +0000
commit0ffc14696b63d211386e6cf598261d9de2dfc19e (patch)
tree3d1146f3eb85dd786e37624ba3e27e61badd82b1
parent37bb9728c8541a8fbca8a76fc5e7969595efae1a (diff)
parent9d0e0a4d5370ff21ec66f0c26f4192a06acb0988 (diff)
downloadndk-0ffc14696b63d211386e6cf598261d9de2dfc19e.tar.gz
NDK ABI update for downgrade stability API am: b238a12a06 am: 9d0e0a4d53
Original change: https://android-review.googlesource.com/c/platform/prebuilts/abi-dumps/ndk/+/1660939 Change-Id: I3efafa2d3d2caa530cdd70f94b0527e32311ddcf
-rw-r--r--S/64/arm64_armv8-a/source-based/libbinder_ndk.so.lsdump28
-rw-r--r--S/64/arm_armv7-a-neon/source-based/libbinder_ndk.so.lsdump28
-rw-r--r--S/64/arm_armv8-a/source-based/libbinder_ndk.so.lsdump28
-rw-r--r--S/64/x86/source-based/libbinder_ndk.so.lsdump28
-rw-r--r--S/64/x86_64/source-based/libbinder_ndk.so.lsdump28
-rw-r--r--S/64/x86_x86_64/source-based/libbinder_ndk.so.lsdump28
6 files changed, 138 insertions, 30 deletions
diff --git a/S/64/arm64_armv8-a/source-based/libbinder_ndk.so.lsdump b/S/64/arm64_armv8-a/source-based/libbinder_ndk.so.lsdump
index 8303b85..e161a6b 100644
--- a/S/64/arm64_armv8-a/source-based/libbinder_ndk.so.lsdump
+++ b/S/64/arm64_armv8-a/source-based/libbinder_ndk.so.lsdump
@@ -197,6 +197,12 @@
"name" : "AIBinder_dump"
},
{
+ "name" : "AIBinder_forceDowngradeToSystemStability"
+ },
+ {
+ "name" : "AIBinder_forceDowngradeToVendorStability"
+ },
+ {
"name" : "AIBinder_fromJavaBinder"
},
{
@@ -537,7 +543,7 @@
}
],
"linker_set_key" : "_ZTI12$FLAG_ONEWAY",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:45:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:40:1)",
"referenced_type" : "_ZTI12$FLAG_ONEWAY",
"self_type" : "_ZTI12$FLAG_ONEWAY",
"size" : 4,
@@ -640,7 +646,7 @@
}
],
"linker_set_key" : "_ZTI18$EX_BAD_PARCELABLE",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:65:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:79:1)",
"referenced_type" : "_ZTI18$EX_BAD_PARCELABLE",
"self_type" : "_ZTI18$EX_BAD_PARCELABLE",
"size" : 4,
@@ -657,7 +663,7 @@
}
],
"linker_set_key" : "_ZTI19$FLAG_PRIVATE_LOCAL",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:50:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:59:1)",
"referenced_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
"self_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
"size" : 4,
@@ -763,7 +769,7 @@
}
],
"linker_set_key" : "_ZTI22$STATUS_ALREADY_EXISTS",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:35:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:45:1)",
"referenced_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
"self_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
"size" : 4,
@@ -784,7 +790,7 @@
}
],
"linker_set_key" : "_ZTI23$FIRST_CALL_TRANSACTION",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:57:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:52:1)",
"referenced_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
"self_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
"size" : 4,
@@ -6435,6 +6441,18 @@
"source_file" : "frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h"
},
{
+ "function_name" : "AIBinder_forceDowngradeToSystemStability",
+ "linker_set_key" : "AIBinder_forceDowngradeToSystemStability",
+ "parameters" :
+ [
+ {
+ "referenced_type" : "_ZTIP8AIBinder"
+ }
+ ],
+ "return_type" : "_ZTIv",
+ "source_file" : "frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h"
+ },
+ {
"function_name" : "AIBinder_fromJavaBinder",
"linker_set_key" : "AIBinder_fromJavaBinder",
"parameters" :
diff --git a/S/64/arm_armv7-a-neon/source-based/libbinder_ndk.so.lsdump b/S/64/arm_armv7-a-neon/source-based/libbinder_ndk.so.lsdump
index b6ad324..963f8d9 100644
--- a/S/64/arm_armv7-a-neon/source-based/libbinder_ndk.so.lsdump
+++ b/S/64/arm_armv7-a-neon/source-based/libbinder_ndk.so.lsdump
@@ -197,6 +197,12 @@
"name" : "AIBinder_dump"
},
{
+ "name" : "AIBinder_forceDowngradeToSystemStability"
+ },
+ {
+ "name" : "AIBinder_forceDowngradeToVendorStability"
+ },
+ {
"name" : "AIBinder_fromJavaBinder"
},
{
@@ -537,7 +543,7 @@
}
],
"linker_set_key" : "_ZTI12$FLAG_ONEWAY",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:45:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:40:1)",
"referenced_type" : "_ZTI12$FLAG_ONEWAY",
"self_type" : "_ZTI12$FLAG_ONEWAY",
"size" : 4,
@@ -640,7 +646,7 @@
}
],
"linker_set_key" : "_ZTI18$EX_BAD_PARCELABLE",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:65:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:79:1)",
"referenced_type" : "_ZTI18$EX_BAD_PARCELABLE",
"self_type" : "_ZTI18$EX_BAD_PARCELABLE",
"size" : 4,
@@ -657,7 +663,7 @@
}
],
"linker_set_key" : "_ZTI19$FLAG_PRIVATE_LOCAL",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:50:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:59:1)",
"referenced_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
"self_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
"size" : 4,
@@ -763,7 +769,7 @@
}
],
"linker_set_key" : "_ZTI22$STATUS_ALREADY_EXISTS",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:35:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:45:1)",
"referenced_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
"self_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
"size" : 4,
@@ -784,7 +790,7 @@
}
],
"linker_set_key" : "_ZTI23$FIRST_CALL_TRANSACTION",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:57:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:52:1)",
"referenced_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
"self_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
"size" : 4,
@@ -6435,6 +6441,18 @@
"source_file" : "frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h"
},
{
+ "function_name" : "AIBinder_forceDowngradeToSystemStability",
+ "linker_set_key" : "AIBinder_forceDowngradeToSystemStability",
+ "parameters" :
+ [
+ {
+ "referenced_type" : "_ZTIP8AIBinder"
+ }
+ ],
+ "return_type" : "_ZTIv",
+ "source_file" : "frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h"
+ },
+ {
"function_name" : "AIBinder_fromJavaBinder",
"linker_set_key" : "AIBinder_fromJavaBinder",
"parameters" :
diff --git a/S/64/arm_armv8-a/source-based/libbinder_ndk.so.lsdump b/S/64/arm_armv8-a/source-based/libbinder_ndk.so.lsdump
index b6ad324..963f8d9 100644
--- a/S/64/arm_armv8-a/source-based/libbinder_ndk.so.lsdump
+++ b/S/64/arm_armv8-a/source-based/libbinder_ndk.so.lsdump
@@ -197,6 +197,12 @@
"name" : "AIBinder_dump"
},
{
+ "name" : "AIBinder_forceDowngradeToSystemStability"
+ },
+ {
+ "name" : "AIBinder_forceDowngradeToVendorStability"
+ },
+ {
"name" : "AIBinder_fromJavaBinder"
},
{
@@ -537,7 +543,7 @@
}
],
"linker_set_key" : "_ZTI12$FLAG_ONEWAY",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:45:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:40:1)",
"referenced_type" : "_ZTI12$FLAG_ONEWAY",
"self_type" : "_ZTI12$FLAG_ONEWAY",
"size" : 4,
@@ -640,7 +646,7 @@
}
],
"linker_set_key" : "_ZTI18$EX_BAD_PARCELABLE",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:65:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:79:1)",
"referenced_type" : "_ZTI18$EX_BAD_PARCELABLE",
"self_type" : "_ZTI18$EX_BAD_PARCELABLE",
"size" : 4,
@@ -657,7 +663,7 @@
}
],
"linker_set_key" : "_ZTI19$FLAG_PRIVATE_LOCAL",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:50:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:59:1)",
"referenced_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
"self_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
"size" : 4,
@@ -763,7 +769,7 @@
}
],
"linker_set_key" : "_ZTI22$STATUS_ALREADY_EXISTS",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:35:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:45:1)",
"referenced_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
"self_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
"size" : 4,
@@ -784,7 +790,7 @@
}
],
"linker_set_key" : "_ZTI23$FIRST_CALL_TRANSACTION",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:57:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:52:1)",
"referenced_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
"self_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
"size" : 4,
@@ -6435,6 +6441,18 @@
"source_file" : "frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h"
},
{
+ "function_name" : "AIBinder_forceDowngradeToSystemStability",
+ "linker_set_key" : "AIBinder_forceDowngradeToSystemStability",
+ "parameters" :
+ [
+ {
+ "referenced_type" : "_ZTIP8AIBinder"
+ }
+ ],
+ "return_type" : "_ZTIv",
+ "source_file" : "frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h"
+ },
+ {
"function_name" : "AIBinder_fromJavaBinder",
"linker_set_key" : "AIBinder_fromJavaBinder",
"parameters" :
diff --git a/S/64/x86/source-based/libbinder_ndk.so.lsdump b/S/64/x86/source-based/libbinder_ndk.so.lsdump
index 649fac8..963d737 100644
--- a/S/64/x86/source-based/libbinder_ndk.so.lsdump
+++ b/S/64/x86/source-based/libbinder_ndk.so.lsdump
@@ -196,6 +196,12 @@
"name" : "AIBinder_dump"
},
{
+ "name" : "AIBinder_forceDowngradeToSystemStability"
+ },
+ {
+ "name" : "AIBinder_forceDowngradeToVendorStability"
+ },
+ {
"name" : "AIBinder_fromJavaBinder"
},
{
@@ -536,7 +542,7 @@
}
],
"linker_set_key" : "_ZTI12$FLAG_ONEWAY",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:45:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:40:1)",
"referenced_type" : "_ZTI12$FLAG_ONEWAY",
"self_type" : "_ZTI12$FLAG_ONEWAY",
"size" : 4,
@@ -639,7 +645,7 @@
}
],
"linker_set_key" : "_ZTI18$EX_BAD_PARCELABLE",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:65:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:79:1)",
"referenced_type" : "_ZTI18$EX_BAD_PARCELABLE",
"self_type" : "_ZTI18$EX_BAD_PARCELABLE",
"size" : 4,
@@ -656,7 +662,7 @@
}
],
"linker_set_key" : "_ZTI19$FLAG_PRIVATE_LOCAL",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:50:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:59:1)",
"referenced_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
"self_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
"size" : 4,
@@ -762,7 +768,7 @@
}
],
"linker_set_key" : "_ZTI22$STATUS_ALREADY_EXISTS",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:35:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:45:1)",
"referenced_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
"self_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
"size" : 4,
@@ -783,7 +789,7 @@
}
],
"linker_set_key" : "_ZTI23$FIRST_CALL_TRANSACTION",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:57:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:52:1)",
"referenced_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
"self_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
"size" : 4,
@@ -6434,6 +6440,18 @@
"source_file" : "frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h"
},
{
+ "function_name" : "AIBinder_forceDowngradeToSystemStability",
+ "linker_set_key" : "AIBinder_forceDowngradeToSystemStability",
+ "parameters" :
+ [
+ {
+ "referenced_type" : "_ZTIP8AIBinder"
+ }
+ ],
+ "return_type" : "_ZTIv",
+ "source_file" : "frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h"
+ },
+ {
"function_name" : "AIBinder_fromJavaBinder",
"linker_set_key" : "AIBinder_fromJavaBinder",
"parameters" :
diff --git a/S/64/x86_64/source-based/libbinder_ndk.so.lsdump b/S/64/x86_64/source-based/libbinder_ndk.so.lsdump
index a66a4af..9c7a552 100644
--- a/S/64/x86_64/source-based/libbinder_ndk.so.lsdump
+++ b/S/64/x86_64/source-based/libbinder_ndk.so.lsdump
@@ -196,6 +196,12 @@
"name" : "AIBinder_dump"
},
{
+ "name" : "AIBinder_forceDowngradeToSystemStability"
+ },
+ {
+ "name" : "AIBinder_forceDowngradeToVendorStability"
+ },
+ {
"name" : "AIBinder_fromJavaBinder"
},
{
@@ -536,7 +542,7 @@
}
],
"linker_set_key" : "_ZTI12$FLAG_ONEWAY",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:45:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:40:1)",
"referenced_type" : "_ZTI12$FLAG_ONEWAY",
"self_type" : "_ZTI12$FLAG_ONEWAY",
"size" : 4,
@@ -639,7 +645,7 @@
}
],
"linker_set_key" : "_ZTI18$EX_BAD_PARCELABLE",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:65:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:79:1)",
"referenced_type" : "_ZTI18$EX_BAD_PARCELABLE",
"self_type" : "_ZTI18$EX_BAD_PARCELABLE",
"size" : 4,
@@ -656,7 +662,7 @@
}
],
"linker_set_key" : "_ZTI19$FLAG_PRIVATE_LOCAL",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:50:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:59:1)",
"referenced_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
"self_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
"size" : 4,
@@ -762,7 +768,7 @@
}
],
"linker_set_key" : "_ZTI22$STATUS_ALREADY_EXISTS",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:35:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:45:1)",
"referenced_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
"self_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
"size" : 4,
@@ -783,7 +789,7 @@
}
],
"linker_set_key" : "_ZTI23$FIRST_CALL_TRANSACTION",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:57:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:52:1)",
"referenced_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
"self_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
"size" : 4,
@@ -6434,6 +6440,18 @@
"source_file" : "frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h"
},
{
+ "function_name" : "AIBinder_forceDowngradeToSystemStability",
+ "linker_set_key" : "AIBinder_forceDowngradeToSystemStability",
+ "parameters" :
+ [
+ {
+ "referenced_type" : "_ZTIP8AIBinder"
+ }
+ ],
+ "return_type" : "_ZTIv",
+ "source_file" : "frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h"
+ },
+ {
"function_name" : "AIBinder_fromJavaBinder",
"linker_set_key" : "AIBinder_fromJavaBinder",
"parameters" :
diff --git a/S/64/x86_x86_64/source-based/libbinder_ndk.so.lsdump b/S/64/x86_x86_64/source-based/libbinder_ndk.so.lsdump
index 649fac8..963d737 100644
--- a/S/64/x86_x86_64/source-based/libbinder_ndk.so.lsdump
+++ b/S/64/x86_x86_64/source-based/libbinder_ndk.so.lsdump
@@ -196,6 +196,12 @@
"name" : "AIBinder_dump"
},
{
+ "name" : "AIBinder_forceDowngradeToSystemStability"
+ },
+ {
+ "name" : "AIBinder_forceDowngradeToVendorStability"
+ },
+ {
"name" : "AIBinder_fromJavaBinder"
},
{
@@ -536,7 +542,7 @@
}
],
"linker_set_key" : "_ZTI12$FLAG_ONEWAY",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:45:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:40:1)",
"referenced_type" : "_ZTI12$FLAG_ONEWAY",
"self_type" : "_ZTI12$FLAG_ONEWAY",
"size" : 4,
@@ -639,7 +645,7 @@
}
],
"linker_set_key" : "_ZTI18$EX_BAD_PARCELABLE",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:65:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:79:1)",
"referenced_type" : "_ZTI18$EX_BAD_PARCELABLE",
"self_type" : "_ZTI18$EX_BAD_PARCELABLE",
"size" : 4,
@@ -656,7 +662,7 @@
}
],
"linker_set_key" : "_ZTI19$FLAG_PRIVATE_LOCAL",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:50:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:59:1)",
"referenced_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
"self_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
"size" : 4,
@@ -762,7 +768,7 @@
}
],
"linker_set_key" : "_ZTI22$STATUS_ALREADY_EXISTS",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:35:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:45:1)",
"referenced_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
"self_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
"size" : 4,
@@ -783,7 +789,7 @@
}
],
"linker_set_key" : "_ZTI23$FIRST_CALL_TRANSACTION",
- "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:57:1)",
+ "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:52:1)",
"referenced_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
"self_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
"size" : 4,
@@ -6434,6 +6440,18 @@
"source_file" : "frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h"
},
{
+ "function_name" : "AIBinder_forceDowngradeToSystemStability",
+ "linker_set_key" : "AIBinder_forceDowngradeToSystemStability",
+ "parameters" :
+ [
+ {
+ "referenced_type" : "_ZTIP8AIBinder"
+ }
+ ],
+ "return_type" : "_ZTIv",
+ "source_file" : "frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h"
+ },
+ {
"function_name" : "AIBinder_fromJavaBinder",
"linker_set_key" : "AIBinder_fromJavaBinder",
"parameters" :