blob: d4bd8d1b80702ead530be17eeae506d8ca6979d1 [file] [log] [blame]
Hsin-Yi Chen2ebbabf2021-05-26 17:15:23 +08001{
2 "array_types" : [],
Hsin-Yi Chenf6586b02021-06-08 17:39:31 +08003 "builtin_types" :
4 [
5 {
6 "alignment" : 8,
7 "linker_set_key" : "_ZTIDn",
8 "name" : "nullptr_t",
9 "referenced_type" : "_ZTIDn",
10 "self_type" : "_ZTIDn",
11 "size" : 8
12 },
13 {
14 "alignment" : 1,
15 "is_integral" : true,
16 "is_unsigned" : true,
17 "linker_set_key" : "_ZTIb",
18 "name" : "bool",
19 "referenced_type" : "_ZTIb",
20 "self_type" : "_ZTIb",
21 "size" : 1
22 },
23 {
24 "alignment" : 1,
25 "is_integral" : true,
26 "linker_set_key" : "_ZTIc",
27 "name" : "char",
28 "referenced_type" : "_ZTIc",
29 "self_type" : "_ZTIc",
30 "size" : 1
31 },
32 {
33 "alignment" : 4,
34 "is_integral" : true,
35 "linker_set_key" : "_ZTIi",
36 "name" : "int",
37 "referenced_type" : "_ZTIi",
38 "self_type" : "_ZTIi",
39 "size" : 4
40 },
41 {
42 "alignment" : 4,
43 "is_integral" : true,
44 "is_unsigned" : true,
45 "linker_set_key" : "_ZTIj",
46 "name" : "unsigned int",
47 "referenced_type" : "_ZTIj",
48 "self_type" : "_ZTIj",
49 "size" : 4
50 },
51 {
52 "alignment" : 8,
53 "is_integral" : true,
54 "linker_set_key" : "_ZTIl",
55 "name" : "long",
56 "referenced_type" : "_ZTIl",
57 "self_type" : "_ZTIl",
58 "size" : 8
59 },
60 {
61 "alignment" : 8,
62 "is_integral" : true,
63 "is_unsigned" : true,
64 "linker_set_key" : "_ZTIm",
65 "name" : "unsigned long",
66 "referenced_type" : "_ZTIm",
67 "self_type" : "_ZTIm",
68 "size" : 8
69 },
70 {
71 "linker_set_key" : "_ZTIv",
72 "name" : "void",
73 "referenced_type" : "_ZTIv",
74 "self_type" : "_ZTIv"
75 }
76 ],
Hsin-Yi Chen2ebbabf2021-05-26 17:15:23 +080077 "elf_functions" :
78 [
79 {
80 "name" : "_ZN4aidl7android8hardware6common12MappableFile14readFromParcelEPK7AParcel"
81 },
82 {
83 "name" : "_ZN4aidl7android8hardware6common12NativeHandle14readFromParcelEPK7AParcel"
84 },
85 {
86 "name" : "_ZN4aidl7android8hardware6common6Ashmem14readFromParcelEPK7AParcel"
87 },
88 {
89 "name" : "_ZNK4aidl7android8hardware6common12MappableFile13writeToParcelEP7AParcel"
90 },
91 {
92 "name" : "_ZNK4aidl7android8hardware6common12NativeHandle13writeToParcelEP7AParcel"
93 },
94 {
95 "name" : "_ZNK4aidl7android8hardware6common6Ashmem13writeToParcelEP7AParcel"
96 },
97 {
98 "binding" : "weak",
99 "name" : "_ZNSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEE8__appendEm"
100 },
101 {
102 "binding" : "weak",
103 "name" : "_ZNSt3__16vectorIiNS_9allocatorIiEEE8__appendEm"
104 }
105 ],
106 "elf_objects" :
107 [
108 {
109 "name" : "_ZN4aidl7android8hardware6common12MappableFile10descriptorE"
110 },
111 {
112 "name" : "_ZN4aidl7android8hardware6common12NativeHandle10descriptorE"
113 },
114 {
115 "name" : "_ZN4aidl7android8hardware6common6Ashmem10descriptorE"
116 }
117 ],
Hsin-Yi Chenf6586b02021-06-08 17:39:31 +0800118 "enum_types" :
119 [
120 {
121 "alignment" : 4,
122 "enum_fields" :
123 [
124 {
125 "enum_field_value" : 1,
126 "name" : "FLAG_ONEWAY"
127 }
128 ],
129 "linker_set_key" : "_ZTI12$FLAG_ONEWAY",
130 "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:43:1)",
131 "referenced_type" : "_ZTI12$FLAG_ONEWAY",
132 "self_type" : "_ZTI12$FLAG_ONEWAY",
133 "size" : 4,
134 "source_file" : "frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h",
135 "underlying_type" : "_ZTIj"
136 },
137 {
138 "alignment" : 4,
139 "enum_fields" :
140 [
141 {
142 "enum_field_value" : 0,
143 "name" : "EX_NONE"
144 },
145 {
146 "enum_field_value" : -1,
147 "name" : "EX_SECURITY"
148 },
149 {
150 "enum_field_value" : -2,
151 "name" : "EX_BAD_PARCELABLE"
152 },
153 {
154 "enum_field_value" : -3,
155 "name" : "EX_ILLEGAL_ARGUMENT"
156 },
157 {
158 "enum_field_value" : -4,
159 "name" : "EX_NULL_POINTER"
160 },
161 {
162 "enum_field_value" : -5,
163 "name" : "EX_ILLEGAL_STATE"
164 },
165 {
166 "enum_field_value" : -6,
167 "name" : "EX_NETWORK_MAIN_THREAD"
168 },
169 {
170 "enum_field_value" : -7,
171 "name" : "EX_UNSUPPORTED_OPERATION"
172 },
173 {
174 "enum_field_value" : -8,
175 "name" : "EX_SERVICE_SPECIFIC"
176 },
177 {
178 "enum_field_value" : -9,
179 "name" : "EX_PARCELABLE"
180 },
181 {
182 "enum_field_value" : -129,
183 "name" : "EX_TRANSACTION_FAILED"
184 }
185 ],
186 "linker_set_key" : "_ZTI18$EX_BAD_PARCELABLE",
187 "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:79:1)",
188 "referenced_type" : "_ZTI18$EX_BAD_PARCELABLE",
189 "self_type" : "_ZTI18$EX_BAD_PARCELABLE",
190 "size" : 4,
191 "source_file" : "frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h",
192 "underlying_type" : "_ZTIi"
193 },
194 {
195 "alignment" : 4,
196 "enum_fields" :
197 [
198 {
199 "enum_field_value" : 268435456,
200 "name" : "FLAG_PRIVATE_LOCAL"
201 }
202 ],
203 "linker_set_key" : "_ZTI19$FLAG_PRIVATE_LOCAL",
204 "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:35:1)",
205 "referenced_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
206 "self_type" : "_ZTI19$FLAG_PRIVATE_LOCAL",
207 "size" : 4,
208 "source_file" : "frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h",
209 "underlying_type" : "_ZTIj"
210 },
211 {
212 "alignment" : 4,
213 "enum_fields" :
214 [
215 {
216 "enum_field_value" : 268435456,
217 "name" : "FLAG_PRIVATE_VENDOR"
218 }
219 ],
220 "linker_set_key" : "_ZTI20$FLAG_PRIVATE_VENDOR",
221 "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h:26:1)",
222 "referenced_type" : "_ZTI20$FLAG_PRIVATE_VENDOR",
223 "self_type" : "_ZTI20$FLAG_PRIVATE_VENDOR",
224 "size" : 4,
225 "source_file" : "frameworks/native/libs/binder/ndk/include_platform/android/binder_stability.h",
226 "underlying_type" : "_ZTIj"
227 },
228 {
229 "alignment" : 4,
230 "enum_fields" :
231 [
232 {
233 "enum_field_value" : 0,
234 "name" : "STATUS_OK"
235 },
236 {
237 "enum_field_value" : -2147483648,
238 "name" : "STATUS_UNKNOWN_ERROR"
239 },
240 {
241 "enum_field_value" : -12,
242 "name" : "STATUS_NO_MEMORY"
243 },
244 {
245 "enum_field_value" : -38,
246 "name" : "STATUS_INVALID_OPERATION"
247 },
248 {
249 "enum_field_value" : -22,
250 "name" : "STATUS_BAD_VALUE"
251 },
252 {
253 "enum_field_value" : -2147483647,
254 "name" : "STATUS_BAD_TYPE"
255 },
256 {
257 "enum_field_value" : -2,
258 "name" : "STATUS_NAME_NOT_FOUND"
259 },
260 {
261 "enum_field_value" : -1,
262 "name" : "STATUS_PERMISSION_DENIED"
263 },
264 {
265 "enum_field_value" : -19,
266 "name" : "STATUS_NO_INIT"
267 },
268 {
269 "enum_field_value" : -17,
270 "name" : "STATUS_ALREADY_EXISTS"
271 },
272 {
273 "enum_field_value" : -32,
274 "name" : "STATUS_DEAD_OBJECT"
275 },
276 {
277 "enum_field_value" : -2147483646,
278 "name" : "STATUS_FAILED_TRANSACTION"
279 },
280 {
281 "enum_field_value" : -75,
282 "name" : "STATUS_BAD_INDEX"
283 },
284 {
285 "enum_field_value" : -61,
286 "name" : "STATUS_NOT_ENOUGH_DATA"
287 },
288 {
289 "enum_field_value" : -11,
290 "name" : "STATUS_WOULD_BLOCK"
291 },
292 {
293 "enum_field_value" : -110,
294 "name" : "STATUS_TIMED_OUT"
295 },
296 {
297 "enum_field_value" : -74,
298 "name" : "STATUS_UNKNOWN_TRANSACTION"
299 },
300 {
301 "enum_field_value" : -2147483641,
302 "name" : "STATUS_FDS_NOT_ALLOWED"
303 },
304 {
305 "enum_field_value" : -2147483640,
306 "name" : "STATUS_UNEXPECTED_NULL"
307 }
308 ],
309 "linker_set_key" : "_ZTI22$STATUS_ALREADY_EXISTS",
310 "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h:45:1)",
311 "referenced_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
312 "self_type" : "_ZTI22$STATUS_ALREADY_EXISTS",
313 "size" : 4,
314 "source_file" : "frameworks/native/libs/binder/ndk/include_ndk/android/binder_status.h",
315 "underlying_type" : "_ZTIi"
316 },
317 {
318 "alignment" : 4,
319 "enum_fields" :
320 [
321 {
322 "enum_field_value" : 1,
323 "name" : "FIRST_CALL_TRANSACTION"
324 },
325 {
326 "enum_field_value" : 16777215,
327 "name" : "LAST_CALL_TRANSACTION"
328 }
329 ],
330 "linker_set_key" : "_ZTI23$FIRST_CALL_TRANSACTION",
331 "name" : "(anonymous enum at frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h:58:1)",
332 "referenced_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
333 "self_type" : "_ZTI23$FIRST_CALL_TRANSACTION",
334 "size" : 4,
335 "source_file" : "frameworks/native/libs/binder/ndk/include_ndk/android/binder_ibinder.h",
336 "underlying_type" : "_ZTIj"
337 },
338 {
339 "alignment" : 4,
340 "enum_fields" :
341 [
342 {
343 "enum_field_value" : 0,
344 "name" : "ndk::STABILITY_LOCAL"
345 },
346 {
347 "enum_field_value" : 1,
348 "name" : "ndk::STABILITY_VINTF"
349 }
350 ],
351 "linker_set_key" : "_ZTIN3ndk16$STABILITY_LOCALE",
352 "name" : "ndk::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcelable_utils.h:34:1)",
353 "referenced_type" : "_ZTIN3ndk16$STABILITY_LOCALE",
354 "self_type" : "_ZTIN3ndk16$STABILITY_LOCALE",
355 "size" : 4,
356 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcelable_utils.h",
357 "underlying_type" : "_ZTIj"
358 },
359 {
360 "alignment" : 4,
361 "enum_fields" :
362 [
363 {
364 "enum_field_value" : 1,
365 "name" : "android::internal::details::IsIterable<std::__1::vector<ndk::ScopedFileDescriptor, std::__1::allocator<ndk::ScopedFileDescriptor>>>::value"
366 }
367 ],
368 "linker_set_key" : "_ZTIN7android8internal7details10IsIterableINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
369 "name" : "android::internal::details::IsIterable<vector<ScopedFileDescriptor, allocator<ScopedFileDescriptor>>>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:131:5)",
370 "referenced_type" : "_ZTIN7android8internal7details10IsIterableINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
371 "self_type" : "_ZTIN7android8internal7details10IsIterableINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
372 "size" : 4,
373 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
374 "underlying_type" : "_ZTIj"
375 },
376 {
377 "alignment" : 4,
378 "enum_fields" :
379 [
380 {
381 "enum_field_value" : 1,
382 "name" : "android::internal::details::IsIterable<std::__1::vector<int, std::__1::allocator<int>>>::value"
383 }
384 ],
385 "linker_set_key" : "_ZTIN7android8internal7details10IsIterableINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
386 "name" : "android::internal::details::IsIterable<vector<int, allocator<int>>>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:131:5)",
387 "referenced_type" : "_ZTIN7android8internal7details10IsIterableINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
388 "self_type" : "_ZTIN7android8internal7details10IsIterableINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
389 "size" : 4,
390 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
391 "underlying_type" : "_ZTIj"
392 },
393 {
394 "alignment" : 4,
395 "enum_fields" :
396 [
397 {
398 "enum_field_value" : 0,
399 "name" : "android::internal::details::IsPointerLike<std::__1::vector<ndk::ScopedFileDescriptor, std::__1::allocator<ndk::ScopedFileDescriptor>>>::value"
400 }
401 ],
402 "linker_set_key" : "_ZTIN7android8internal7details13IsPointerLikeINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
403 "name" : "android::internal::details::IsPointerLike<vector<ScopedFileDescriptor, allocator<ScopedFileDescriptor>>>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:118:5)",
404 "referenced_type" : "_ZTIN7android8internal7details13IsPointerLikeINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
405 "self_type" : "_ZTIN7android8internal7details13IsPointerLikeINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
406 "size" : 4,
407 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
408 "underlying_type" : "_ZTIj"
409 },
410 {
411 "alignment" : 4,
412 "enum_fields" :
413 [
414 {
415 "enum_field_value" : 0,
416 "name" : "android::internal::details::IsPointerLike<std::__1::vector<int, std::__1::allocator<int>>>::value"
417 }
418 ],
419 "linker_set_key" : "_ZTIN7android8internal7details13IsPointerLikeINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
420 "name" : "android::internal::details::IsPointerLike<vector<int, allocator<int>>>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:118:5)",
421 "referenced_type" : "_ZTIN7android8internal7details13IsPointerLikeINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
422 "self_type" : "_ZTIN7android8internal7details13IsPointerLikeINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
423 "size" : 4,
424 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
425 "underlying_type" : "_ZTIj"
426 },
427 {
428 "alignment" : 4,
429 "enum_fields" :
430 [
431 {
432 "enum_field_value" : 0,
433 "name" : "android::internal::details::ToEmptyString<ndk::ScopedFileDescriptor>::value"
434 }
435 ],
436 "linker_set_key" : "_ZTIN7android8internal7details13ToEmptyStringIN3ndk20ScopedFileDescriptorEE6$valueE",
437 "name" : "android::internal::details::ToEmptyString<ScopedFileDescriptor>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:153:5)",
438 "referenced_type" : "_ZTIN7android8internal7details13ToEmptyStringIN3ndk20ScopedFileDescriptorEE6$valueE",
439 "self_type" : "_ZTIN7android8internal7details13ToEmptyStringIN3ndk20ScopedFileDescriptorEE6$valueE",
440 "size" : 4,
441 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
442 "underlying_type" : "_ZTIj"
443 },
444 {
445 "alignment" : 4,
446 "enum_fields" :
447 [
448 {
449 "enum_field_value" : 0,
450 "name" : "android::internal::details::ToEmptyString<std::__1::vector<ndk::ScopedFileDescriptor, std::__1::allocator<ndk::ScopedFileDescriptor>>>::value"
451 }
452 ],
453 "linker_set_key" : "_ZTIN7android8internal7details13ToEmptyStringINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
454 "name" : "android::internal::details::ToEmptyString<vector<ScopedFileDescriptor, allocator<ScopedFileDescriptor>>>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:153:5)",
455 "referenced_type" : "_ZTIN7android8internal7details13ToEmptyStringINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
456 "self_type" : "_ZTIN7android8internal7details13ToEmptyStringINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
457 "size" : 4,
458 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
459 "underlying_type" : "_ZTIj"
460 },
461 {
462 "alignment" : 4,
463 "enum_fields" :
464 [
465 {
466 "enum_field_value" : 0,
467 "name" : "android::internal::details::ToEmptyString<std::__1::vector<int, std::__1::allocator<int>>>::value"
468 }
469 ],
470 "linker_set_key" : "_ZTIN7android8internal7details13ToEmptyStringINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
471 "name" : "android::internal::details::ToEmptyString<vector<int, allocator<int>>>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:153:5)",
472 "referenced_type" : "_ZTIN7android8internal7details13ToEmptyStringINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
473 "self_type" : "_ZTIN7android8internal7details13ToEmptyStringINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
474 "size" : 4,
475 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
476 "underlying_type" : "_ZTIj"
477 },
478 {
479 "alignment" : 4,
480 "enum_fields" :
481 [
482 {
483 "enum_field_value" : 0,
484 "name" : "android::internal::details::ToEmptyString<int>::value"
485 }
486 ],
487 "linker_set_key" : "_ZTIN7android8internal7details13ToEmptyStringIiE6$valueE",
488 "name" : "android::internal::details::ToEmptyString<int>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:153:5)",
489 "referenced_type" : "_ZTIN7android8internal7details13ToEmptyStringIiE6$valueE",
490 "self_type" : "_ZTIN7android8internal7details13ToEmptyStringIiE6$valueE",
491 "size" : 4,
492 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
493 "underlying_type" : "_ZTIj"
494 },
495 {
496 "alignment" : 4,
497 "enum_fields" :
498 [
499 {
500 "enum_field_value" : 0,
501 "name" : "android::internal::details::ToEmptyString<long>::value"
502 }
503 ],
504 "linker_set_key" : "_ZTIN7android8internal7details13ToEmptyStringIlE6$valueE",
505 "name" : "android::internal::details::ToEmptyString<long>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:153:5)",
506 "referenced_type" : "_ZTIN7android8internal7details13ToEmptyStringIlE6$valueE",
507 "self_type" : "_ZTIN7android8internal7details13ToEmptyStringIlE6$valueE",
508 "size" : 4,
509 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
510 "underlying_type" : "_ZTIj"
511 },
512 {
513 "alignment" : 4,
514 "enum_fields" :
515 [
516 {
517 "enum_field_value" : 0,
518 "name" : "android::internal::details::HasToStringMethod<std::__1::vector<ndk::ScopedFileDescriptor, std::__1::allocator<ndk::ScopedFileDescriptor>>>::value"
519 }
520 ],
521 "linker_set_key" : "_ZTIN7android8internal7details17HasToStringMethodINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
522 "name" : "android::internal::details::HasToStringMethod<vector<ScopedFileDescriptor, allocator<ScopedFileDescriptor>>>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:77:5)",
523 "referenced_type" : "_ZTIN7android8internal7details17HasToStringMethodINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
524 "self_type" : "_ZTIN7android8internal7details17HasToStringMethodINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
525 "size" : 4,
526 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
527 "underlying_type" : "_ZTIj"
528 },
529 {
530 "alignment" : 4,
531 "enum_fields" :
532 [
533 {
534 "enum_field_value" : 0,
535 "name" : "android::internal::details::HasToStringMethod<std::__1::vector<int, std::__1::allocator<int>>>::value"
536 }
537 ],
538 "linker_set_key" : "_ZTIN7android8internal7details17HasToStringMethodINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
539 "name" : "android::internal::details::HasToStringMethod<vector<int, allocator<int>>>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:77:5)",
540 "referenced_type" : "_ZTIN7android8internal7details17HasToStringMethodINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
541 "self_type" : "_ZTIN7android8internal7details17HasToStringMethodINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
542 "size" : 4,
543 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
544 "underlying_type" : "_ZTIj"
545 },
546 {
547 "alignment" : 4,
548 "enum_fields" :
549 [
550 {
551 "enum_field_value" : 0,
552 "name" : "android::internal::details::HasToStringFunction<std::__1::vector<ndk::ScopedFileDescriptor, std::__1::allocator<ndk::ScopedFileDescriptor>>>::value"
553 }
554 ],
555 "linker_set_key" : "_ZTIN7android8internal7details19HasToStringFunctionINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
556 "name" : "android::internal::details::HasToStringFunction<vector<ScopedFileDescriptor, allocator<ScopedFileDescriptor>>>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:89:5)",
557 "referenced_type" : "_ZTIN7android8internal7details19HasToStringFunctionINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
558 "self_type" : "_ZTIN7android8internal7details19HasToStringFunctionINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEE6$valueE",
559 "size" : 4,
560 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
561 "underlying_type" : "_ZTIj"
562 },
563 {
564 "alignment" : 4,
565 "enum_fields" :
566 [
567 {
568 "enum_field_value" : 0,
569 "name" : "android::internal::details::HasToStringFunction<std::__1::vector<int, std::__1::allocator<int>>>::value"
570 }
571 ],
572 "linker_set_key" : "_ZTIN7android8internal7details19HasToStringFunctionINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
573 "name" : "android::internal::details::HasToStringFunction<vector<int, allocator<int>>>::(anonymous enum at frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:89:5)",
574 "referenced_type" : "_ZTIN7android8internal7details19HasToStringFunctionINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
575 "self_type" : "_ZTIN7android8internal7details19HasToStringFunctionINSt3__16vectorIiNS3_9allocatorIiEEEEE6$valueE",
576 "size" : 4,
577 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
578 "underlying_type" : "_ZTIj"
579 }
580 ],
581 "function_types" :
582 [
583 {
584 "alignment" : 4,
585 "linker_set_key" : "_ZTIFiP8AIBinderjPK7AParcelPS1_E",
586 "name" : "int (AIBinder *, unsigned int, const AParcel *, AParcel *)",
587 "parameters" :
588 [
589 {
590 "referenced_type" : "_ZTIP8AIBinder"
591 },
592 {
593 "referenced_type" : "_ZTIj"
594 },
595 {
596 "referenced_type" : "_ZTIPK7AParcel"
597 },
598 {
599 "referenced_type" : "_ZTIP7AParcel"
600 }
601 ],
602 "referenced_type" : "_ZTIFiP8AIBinderjPK7AParcelPS1_E",
603 "return_type" : "_ZTIi",
604 "self_type" : "_ZTIFiP8AIBinderjPK7AParcelPS1_E",
605 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_interface_utils.h"
606 }
607 ],
608 "functions" :
609 [
610 {
611 "function_name" : "aidl::android::hardware::common::MappableFile::readFromParcel",
612 "linker_set_key" : "_ZN4aidl7android8hardware6common12MappableFile14readFromParcelEPK7AParcel",
613 "parameters" :
614 [
615 {
616 "is_this_ptr" : true,
617 "referenced_type" : "_ZTIPN4aidl7android8hardware6common12MappableFileE"
618 },
619 {
620 "referenced_type" : "_ZTIPK7AParcel"
621 }
622 ],
623 "return_type" : "_ZTIi",
624 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/MappableFile.h"
625 },
626 {
627 "function_name" : "aidl::android::hardware::common::NativeHandle::readFromParcel",
628 "linker_set_key" : "_ZN4aidl7android8hardware6common12NativeHandle14readFromParcelEPK7AParcel",
629 "parameters" :
630 [
631 {
632 "is_this_ptr" : true,
633 "referenced_type" : "_ZTIPN4aidl7android8hardware6common12NativeHandleE"
634 },
635 {
636 "referenced_type" : "_ZTIPK7AParcel"
637 }
638 ],
639 "return_type" : "_ZTIi",
640 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/NativeHandle.h"
641 },
642 {
643 "function_name" : "aidl::android::hardware::common::Ashmem::readFromParcel",
644 "linker_set_key" : "_ZN4aidl7android8hardware6common6Ashmem14readFromParcelEPK7AParcel",
645 "parameters" :
646 [
647 {
648 "is_this_ptr" : true,
649 "referenced_type" : "_ZTIPN4aidl7android8hardware6common6AshmemE"
650 },
651 {
652 "referenced_type" : "_ZTIPK7AParcel"
653 }
654 ],
655 "return_type" : "_ZTIi",
656 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/Ashmem.h"
657 },
658 {
659 "function_name" : "aidl::android::hardware::common::MappableFile::writeToParcel",
660 "linker_set_key" : "_ZNK4aidl7android8hardware6common12MappableFile13writeToParcelEP7AParcel",
661 "parameters" :
662 [
663 {
664 "is_this_ptr" : true,
665 "referenced_type" : "_ZTIPKN4aidl7android8hardware6common12MappableFileE"
666 },
667 {
668 "referenced_type" : "_ZTIP7AParcel"
669 }
670 ],
671 "return_type" : "_ZTIi",
672 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/MappableFile.h"
673 },
674 {
675 "function_name" : "aidl::android::hardware::common::NativeHandle::writeToParcel",
676 "linker_set_key" : "_ZNK4aidl7android8hardware6common12NativeHandle13writeToParcelEP7AParcel",
677 "parameters" :
678 [
679 {
680 "is_this_ptr" : true,
681 "referenced_type" : "_ZTIPKN4aidl7android8hardware6common12NativeHandleE"
682 },
683 {
684 "referenced_type" : "_ZTIP7AParcel"
685 }
686 ],
687 "return_type" : "_ZTIi",
688 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/NativeHandle.h"
689 },
690 {
691 "function_name" : "aidl::android::hardware::common::Ashmem::writeToParcel",
692 "linker_set_key" : "_ZNK4aidl7android8hardware6common6Ashmem13writeToParcelEP7AParcel",
693 "parameters" :
694 [
695 {
696 "is_this_ptr" : true,
697 "referenced_type" : "_ZTIPKN4aidl7android8hardware6common6AshmemE"
698 },
699 {
700 "referenced_type" : "_ZTIP7AParcel"
701 }
702 ],
703 "return_type" : "_ZTIi",
704 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/Ashmem.h"
705 }
706 ],
707 "global_vars" :
708 [
709 {
710 "linker_set_key" : "_ZN4aidl7android8hardware6common12MappableFile10descriptorE",
711 "name" : "aidl::android::hardware::common::MappableFile::descriptor",
712 "referenced_type" : "_ZTIPKc",
713 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/MappableFile.h"
714 },
715 {
716 "linker_set_key" : "_ZN4aidl7android8hardware6common12NativeHandle10descriptorE",
717 "name" : "aidl::android::hardware::common::NativeHandle::descriptor",
718 "referenced_type" : "_ZTIPKc",
719 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/NativeHandle.h"
720 },
721 {
722 "linker_set_key" : "_ZN4aidl7android8hardware6common6Ashmem10descriptorE",
723 "name" : "aidl::android::hardware::common::Ashmem::descriptor",
724 "referenced_type" : "_ZTIPKc",
725 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/Ashmem.h"
726 }
727 ],
728 "lvalue_reference_types" :
729 [
730 {
731 "alignment" : 8,
732 "linker_set_key" : "_ZTIRKN3ndk10SpAIBinderE",
733 "name" : "const ndk::SpAIBinder &",
734 "referenced_type" : "_ZTIKN3ndk10SpAIBinderE",
735 "self_type" : "_ZTIRKN3ndk10SpAIBinderE",
736 "size" : 8,
737 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
738 },
739 {
740 "alignment" : 8,
741 "linker_set_key" : "_ZTIRKN3ndk13ScopedAParcelE",
742 "name" : "const ndk::ScopedAParcel &",
743 "referenced_type" : "_ZTIKN3ndk13ScopedAParcelE",
744 "self_type" : "_ZTIRKN3ndk13ScopedAParcelE",
745 "size" : 8,
746 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
747 },
748 {
749 "alignment" : 8,
750 "linker_set_key" : "_ZTIRKN3ndk17AParcelableHolderE",
751 "name" : "const ndk::AParcelableHolder &",
752 "referenced_type" : "_ZTIKN3ndk17AParcelableHolderE",
753 "self_type" : "_ZTIRKN3ndk17AParcelableHolderE",
754 "size" : 8,
755 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcelable_utils.h"
756 },
757 {
758 "alignment" : 8,
759 "linker_set_key" : "_ZTIRKN3ndk20ScopedFileDescriptorE",
760 "name" : "const ndk::ScopedFileDescriptor &",
761 "referenced_type" : "_ZTIKN3ndk20ScopedFileDescriptorE",
762 "self_type" : "_ZTIRKN3ndk20ScopedFileDescriptorE",
763 "size" : 8,
764 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
765 },
766 {
767 "alignment" : 8,
768 "linker_set_key" : "_ZTIRKN4aidl7android8hardware6common12MappableFileE",
769 "name" : "const aidl::android::hardware::common::MappableFile &",
770 "referenced_type" : "_ZTIKN4aidl7android8hardware6common12MappableFileE",
771 "self_type" : "_ZTIRKN4aidl7android8hardware6common12MappableFileE",
772 "size" : 8,
773 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/MappableFile.h"
774 },
775 {
776 "alignment" : 8,
777 "linker_set_key" : "_ZTIRKN4aidl7android8hardware6common12NativeHandleE",
778 "name" : "const aidl::android::hardware::common::NativeHandle &",
779 "referenced_type" : "_ZTIKN4aidl7android8hardware6common12NativeHandleE",
780 "self_type" : "_ZTIRKN4aidl7android8hardware6common12NativeHandleE",
781 "size" : 8,
782 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/NativeHandle.h"
783 },
784 {
785 "alignment" : 8,
786 "linker_set_key" : "_ZTIRKN4aidl7android8hardware6common6AshmemE",
787 "name" : "const aidl::android::hardware::common::Ashmem &",
788 "referenced_type" : "_ZTIKN4aidl7android8hardware6common6AshmemE",
789 "self_type" : "_ZTIRKN4aidl7android8hardware6common6AshmemE",
790 "size" : 8,
791 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/Ashmem.h"
792 },
793 {
794 "alignment" : 8,
795 "linker_set_key" : "_ZTIRKNSt3__16vectorIDsNS_9allocatorIDsEEEE",
796 "name" : "const std::vector<char16_t, std::allocator<char16_t>> &",
797 "referenced_type" : "_ZTIKNSt3__16vectorIDsNS_9allocatorIDsEEEE",
798 "self_type" : "_ZTIRKNSt3__16vectorIDsNS_9allocatorIDsEEEE",
799 "size" : 8,
800 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
801 },
802 {
803 "alignment" : 8,
804 "linker_set_key" : "_ZTIRKNSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE",
805 "name" : "const std::vector<ndk::ScopedFileDescriptor, std::allocator<ndk::ScopedFileDescriptor>> &",
806 "referenced_type" : "_ZTIKNSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE",
807 "self_type" : "_ZTIRKNSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE",
808 "size" : 8,
809 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h"
810 },
811 {
812 "alignment" : 8,
813 "linker_set_key" : "_ZTIRKNSt3__16vectorIbNS_9allocatorIbEEEE",
814 "name" : "const std::vector<bool, std::allocator<bool>> &",
815 "referenced_type" : "_ZTIKNSt3__16vectorIbNS_9allocatorIbEEEE",
816 "self_type" : "_ZTIRKNSt3__16vectorIbNS_9allocatorIbEEEE",
817 "size" : 8,
818 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
819 },
820 {
821 "alignment" : 8,
822 "linker_set_key" : "_ZTIRKNSt3__16vectorIdNS_9allocatorIdEEEE",
823 "name" : "const std::vector<double, std::allocator<double>> &",
824 "referenced_type" : "_ZTIKNSt3__16vectorIdNS_9allocatorIdEEEE",
825 "self_type" : "_ZTIRKNSt3__16vectorIdNS_9allocatorIdEEEE",
826 "size" : 8,
827 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
828 },
829 {
830 "alignment" : 8,
831 "linker_set_key" : "_ZTIRKNSt3__16vectorIfNS_9allocatorIfEEEE",
832 "name" : "const std::vector<float, std::allocator<float>> &",
833 "referenced_type" : "_ZTIKNSt3__16vectorIfNS_9allocatorIfEEEE",
834 "self_type" : "_ZTIRKNSt3__16vectorIfNS_9allocatorIfEEEE",
835 "size" : 8,
836 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
837 },
838 {
839 "alignment" : 8,
840 "linker_set_key" : "_ZTIRKNSt3__16vectorIhNS_9allocatorIhEEEE",
841 "name" : "const std::vector<unsigned char, std::allocator<unsigned char>> &",
842 "referenced_type" : "_ZTIKNSt3__16vectorIhNS_9allocatorIhEEEE",
843 "self_type" : "_ZTIRKNSt3__16vectorIhNS_9allocatorIhEEEE",
844 "size" : 8,
845 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
846 },
847 {
848 "alignment" : 8,
849 "linker_set_key" : "_ZTIRKNSt3__16vectorIiNS_9allocatorIiEEEE",
850 "name" : "const std::vector<int, std::allocator<int>> &",
851 "referenced_type" : "_ZTIKNSt3__16vectorIiNS_9allocatorIiEEEE",
852 "self_type" : "_ZTIRKNSt3__16vectorIiNS_9allocatorIiEEEE",
853 "size" : 8,
854 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
855 },
856 {
857 "alignment" : 8,
858 "linker_set_key" : "_ZTIRKNSt3__16vectorIjNS_9allocatorIjEEEE",
859 "name" : "const std::vector<unsigned int, std::allocator<unsigned int>> &",
860 "referenced_type" : "_ZTIKNSt3__16vectorIjNS_9allocatorIjEEEE",
861 "self_type" : "_ZTIRKNSt3__16vectorIjNS_9allocatorIjEEEE",
862 "size" : 8,
863 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
864 },
865 {
866 "alignment" : 8,
867 "linker_set_key" : "_ZTIRKNSt3__16vectorIlNS_9allocatorIlEEEE",
868 "name" : "const std::vector<long, std::allocator<long>> &",
869 "referenced_type" : "_ZTIKNSt3__16vectorIlNS_9allocatorIlEEEE",
870 "self_type" : "_ZTIRKNSt3__16vectorIlNS_9allocatorIlEEEE",
871 "size" : 8,
872 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
873 },
874 {
875 "alignment" : 8,
876 "linker_set_key" : "_ZTIRKNSt3__16vectorImNS_9allocatorImEEEE",
877 "name" : "const std::vector<unsigned long, std::allocator<unsigned long>> &",
878 "referenced_type" : "_ZTIKNSt3__16vectorImNS_9allocatorImEEEE",
879 "self_type" : "_ZTIRKNSt3__16vectorImNS_9allocatorImEEEE",
880 "size" : 8,
881 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
882 },
883 {
884 "alignment" : 8,
885 "linker_set_key" : "_ZTIRKNSt3__18optionalINS_6vectorIDsNS_9allocatorIDsEEEEEE",
886 "name" : "const std::optional<std::vector<char16_t, std::allocator<char16_t>>> &",
887 "referenced_type" : "_ZTIKNSt3__18optionalINS_6vectorIDsNS_9allocatorIDsEEEEEE",
888 "self_type" : "_ZTIRKNSt3__18optionalINS_6vectorIDsNS_9allocatorIDsEEEEEE",
889 "size" : 8,
890 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
891 },
892 {
893 "alignment" : 8,
894 "linker_set_key" : "_ZTIRKNSt3__18optionalINS_6vectorIbNS_9allocatorIbEEEEEE",
895 "name" : "const std::optional<std::vector<bool, std::allocator<bool>>> &",
896 "referenced_type" : "_ZTIKNSt3__18optionalINS_6vectorIbNS_9allocatorIbEEEEEE",
897 "self_type" : "_ZTIRKNSt3__18optionalINS_6vectorIbNS_9allocatorIbEEEEEE",
898 "size" : 8,
899 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
900 },
901 {
902 "alignment" : 8,
903 "linker_set_key" : "_ZTIRKNSt3__18optionalINS_6vectorIdNS_9allocatorIdEEEEEE",
904 "name" : "const std::optional<std::vector<double, std::allocator<double>>> &",
905 "referenced_type" : "_ZTIKNSt3__18optionalINS_6vectorIdNS_9allocatorIdEEEEEE",
906 "self_type" : "_ZTIRKNSt3__18optionalINS_6vectorIdNS_9allocatorIdEEEEEE",
907 "size" : 8,
908 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
909 },
910 {
911 "alignment" : 8,
912 "linker_set_key" : "_ZTIRKNSt3__18optionalINS_6vectorIfNS_9allocatorIfEEEEEE",
913 "name" : "const std::optional<std::vector<float, std::allocator<float>>> &",
914 "referenced_type" : "_ZTIKNSt3__18optionalINS_6vectorIfNS_9allocatorIfEEEEEE",
915 "self_type" : "_ZTIRKNSt3__18optionalINS_6vectorIfNS_9allocatorIfEEEEEE",
916 "size" : 8,
917 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
918 },
919 {
920 "alignment" : 8,
921 "linker_set_key" : "_ZTIRKNSt3__18optionalINS_6vectorIhNS_9allocatorIhEEEEEE",
922 "name" : "const std::optional<std::vector<unsigned char, std::allocator<unsigned char>>> &",
923 "referenced_type" : "_ZTIKNSt3__18optionalINS_6vectorIhNS_9allocatorIhEEEEEE",
924 "self_type" : "_ZTIRKNSt3__18optionalINS_6vectorIhNS_9allocatorIhEEEEEE",
925 "size" : 8,
926 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
927 },
928 {
929 "alignment" : 8,
930 "linker_set_key" : "_ZTIRKNSt3__18optionalINS_6vectorIiNS_9allocatorIiEEEEEE",
931 "name" : "const std::optional<std::vector<int, std::allocator<int>>> &",
932 "referenced_type" : "_ZTIKNSt3__18optionalINS_6vectorIiNS_9allocatorIiEEEEEE",
933 "self_type" : "_ZTIRKNSt3__18optionalINS_6vectorIiNS_9allocatorIiEEEEEE",
934 "size" : 8,
935 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
936 },
937 {
938 "alignment" : 8,
939 "linker_set_key" : "_ZTIRKNSt3__18optionalINS_6vectorIjNS_9allocatorIjEEEEEE",
940 "name" : "const std::optional<std::vector<unsigned int, std::allocator<unsigned int>>> &",
941 "referenced_type" : "_ZTIKNSt3__18optionalINS_6vectorIjNS_9allocatorIjEEEEEE",
942 "self_type" : "_ZTIRKNSt3__18optionalINS_6vectorIjNS_9allocatorIjEEEEEE",
943 "size" : 8,
944 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
945 },
946 {
947 "alignment" : 8,
948 "linker_set_key" : "_ZTIRKNSt3__18optionalINS_6vectorIlNS_9allocatorIlEEEEEE",
949 "name" : "const std::optional<std::vector<long, std::allocator<long>>> &",
950 "referenced_type" : "_ZTIKNSt3__18optionalINS_6vectorIlNS_9allocatorIlEEEEEE",
951 "self_type" : "_ZTIRKNSt3__18optionalINS_6vectorIlNS_9allocatorIlEEEEEE",
952 "size" : 8,
953 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
954 },
955 {
956 "alignment" : 8,
957 "linker_set_key" : "_ZTIRKNSt3__18optionalINS_6vectorImNS_9allocatorImEEEEEE",
958 "name" : "const std::optional<std::vector<unsigned long, std::allocator<unsigned long>>> &",
959 "referenced_type" : "_ZTIKNSt3__18optionalINS_6vectorImNS_9allocatorImEEEEEE",
960 "self_type" : "_ZTIRKNSt3__18optionalINS_6vectorImNS_9allocatorImEEEEEE",
961 "size" : 8,
962 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
963 },
964 {
965 "alignment" : 8,
966 "linker_set_key" : "_ZTIRKi",
967 "name" : "const int &",
968 "referenced_type" : "_ZTIKi",
969 "self_type" : "_ZTIRKi",
970 "size" : 8,
971 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h"
972 },
973 {
974 "alignment" : 8,
975 "linker_set_key" : "_ZTIRKl",
976 "name" : "const long &",
977 "referenced_type" : "_ZTIKl",
978 "self_type" : "_ZTIRKl",
979 "size" : 8,
980 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h"
981 },
982 {
983 "alignment" : 8,
984 "linker_set_key" : "_ZTIRN3ndk10SpAIBinderE",
985 "name" : "ndk::SpAIBinder &",
986 "referenced_type" : "_ZTIN3ndk10SpAIBinderE",
987 "self_type" : "_ZTIRN3ndk10SpAIBinderE",
988 "size" : 8,
989 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
990 },
991 {
992 "alignment" : 8,
993 "linker_set_key" : "_ZTIRN3ndk13ScopedAParcelE",
994 "name" : "ndk::ScopedAParcel &",
995 "referenced_type" : "_ZTIN3ndk13ScopedAParcelE",
996 "self_type" : "_ZTIRN3ndk13ScopedAParcelE",
997 "size" : 8,
998 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
999 },
1000 {
1001 "alignment" : 8,
1002 "linker_set_key" : "_ZTIRN3ndk13ScopedAStatusE",
1003 "name" : "ndk::ScopedAStatus &",
1004 "referenced_type" : "_ZTIN3ndk13ScopedAStatusE",
1005 "self_type" : "_ZTIRN3ndk13ScopedAStatusE",
1006 "size" : 8,
1007 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1008 },
1009 {
1010 "alignment" : 8,
1011 "linker_set_key" : "_ZTIRN3ndk19ScopedAIBinder_WeakE",
1012 "name" : "ndk::ScopedAIBinder_Weak &",
1013 "referenced_type" : "_ZTIN3ndk19ScopedAIBinder_WeakE",
1014 "self_type" : "_ZTIRN3ndk19ScopedAIBinder_WeakE",
1015 "size" : 8,
1016 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1017 },
1018 {
1019 "alignment" : 8,
1020 "linker_set_key" : "_ZTIRN3ndk20ScopedFileDescriptorE",
1021 "name" : "ndk::ScopedFileDescriptor &",
1022 "referenced_type" : "_ZTIN3ndk20ScopedFileDescriptorE",
1023 "self_type" : "_ZTIRN3ndk20ScopedFileDescriptorE",
1024 "size" : 8,
1025 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1026 },
1027 {
1028 "alignment" : 8,
1029 "linker_set_key" : "_ZTIRN3ndk29ScopedAIBinder_DeathRecipientE",
1030 "name" : "ndk::ScopedAIBinder_DeathRecipient &",
1031 "referenced_type" : "_ZTIN3ndk29ScopedAIBinder_DeathRecipientE",
1032 "self_type" : "_ZTIRN3ndk29ScopedAIBinder_DeathRecipientE",
1033 "size" : 8,
1034 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1035 }
1036 ],
1037 "pointer_types" :
1038 [
1039 {
1040 "alignment" : 8,
1041 "linker_set_key" : "_ZTIP13AIBinder_Weak",
1042 "name" : "AIBinder_Weak *",
1043 "referenced_type" : "_ZTI13AIBinder_Weak",
1044 "self_type" : "_ZTIP13AIBinder_Weak",
1045 "size" : 8,
1046 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1047 },
1048 {
1049 "alignment" : 8,
1050 "linker_set_key" : "_ZTIP14AIBinder_Class",
1051 "name" : "AIBinder_Class *",
1052 "referenced_type" : "_ZTI14AIBinder_Class",
1053 "self_type" : "_ZTIP14AIBinder_Class",
1054 "size" : 8,
1055 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_interface_utils.h"
1056 },
1057 {
1058 "alignment" : 8,
1059 "linker_set_key" : "_ZTIP23AIBinder_DeathRecipient",
1060 "name" : "AIBinder_DeathRecipient *",
1061 "referenced_type" : "_ZTI23AIBinder_DeathRecipient",
1062 "self_type" : "_ZTIP23AIBinder_DeathRecipient",
1063 "size" : 8,
1064 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1065 },
1066 {
1067 "alignment" : 8,
1068 "linker_set_key" : "_ZTIP7AParcel",
1069 "name" : "AParcel *",
1070 "referenced_type" : "_ZTI7AParcel",
1071 "self_type" : "_ZTIP7AParcel",
1072 "size" : 8,
1073 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1074 },
1075 {
1076 "alignment" : 8,
1077 "linker_set_key" : "_ZTIP7AStatus",
1078 "name" : "AStatus *",
1079 "referenced_type" : "_ZTI7AStatus",
1080 "self_type" : "_ZTIP7AStatus",
1081 "size" : 8,
1082 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1083 },
1084 {
1085 "alignment" : 8,
1086 "linker_set_key" : "_ZTIP8AIBinder",
1087 "name" : "AIBinder *",
1088 "referenced_type" : "_ZTI8AIBinder",
1089 "self_type" : "_ZTIP8AIBinder",
1090 "size" : 8,
1091 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1092 },
1093 {
1094 "alignment" : 8,
1095 "linker_set_key" : "_ZTIPFiP8AIBinderjPK7AParcelPS1_E",
1096 "name" : "int (*)(AIBinder *, unsigned int, const AParcel *, AParcel *)",
1097 "referenced_type" : "_ZTIFiP8AIBinderjPK7AParcelPS1_E",
1098 "self_type" : "_ZTIPFiP8AIBinderjPK7AParcelPS1_E",
1099 "size" : 8,
1100 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_interface_utils.h"
1101 },
1102 {
1103 "alignment" : 8,
1104 "linker_set_key" : "_ZTIPK7AParcel",
1105 "name" : "const AParcel *",
1106 "referenced_type" : "_ZTIK7AParcel",
1107 "self_type" : "_ZTIPK7AParcel",
1108 "size" : 8,
1109 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_interface_utils.h"
1110 },
1111 {
1112 "alignment" : 8,
1113 "linker_set_key" : "_ZTIPKN3ndk10SpAIBinderE",
1114 "name" : "const ndk::SpAIBinder *",
1115 "referenced_type" : "_ZTIKN3ndk10SpAIBinderE",
1116 "self_type" : "_ZTIPKN3ndk10SpAIBinderE",
1117 "size" : 8,
1118 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1119 },
1120 {
1121 "alignment" : 8,
1122 "linker_set_key" : "_ZTIPKN3ndk13ScopedAParcelE",
1123 "name" : "const ndk::ScopedAParcel *",
1124 "referenced_type" : "_ZTIKN3ndk13ScopedAParcelE",
1125 "self_type" : "_ZTIPKN3ndk13ScopedAParcelE",
1126 "size" : 8,
1127 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1128 },
1129 {
1130 "alignment" : 8,
1131 "linker_set_key" : "_ZTIPKN3ndk13ScopedAStatusE",
1132 "name" : "const ndk::ScopedAStatus *",
1133 "referenced_type" : "_ZTIKN3ndk13ScopedAStatusE",
1134 "self_type" : "_ZTIPKN3ndk13ScopedAStatusE",
1135 "size" : 8,
1136 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1137 },
1138 {
1139 "alignment" : 8,
1140 "linker_set_key" : "_ZTIPKN3ndk17AParcelableHolderE",
1141 "name" : "const ndk::AParcelableHolder *",
1142 "referenced_type" : "_ZTIKN3ndk17AParcelableHolderE",
1143 "self_type" : "_ZTIPKN3ndk17AParcelableHolderE",
1144 "size" : 8,
1145 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcelable_utils.h"
1146 },
1147 {
1148 "alignment" : 8,
1149 "linker_set_key" : "_ZTIPKN3ndk20ScopedFileDescriptorE",
1150 "name" : "const ndk::ScopedFileDescriptor *",
1151 "referenced_type" : "_ZTIKN3ndk20ScopedFileDescriptorE",
1152 "self_type" : "_ZTIPKN3ndk20ScopedFileDescriptorE",
1153 "size" : 8,
1154 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1155 },
1156 {
1157 "alignment" : 8,
1158 "linker_set_key" : "_ZTIPKN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE",
1159 "name" : "const ndk::impl::ScopedAResource<AParcel *, &AParcel_delete, nullptr> *",
1160 "referenced_type" : "_ZTIKN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE",
1161 "self_type" : "_ZTIPKN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE",
1162 "size" : 8,
1163 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1164 },
1165 {
1166 "alignment" : 8,
1167 "linker_set_key" : "_ZTIPKN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE",
1168 "name" : "const ndk::impl::ScopedAResource<AStatus *, &AStatus_delete, nullptr> *",
1169 "referenced_type" : "_ZTIKN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE",
1170 "self_type" : "_ZTIPKN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE",
1171 "size" : 8,
1172 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1173 },
1174 {
1175 "alignment" : 8,
1176 "linker_set_key" : "_ZTIPKN4aidl7android8hardware6common12MappableFileE",
1177 "name" : "const aidl::android::hardware::common::MappableFile *",
1178 "referenced_type" : "_ZTIKN4aidl7android8hardware6common12MappableFileE",
1179 "self_type" : "_ZTIPKN4aidl7android8hardware6common12MappableFileE",
1180 "size" : 8,
1181 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/MappableFile.h"
1182 },
1183 {
1184 "alignment" : 8,
1185 "linker_set_key" : "_ZTIPKN4aidl7android8hardware6common12NativeHandleE",
1186 "name" : "const aidl::android::hardware::common::NativeHandle *",
1187 "referenced_type" : "_ZTIKN4aidl7android8hardware6common12NativeHandleE",
1188 "self_type" : "_ZTIPKN4aidl7android8hardware6common12NativeHandleE",
1189 "size" : 8,
1190 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/NativeHandle.h"
1191 },
1192 {
1193 "alignment" : 8,
1194 "linker_set_key" : "_ZTIPKN4aidl7android8hardware6common6AshmemE",
1195 "name" : "const aidl::android::hardware::common::Ashmem *",
1196 "referenced_type" : "_ZTIKN4aidl7android8hardware6common6AshmemE",
1197 "self_type" : "_ZTIPKN4aidl7android8hardware6common6AshmemE",
1198 "size" : 8,
1199 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/Ashmem.h"
1200 },
1201 {
1202 "alignment" : 8,
1203 "linker_set_key" : "_ZTIPKc",
1204 "name" : "const char *",
1205 "referenced_type" : "_ZTIKc",
1206 "self_type" : "_ZTIPKc",
1207 "size" : 8,
1208 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1209 },
1210 {
1211 "alignment" : 8,
1212 "linker_set_key" : "_ZTIPKv",
1213 "name" : "const void *",
1214 "referenced_type" : "_ZTIKv",
1215 "self_type" : "_ZTIPKv",
1216 "size" : 8,
1217 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1218 },
1219 {
1220 "alignment" : 8,
1221 "linker_set_key" : "_ZTIPN3ndk10SpAIBinderE",
1222 "name" : "ndk::SpAIBinder *",
1223 "referenced_type" : "_ZTIN3ndk10SpAIBinderE",
1224 "self_type" : "_ZTIPN3ndk10SpAIBinderE",
1225 "size" : 8,
1226 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1227 },
1228 {
1229 "alignment" : 8,
1230 "linker_set_key" : "_ZTIPN3ndk11ICInterfaceE",
1231 "name" : "ndk::ICInterface *",
1232 "referenced_type" : "_ZTIN3ndk11ICInterfaceE",
1233 "self_type" : "_ZTIPN3ndk11ICInterfaceE",
1234 "size" : 8,
1235 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_interface_utils.h"
1236 },
1237 {
1238 "alignment" : 8,
1239 "linker_set_key" : "_ZTIPN3ndk13ScopedAParcelE",
1240 "name" : "ndk::ScopedAParcel *",
1241 "referenced_type" : "_ZTIN3ndk13ScopedAParcelE",
1242 "self_type" : "_ZTIPN3ndk13ScopedAParcelE",
1243 "size" : 8,
1244 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1245 },
1246 {
1247 "alignment" : 8,
1248 "linker_set_key" : "_ZTIPN3ndk13ScopedAStatusE",
1249 "name" : "ndk::ScopedAStatus *",
1250 "referenced_type" : "_ZTIN3ndk13ScopedAStatusE",
1251 "self_type" : "_ZTIPN3ndk13ScopedAStatusE",
1252 "size" : 8,
1253 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1254 },
1255 {
1256 "alignment" : 8,
1257 "linker_set_key" : "_ZTIPN3ndk13SharedRefBaseE",
1258 "name" : "ndk::SharedRefBase *",
1259 "referenced_type" : "_ZTIN3ndk13SharedRefBaseE",
1260 "self_type" : "_ZTIPN3ndk13SharedRefBaseE",
1261 "size" : 8,
1262 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_interface_utils.h"
1263 },
1264 {
1265 "alignment" : 8,
1266 "linker_set_key" : "_ZTIPN3ndk17AParcelableHolderE",
1267 "name" : "ndk::AParcelableHolder *",
1268 "referenced_type" : "_ZTIN3ndk17AParcelableHolderE",
1269 "self_type" : "_ZTIPN3ndk17AParcelableHolderE",
1270 "size" : 8,
1271 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcelable_utils.h"
1272 },
1273 {
1274 "alignment" : 8,
1275 "linker_set_key" : "_ZTIPN3ndk19ScopedAIBinder_WeakE",
1276 "name" : "ndk::ScopedAIBinder_Weak *",
1277 "referenced_type" : "_ZTIN3ndk19ScopedAIBinder_WeakE",
1278 "self_type" : "_ZTIPN3ndk19ScopedAIBinder_WeakE",
1279 "size" : 8,
1280 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1281 },
1282 {
1283 "alignment" : 8,
1284 "linker_set_key" : "_ZTIPN3ndk20ScopedFileDescriptorE",
1285 "name" : "ndk::ScopedFileDescriptor *",
1286 "referenced_type" : "_ZTIN3ndk20ScopedFileDescriptorE",
1287 "self_type" : "_ZTIPN3ndk20ScopedFileDescriptorE",
1288 "size" : 8,
1289 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1290 },
1291 {
1292 "alignment" : 8,
1293 "linker_set_key" : "_ZTIPN3ndk29ScopedAIBinder_DeathRecipientE",
1294 "name" : "ndk::ScopedAIBinder_DeathRecipient *",
1295 "referenced_type" : "_ZTIN3ndk29ScopedAIBinder_DeathRecipientE",
1296 "self_type" : "_ZTIPN3ndk29ScopedAIBinder_DeathRecipientE",
1297 "size" : 8,
1298 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1299 },
1300 {
1301 "alignment" : 8,
1302 "linker_set_key" : "_ZTIPN3ndk4impl15ScopedAResourceIP13AIBinder_WeakXadL_Z20AIBinder_Weak_deleteEELS3_0EEE",
1303 "name" : "ndk::impl::ScopedAResource<AIBinder_Weak *, &AIBinder_Weak_delete, nullptr> *",
1304 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP13AIBinder_WeakXadL_Z20AIBinder_Weak_deleteEELS3_0EEE",
1305 "self_type" : "_ZTIPN3ndk4impl15ScopedAResourceIP13AIBinder_WeakXadL_Z20AIBinder_Weak_deleteEELS3_0EEE",
1306 "size" : 8,
1307 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1308 },
1309 {
1310 "alignment" : 8,
1311 "linker_set_key" : "_ZTIPN3ndk4impl15ScopedAResourceIP23AIBinder_DeathRecipientXadL_Z30AIBinder_DeathRecipient_deleteEELS3_0EEE",
1312 "name" : "ndk::impl::ScopedAResource<AIBinder_DeathRecipient *, &AIBinder_DeathRecipient_delete, nullptr> *",
1313 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP23AIBinder_DeathRecipientXadL_Z30AIBinder_DeathRecipient_deleteEELS3_0EEE",
1314 "self_type" : "_ZTIPN3ndk4impl15ScopedAResourceIP23AIBinder_DeathRecipientXadL_Z30AIBinder_DeathRecipient_deleteEELS3_0EEE",
1315 "size" : 8,
1316 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1317 },
1318 {
1319 "alignment" : 8,
1320 "linker_set_key" : "_ZTIPN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE",
1321 "name" : "ndk::impl::ScopedAResource<AParcel *, &AParcel_delete, nullptr> *",
1322 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE",
1323 "self_type" : "_ZTIPN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE",
1324 "size" : 8,
1325 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1326 },
1327 {
1328 "alignment" : 8,
1329 "linker_set_key" : "_ZTIPN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE",
1330 "name" : "ndk::impl::ScopedAResource<AStatus *, &AStatus_delete, nullptr> *",
1331 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE",
1332 "self_type" : "_ZTIPN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE",
1333 "size" : 8,
1334 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1335 },
1336 {
1337 "alignment" : 8,
1338 "linker_set_key" : "_ZTIPN4aidl7android8hardware6common12MappableFileE",
1339 "name" : "aidl::android::hardware::common::MappableFile *",
1340 "referenced_type" : "_ZTIN4aidl7android8hardware6common12MappableFileE",
1341 "self_type" : "_ZTIPN4aidl7android8hardware6common12MappableFileE",
1342 "size" : 8,
1343 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/MappableFile.h"
1344 },
1345 {
1346 "alignment" : 8,
1347 "linker_set_key" : "_ZTIPN4aidl7android8hardware6common12NativeHandleE",
1348 "name" : "aidl::android::hardware::common::NativeHandle *",
1349 "referenced_type" : "_ZTIN4aidl7android8hardware6common12NativeHandleE",
1350 "self_type" : "_ZTIPN4aidl7android8hardware6common12NativeHandleE",
1351 "size" : 8,
1352 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/NativeHandle.h"
1353 },
1354 {
1355 "alignment" : 8,
1356 "linker_set_key" : "_ZTIPN4aidl7android8hardware6common6AshmemE",
1357 "name" : "aidl::android::hardware::common::Ashmem *",
1358 "referenced_type" : "_ZTIN4aidl7android8hardware6common6AshmemE",
1359 "self_type" : "_ZTIPN4aidl7android8hardware6common6AshmemE",
1360 "size" : 8,
1361 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/Ashmem.h"
1362 },
1363 {
1364 "alignment" : 8,
1365 "linker_set_key" : "_ZTIPNSt3__16vectorIDsNS_9allocatorIDsEEEE",
1366 "name" : "std::vector<char16_t, std::allocator<char16_t>> *",
1367 "referenced_type" : "_ZTINSt3__16vectorIDsNS_9allocatorIDsEEEE",
1368 "self_type" : "_ZTIPNSt3__16vectorIDsNS_9allocatorIDsEEEE",
1369 "size" : 8,
1370 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1371 },
1372 {
1373 "alignment" : 8,
1374 "linker_set_key" : "_ZTIPNSt3__16vectorIbNS_9allocatorIbEEEE",
1375 "name" : "std::vector<bool, std::allocator<bool>> *",
1376 "referenced_type" : "_ZTINSt3__16vectorIbNS_9allocatorIbEEEE",
1377 "self_type" : "_ZTIPNSt3__16vectorIbNS_9allocatorIbEEEE",
1378 "size" : 8,
1379 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1380 },
1381 {
1382 "alignment" : 8,
1383 "linker_set_key" : "_ZTIPNSt3__16vectorIdNS_9allocatorIdEEEE",
1384 "name" : "std::vector<double, std::allocator<double>> *",
1385 "referenced_type" : "_ZTINSt3__16vectorIdNS_9allocatorIdEEEE",
1386 "self_type" : "_ZTIPNSt3__16vectorIdNS_9allocatorIdEEEE",
1387 "size" : 8,
1388 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1389 },
1390 {
1391 "alignment" : 8,
1392 "linker_set_key" : "_ZTIPNSt3__16vectorIfNS_9allocatorIfEEEE",
1393 "name" : "std::vector<float, std::allocator<float>> *",
1394 "referenced_type" : "_ZTINSt3__16vectorIfNS_9allocatorIfEEEE",
1395 "self_type" : "_ZTIPNSt3__16vectorIfNS_9allocatorIfEEEE",
1396 "size" : 8,
1397 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1398 },
1399 {
1400 "alignment" : 8,
1401 "linker_set_key" : "_ZTIPNSt3__16vectorIhNS_9allocatorIhEEEE",
1402 "name" : "std::vector<unsigned char, std::allocator<unsigned char>> *",
1403 "referenced_type" : "_ZTINSt3__16vectorIhNS_9allocatorIhEEEE",
1404 "self_type" : "_ZTIPNSt3__16vectorIhNS_9allocatorIhEEEE",
1405 "size" : 8,
1406 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1407 },
1408 {
1409 "alignment" : 8,
1410 "linker_set_key" : "_ZTIPNSt3__16vectorIiNS_9allocatorIiEEEE",
1411 "name" : "std::vector<int, std::allocator<int>> *",
1412 "referenced_type" : "_ZTINSt3__16vectorIiNS_9allocatorIiEEEE",
1413 "self_type" : "_ZTIPNSt3__16vectorIiNS_9allocatorIiEEEE",
1414 "size" : 8,
1415 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1416 },
1417 {
1418 "alignment" : 8,
1419 "linker_set_key" : "_ZTIPNSt3__16vectorIjNS_9allocatorIjEEEE",
1420 "name" : "std::vector<unsigned int, std::allocator<unsigned int>> *",
1421 "referenced_type" : "_ZTINSt3__16vectorIjNS_9allocatorIjEEEE",
1422 "self_type" : "_ZTIPNSt3__16vectorIjNS_9allocatorIjEEEE",
1423 "size" : 8,
1424 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1425 },
1426 {
1427 "alignment" : 8,
1428 "linker_set_key" : "_ZTIPNSt3__16vectorIlNS_9allocatorIlEEEE",
1429 "name" : "std::vector<long, std::allocator<long>> *",
1430 "referenced_type" : "_ZTINSt3__16vectorIlNS_9allocatorIlEEEE",
1431 "self_type" : "_ZTIPNSt3__16vectorIlNS_9allocatorIlEEEE",
1432 "size" : 8,
1433 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1434 },
1435 {
1436 "alignment" : 8,
1437 "linker_set_key" : "_ZTIPNSt3__16vectorImNS_9allocatorImEEEE",
1438 "name" : "std::vector<unsigned long, std::allocator<unsigned long>> *",
1439 "referenced_type" : "_ZTINSt3__16vectorImNS_9allocatorImEEEE",
1440 "self_type" : "_ZTIPNSt3__16vectorImNS_9allocatorImEEEE",
1441 "size" : 8,
1442 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1443 },
1444 {
1445 "alignment" : 8,
1446 "linker_set_key" : "_ZTIPNSt3__18optionalINS_6vectorIDsNS_9allocatorIDsEEEEEE",
1447 "name" : "std::optional<std::vector<char16_t, std::allocator<char16_t>>> *",
1448 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIDsNS_9allocatorIDsEEEEEE",
1449 "self_type" : "_ZTIPNSt3__18optionalINS_6vectorIDsNS_9allocatorIDsEEEEEE",
1450 "size" : 8,
1451 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1452 },
1453 {
1454 "alignment" : 8,
1455 "linker_set_key" : "_ZTIPNSt3__18optionalINS_6vectorIbNS_9allocatorIbEEEEEE",
1456 "name" : "std::optional<std::vector<bool, std::allocator<bool>>> *",
1457 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIbNS_9allocatorIbEEEEEE",
1458 "self_type" : "_ZTIPNSt3__18optionalINS_6vectorIbNS_9allocatorIbEEEEEE",
1459 "size" : 8,
1460 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1461 },
1462 {
1463 "alignment" : 8,
1464 "linker_set_key" : "_ZTIPNSt3__18optionalINS_6vectorIdNS_9allocatorIdEEEEEE",
1465 "name" : "std::optional<std::vector<double, std::allocator<double>>> *",
1466 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIdNS_9allocatorIdEEEEEE",
1467 "self_type" : "_ZTIPNSt3__18optionalINS_6vectorIdNS_9allocatorIdEEEEEE",
1468 "size" : 8,
1469 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1470 },
1471 {
1472 "alignment" : 8,
1473 "linker_set_key" : "_ZTIPNSt3__18optionalINS_6vectorIfNS_9allocatorIfEEEEEE",
1474 "name" : "std::optional<std::vector<float, std::allocator<float>>> *",
1475 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIfNS_9allocatorIfEEEEEE",
1476 "self_type" : "_ZTIPNSt3__18optionalINS_6vectorIfNS_9allocatorIfEEEEEE",
1477 "size" : 8,
1478 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1479 },
1480 {
1481 "alignment" : 8,
1482 "linker_set_key" : "_ZTIPNSt3__18optionalINS_6vectorIhNS_9allocatorIhEEEEEE",
1483 "name" : "std::optional<std::vector<unsigned char, std::allocator<unsigned char>>> *",
1484 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIhNS_9allocatorIhEEEEEE",
1485 "self_type" : "_ZTIPNSt3__18optionalINS_6vectorIhNS_9allocatorIhEEEEEE",
1486 "size" : 8,
1487 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1488 },
1489 {
1490 "alignment" : 8,
1491 "linker_set_key" : "_ZTIPNSt3__18optionalINS_6vectorIiNS_9allocatorIiEEEEEE",
1492 "name" : "std::optional<std::vector<int, std::allocator<int>>> *",
1493 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIiNS_9allocatorIiEEEEEE",
1494 "self_type" : "_ZTIPNSt3__18optionalINS_6vectorIiNS_9allocatorIiEEEEEE",
1495 "size" : 8,
1496 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1497 },
1498 {
1499 "alignment" : 8,
1500 "linker_set_key" : "_ZTIPNSt3__18optionalINS_6vectorIjNS_9allocatorIjEEEEEE",
1501 "name" : "std::optional<std::vector<unsigned int, std::allocator<unsigned int>>> *",
1502 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIjNS_9allocatorIjEEEEEE",
1503 "self_type" : "_ZTIPNSt3__18optionalINS_6vectorIjNS_9allocatorIjEEEEEE",
1504 "size" : 8,
1505 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1506 },
1507 {
1508 "alignment" : 8,
1509 "linker_set_key" : "_ZTIPNSt3__18optionalINS_6vectorIlNS_9allocatorIlEEEEEE",
1510 "name" : "std::optional<std::vector<long, std::allocator<long>>> *",
1511 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIlNS_9allocatorIlEEEEEE",
1512 "self_type" : "_ZTIPNSt3__18optionalINS_6vectorIlNS_9allocatorIlEEEEEE",
1513 "size" : 8,
1514 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1515 },
1516 {
1517 "alignment" : 8,
1518 "linker_set_key" : "_ZTIPNSt3__18optionalINS_6vectorImNS_9allocatorImEEEEEE",
1519 "name" : "std::optional<std::vector<unsigned long, std::allocator<unsigned long>>> *",
1520 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorImNS_9allocatorImEEEEEE",
1521 "self_type" : "_ZTIPNSt3__18optionalINS_6vectorImNS_9allocatorImEEEEEE",
1522 "size" : 8,
1523 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1524 },
1525 {
1526 "alignment" : 8,
1527 "linker_set_key" : "_ZTIPP8AIBinder",
1528 "name" : "AIBinder **",
1529 "referenced_type" : "_ZTIP8AIBinder",
1530 "self_type" : "_ZTIPP8AIBinder",
1531 "size" : 8,
1532 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1533 },
1534 {
1535 "alignment" : 8,
1536 "linker_set_key" : "_ZTIPPKc",
1537 "name" : "const char **",
1538 "referenced_type" : "_ZTIPKc",
1539 "self_type" : "_ZTIPPKc",
1540 "size" : 8,
1541 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_interface_utils.h"
1542 },
1543 {
1544 "alignment" : 8,
1545 "linker_set_key" : "_ZTIPv",
1546 "name" : "void *",
1547 "referenced_type" : "_ZTIv",
1548 "self_type" : "_ZTIPv",
1549 "size" : 8,
1550 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_interface_utils.h"
1551 }
1552 ],
1553 "qualified_types" :
1554 [
1555 {
1556 "is_const" : true,
1557 "linker_set_key" : "_ZTIK7AParcel",
1558 "name" : "const AParcel",
1559 "referenced_type" : "_ZTI7AParcel",
1560 "self_type" : "_ZTIK7AParcel",
1561 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_interface_utils.h"
1562 },
1563 {
1564 "alignment" : 8,
1565 "is_const" : true,
1566 "linker_set_key" : "_ZTIKN3ndk10SpAIBinderE",
1567 "name" : "const ndk::SpAIBinder",
1568 "referenced_type" : "_ZTIN3ndk10SpAIBinderE",
1569 "self_type" : "_ZTIKN3ndk10SpAIBinderE",
1570 "size" : 8,
1571 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1572 },
1573 {
1574 "alignment" : 8,
1575 "is_const" : true,
1576 "linker_set_key" : "_ZTIKN3ndk13ScopedAParcelE",
1577 "name" : "const ndk::ScopedAParcel",
1578 "referenced_type" : "_ZTIN3ndk13ScopedAParcelE",
1579 "self_type" : "_ZTIKN3ndk13ScopedAParcelE",
1580 "size" : 8,
1581 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1582 },
1583 {
1584 "alignment" : 8,
1585 "is_const" : true,
1586 "linker_set_key" : "_ZTIKN3ndk13ScopedAStatusE",
1587 "name" : "const ndk::ScopedAStatus",
1588 "referenced_type" : "_ZTIN3ndk13ScopedAStatusE",
1589 "self_type" : "_ZTIKN3ndk13ScopedAStatusE",
1590 "size" : 8,
1591 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1592 },
1593 {
1594 "alignment" : 8,
1595 "is_const" : true,
1596 "linker_set_key" : "_ZTIKN3ndk17AParcelableHolderE",
1597 "name" : "const ndk::AParcelableHolder",
1598 "referenced_type" : "_ZTIN3ndk17AParcelableHolderE",
1599 "self_type" : "_ZTIKN3ndk17AParcelableHolderE",
1600 "size" : 24,
1601 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcelable_utils.h"
1602 },
1603 {
1604 "alignment" : 4,
1605 "is_const" : true,
1606 "linker_set_key" : "_ZTIKN3ndk20ScopedFileDescriptorE",
1607 "name" : "const ndk::ScopedFileDescriptor",
1608 "referenced_type" : "_ZTIN3ndk20ScopedFileDescriptorE",
1609 "self_type" : "_ZTIKN3ndk20ScopedFileDescriptorE",
1610 "size" : 4,
1611 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1612 },
1613 {
1614 "alignment" : 8,
1615 "is_const" : true,
1616 "linker_set_key" : "_ZTIKN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE",
1617 "name" : "const ndk::impl::ScopedAResource<AParcel *, &AParcel_delete, nullptr>",
1618 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE",
1619 "self_type" : "_ZTIKN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE",
1620 "size" : 8,
1621 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1622 },
1623 {
1624 "alignment" : 8,
1625 "is_const" : true,
1626 "linker_set_key" : "_ZTIKN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE",
1627 "name" : "const ndk::impl::ScopedAResource<AStatus *, &AStatus_delete, nullptr>",
1628 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE",
1629 "self_type" : "_ZTIKN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE",
1630 "size" : 8,
1631 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1632 },
1633 {
1634 "alignment" : 8,
1635 "is_const" : true,
1636 "linker_set_key" : "_ZTIKN4aidl7android8hardware6common12MappableFileE",
1637 "name" : "const aidl::android::hardware::common::MappableFile",
1638 "referenced_type" : "_ZTIN4aidl7android8hardware6common12MappableFileE",
1639 "self_type" : "_ZTIKN4aidl7android8hardware6common12MappableFileE",
1640 "size" : 24,
1641 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/MappableFile.h"
1642 },
1643 {
1644 "alignment" : 8,
1645 "is_const" : true,
1646 "linker_set_key" : "_ZTIKN4aidl7android8hardware6common12NativeHandleE",
1647 "name" : "const aidl::android::hardware::common::NativeHandle",
1648 "referenced_type" : "_ZTIN4aidl7android8hardware6common12NativeHandleE",
1649 "self_type" : "_ZTIKN4aidl7android8hardware6common12NativeHandleE",
1650 "size" : 48,
1651 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/NativeHandle.h"
1652 },
1653 {
1654 "alignment" : 8,
1655 "is_const" : true,
1656 "linker_set_key" : "_ZTIKN4aidl7android8hardware6common6AshmemE",
1657 "name" : "const aidl::android::hardware::common::Ashmem",
1658 "referenced_type" : "_ZTIN4aidl7android8hardware6common6AshmemE",
1659 "self_type" : "_ZTIKN4aidl7android8hardware6common6AshmemE",
1660 "size" : 16,
1661 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/Ashmem.h"
1662 },
1663 {
1664 "alignment" : 8,
1665 "is_const" : true,
1666 "linker_set_key" : "_ZTIKNSt3__16vectorIDsNS_9allocatorIDsEEEE",
1667 "name" : "const std::vector<char16_t, std::allocator<char16_t>>",
1668 "referenced_type" : "_ZTINSt3__16vectorIDsNS_9allocatorIDsEEEE",
1669 "self_type" : "_ZTIKNSt3__16vectorIDsNS_9allocatorIDsEEEE",
1670 "size" : 24,
1671 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1672 },
1673 {
1674 "alignment" : 8,
1675 "is_const" : true,
1676 "linker_set_key" : "_ZTIKNSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE",
1677 "name" : "const std::vector<ndk::ScopedFileDescriptor, std::allocator<ndk::ScopedFileDescriptor>>",
1678 "referenced_type" : "_ZTINSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE",
1679 "self_type" : "_ZTIKNSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE",
1680 "size" : 24,
1681 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h"
1682 },
1683 {
1684 "alignment" : 8,
1685 "is_const" : true,
1686 "linker_set_key" : "_ZTIKNSt3__16vectorIbNS_9allocatorIbEEEE",
1687 "name" : "const std::vector<bool, std::allocator<bool>>",
1688 "referenced_type" : "_ZTINSt3__16vectorIbNS_9allocatorIbEEEE",
1689 "self_type" : "_ZTIKNSt3__16vectorIbNS_9allocatorIbEEEE",
1690 "size" : 24,
1691 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1692 },
1693 {
1694 "alignment" : 8,
1695 "is_const" : true,
1696 "linker_set_key" : "_ZTIKNSt3__16vectorIdNS_9allocatorIdEEEE",
1697 "name" : "const std::vector<double, std::allocator<double>>",
1698 "referenced_type" : "_ZTINSt3__16vectorIdNS_9allocatorIdEEEE",
1699 "self_type" : "_ZTIKNSt3__16vectorIdNS_9allocatorIdEEEE",
1700 "size" : 24,
1701 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1702 },
1703 {
1704 "alignment" : 8,
1705 "is_const" : true,
1706 "linker_set_key" : "_ZTIKNSt3__16vectorIfNS_9allocatorIfEEEE",
1707 "name" : "const std::vector<float, std::allocator<float>>",
1708 "referenced_type" : "_ZTINSt3__16vectorIfNS_9allocatorIfEEEE",
1709 "self_type" : "_ZTIKNSt3__16vectorIfNS_9allocatorIfEEEE",
1710 "size" : 24,
1711 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1712 },
1713 {
1714 "alignment" : 8,
1715 "is_const" : true,
1716 "linker_set_key" : "_ZTIKNSt3__16vectorIhNS_9allocatorIhEEEE",
1717 "name" : "const std::vector<unsigned char, std::allocator<unsigned char>>",
1718 "referenced_type" : "_ZTINSt3__16vectorIhNS_9allocatorIhEEEE",
1719 "self_type" : "_ZTIKNSt3__16vectorIhNS_9allocatorIhEEEE",
1720 "size" : 24,
1721 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1722 },
1723 {
1724 "alignment" : 8,
1725 "is_const" : true,
1726 "linker_set_key" : "_ZTIKNSt3__16vectorIiNS_9allocatorIiEEEE",
1727 "name" : "const std::vector<int, std::allocator<int>>",
1728 "referenced_type" : "_ZTINSt3__16vectorIiNS_9allocatorIiEEEE",
1729 "self_type" : "_ZTIKNSt3__16vectorIiNS_9allocatorIiEEEE",
1730 "size" : 24,
1731 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1732 },
1733 {
1734 "alignment" : 8,
1735 "is_const" : true,
1736 "linker_set_key" : "_ZTIKNSt3__16vectorIjNS_9allocatorIjEEEE",
1737 "name" : "const std::vector<unsigned int, std::allocator<unsigned int>>",
1738 "referenced_type" : "_ZTINSt3__16vectorIjNS_9allocatorIjEEEE",
1739 "self_type" : "_ZTIKNSt3__16vectorIjNS_9allocatorIjEEEE",
1740 "size" : 24,
1741 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1742 },
1743 {
1744 "alignment" : 8,
1745 "is_const" : true,
1746 "linker_set_key" : "_ZTIKNSt3__16vectorIlNS_9allocatorIlEEEE",
1747 "name" : "const std::vector<long, std::allocator<long>>",
1748 "referenced_type" : "_ZTINSt3__16vectorIlNS_9allocatorIlEEEE",
1749 "self_type" : "_ZTIKNSt3__16vectorIlNS_9allocatorIlEEEE",
1750 "size" : 24,
1751 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1752 },
1753 {
1754 "alignment" : 8,
1755 "is_const" : true,
1756 "linker_set_key" : "_ZTIKNSt3__16vectorImNS_9allocatorImEEEE",
1757 "name" : "const std::vector<unsigned long, std::allocator<unsigned long>>",
1758 "referenced_type" : "_ZTINSt3__16vectorImNS_9allocatorImEEEE",
1759 "self_type" : "_ZTIKNSt3__16vectorImNS_9allocatorImEEEE",
1760 "size" : 24,
1761 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1762 },
1763 {
1764 "alignment" : 8,
1765 "is_const" : true,
1766 "linker_set_key" : "_ZTIKNSt3__18optionalINS_6vectorIDsNS_9allocatorIDsEEEEEE",
1767 "name" : "const std::optional<std::vector<char16_t, std::allocator<char16_t>>>",
1768 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIDsNS_9allocatorIDsEEEEEE",
1769 "self_type" : "_ZTIKNSt3__18optionalINS_6vectorIDsNS_9allocatorIDsEEEEEE",
1770 "size" : 32,
1771 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1772 },
1773 {
1774 "alignment" : 8,
1775 "is_const" : true,
1776 "linker_set_key" : "_ZTIKNSt3__18optionalINS_6vectorIbNS_9allocatorIbEEEEEE",
1777 "name" : "const std::optional<std::vector<bool, std::allocator<bool>>>",
1778 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIbNS_9allocatorIbEEEEEE",
1779 "self_type" : "_ZTIKNSt3__18optionalINS_6vectorIbNS_9allocatorIbEEEEEE",
1780 "size" : 32,
1781 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1782 },
1783 {
1784 "alignment" : 8,
1785 "is_const" : true,
1786 "linker_set_key" : "_ZTIKNSt3__18optionalINS_6vectorIdNS_9allocatorIdEEEEEE",
1787 "name" : "const std::optional<std::vector<double, std::allocator<double>>>",
1788 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIdNS_9allocatorIdEEEEEE",
1789 "self_type" : "_ZTIKNSt3__18optionalINS_6vectorIdNS_9allocatorIdEEEEEE",
1790 "size" : 32,
1791 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1792 },
1793 {
1794 "alignment" : 8,
1795 "is_const" : true,
1796 "linker_set_key" : "_ZTIKNSt3__18optionalINS_6vectorIfNS_9allocatorIfEEEEEE",
1797 "name" : "const std::optional<std::vector<float, std::allocator<float>>>",
1798 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIfNS_9allocatorIfEEEEEE",
1799 "self_type" : "_ZTIKNSt3__18optionalINS_6vectorIfNS_9allocatorIfEEEEEE",
1800 "size" : 32,
1801 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1802 },
1803 {
1804 "alignment" : 8,
1805 "is_const" : true,
1806 "linker_set_key" : "_ZTIKNSt3__18optionalINS_6vectorIhNS_9allocatorIhEEEEEE",
1807 "name" : "const std::optional<std::vector<unsigned char, std::allocator<unsigned char>>>",
1808 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIhNS_9allocatorIhEEEEEE",
1809 "self_type" : "_ZTIKNSt3__18optionalINS_6vectorIhNS_9allocatorIhEEEEEE",
1810 "size" : 32,
1811 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1812 },
1813 {
1814 "alignment" : 8,
1815 "is_const" : true,
1816 "linker_set_key" : "_ZTIKNSt3__18optionalINS_6vectorIiNS_9allocatorIiEEEEEE",
1817 "name" : "const std::optional<std::vector<int, std::allocator<int>>>",
1818 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIiNS_9allocatorIiEEEEEE",
1819 "self_type" : "_ZTIKNSt3__18optionalINS_6vectorIiNS_9allocatorIiEEEEEE",
1820 "size" : 32,
1821 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1822 },
1823 {
1824 "alignment" : 8,
1825 "is_const" : true,
1826 "linker_set_key" : "_ZTIKNSt3__18optionalINS_6vectorIjNS_9allocatorIjEEEEEE",
1827 "name" : "const std::optional<std::vector<unsigned int, std::allocator<unsigned int>>>",
1828 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIjNS_9allocatorIjEEEEEE",
1829 "self_type" : "_ZTIKNSt3__18optionalINS_6vectorIjNS_9allocatorIjEEEEEE",
1830 "size" : 32,
1831 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1832 },
1833 {
1834 "alignment" : 8,
1835 "is_const" : true,
1836 "linker_set_key" : "_ZTIKNSt3__18optionalINS_6vectorIlNS_9allocatorIlEEEEEE",
1837 "name" : "const std::optional<std::vector<long, std::allocator<long>>>",
1838 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorIlNS_9allocatorIlEEEEEE",
1839 "self_type" : "_ZTIKNSt3__18optionalINS_6vectorIlNS_9allocatorIlEEEEEE",
1840 "size" : 32,
1841 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1842 },
1843 {
1844 "alignment" : 8,
1845 "is_const" : true,
1846 "linker_set_key" : "_ZTIKNSt3__18optionalINS_6vectorImNS_9allocatorImEEEEEE",
1847 "name" : "const std::optional<std::vector<unsigned long, std::allocator<unsigned long>>>",
1848 "referenced_type" : "_ZTINSt3__18optionalINS_6vectorImNS_9allocatorImEEEEEE",
1849 "self_type" : "_ZTIKNSt3__18optionalINS_6vectorImNS_9allocatorImEEEEEE",
1850 "size" : 32,
1851 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1852 },
1853 {
1854 "alignment" : 8,
1855 "is_const" : true,
1856 "linker_set_key" : "_ZTIKP7AParcel",
1857 "name" : "AParcel *const",
1858 "referenced_type" : "_ZTIP7AParcel",
1859 "self_type" : "_ZTIKP7AParcel",
1860 "size" : 8,
1861 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1862 },
1863 {
1864 "alignment" : 8,
1865 "is_const" : true,
1866 "linker_set_key" : "_ZTIKP7AStatus",
1867 "name" : "AStatus *const",
1868 "referenced_type" : "_ZTIP7AStatus",
1869 "self_type" : "_ZTIKP7AStatus",
1870 "size" : 8,
1871 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1872 },
1873 {
1874 "alignment" : 1,
1875 "is_const" : true,
1876 "linker_set_key" : "_ZTIKc",
1877 "name" : "const char",
1878 "referenced_type" : "_ZTIc",
1879 "self_type" : "_ZTIKc",
1880 "size" : 1,
1881 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1882 },
1883 {
1884 "alignment" : 4,
1885 "is_const" : true,
1886 "linker_set_key" : "_ZTIKi",
1887 "name" : "const int",
1888 "referenced_type" : "_ZTIi",
1889 "self_type" : "_ZTIKi",
1890 "size" : 4,
1891 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/Ashmem.h"
1892 },
1893 {
1894 "alignment" : 8,
1895 "is_const" : true,
1896 "linker_set_key" : "_ZTIKl",
1897 "name" : "const long",
1898 "referenced_type" : "_ZTIl",
1899 "self_type" : "_ZTIKl",
1900 "size" : 8,
1901 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h"
1902 },
1903 {
1904 "is_const" : true,
1905 "linker_set_key" : "_ZTIKv",
1906 "name" : "const void",
1907 "referenced_type" : "_ZTIv",
1908 "self_type" : "_ZTIKv",
1909 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcel_utils.h"
1910 }
1911 ],
1912 "record_types" :
1913 [
1914 {
1915 "alignment" : 8,
1916 "fields" :
1917 [
1918 {
1919 "access" : "private",
1920 "field_name" : "mBinder",
1921 "referenced_type" : "_ZTIP8AIBinder"
1922 }
1923 ],
1924 "linker_set_key" : "_ZTIN3ndk10SpAIBinderE",
1925 "name" : "ndk::SpAIBinder",
1926 "record_kind" : "class",
1927 "referenced_type" : "_ZTIN3ndk10SpAIBinderE",
1928 "self_type" : "_ZTIN3ndk10SpAIBinderE",
1929 "size" : 8,
1930 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
1931 },
1932 {
1933 "access" : "private",
1934 "alignment" : 8,
1935 "fields" :
1936 [
1937 {
1938 "field_name" : "interface",
1939 "referenced_type" : "_ZTINSt3__110shared_ptrIN3ndk11ICInterfaceEEE"
1940 }
1941 ],
1942 "linker_set_key" : "_ZTIN3ndk11ICInterface15ICInterfaceDataE",
1943 "name" : "ndk::ICInterface::ICInterfaceData",
1944 "record_kind" : "class",
1945 "referenced_type" : "_ZTIN3ndk11ICInterface15ICInterfaceDataE",
1946 "self_type" : "_ZTIN3ndk11ICInterface15ICInterfaceDataE",
1947 "size" : 16,
1948 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_interface_utils.h"
1949 },
1950 {
1951 "alignment" : 8,
1952 "base_specifiers" :
1953 [
1954 {
1955 "referenced_type" : "_ZTIN3ndk13SharedRefBaseE"
1956 }
1957 ],
1958 "linker_set_key" : "_ZTIN3ndk11ICInterfaceE",
1959 "name" : "ndk::ICInterface",
1960 "record_kind" : "class",
1961 "referenced_type" : "_ZTIN3ndk11ICInterfaceE",
1962 "self_type" : "_ZTIN3ndk11ICInterfaceE",
1963 "size" : 32,
1964 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_interface_utils.h",
1965 "vtable_components" :
1966 [
1967 {
1968 "kind" : "offset_to_top"
1969 },
1970 {
1971 "kind" : "rtti",
1972 "mangled_component_name" : "_ZTIN3ndk11ICInterfaceE"
1973 },
1974 {
1975 "kind" : "complete_dtor_pointer",
1976 "mangled_component_name" : "_ZN3ndk11ICInterfaceD1Ev"
1977 },
1978 {
1979 "kind" : "deleting_dtor_pointer",
1980 "mangled_component_name" : "_ZN3ndk11ICInterfaceD0Ev"
1981 },
1982 {
1983 "is_pure" : true,
1984 "mangled_component_name" : "_ZN3ndk11ICInterface8asBinderEv"
1985 },
1986 {
1987 "is_pure" : true,
1988 "mangled_component_name" : "_ZN3ndk11ICInterface8isRemoteEv"
1989 },
1990 {
1991 "mangled_component_name" : "_ZN3ndk11ICInterface4dumpEiPPKcj"
1992 },
1993 {
1994 "mangled_component_name" : "_ZN3ndk11ICInterface18handleShellCommandEiiiPPKcj"
1995 }
1996 ]
1997 },
1998 {
1999 "alignment" : 8,
2000 "base_specifiers" :
2001 [
2002 {
2003 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE"
2004 }
2005 ],
2006 "linker_set_key" : "_ZTIN3ndk13ScopedAParcelE",
2007 "name" : "ndk::ScopedAParcel",
2008 "record_kind" : "class",
2009 "referenced_type" : "_ZTIN3ndk13ScopedAParcelE",
2010 "self_type" : "_ZTIN3ndk13ScopedAParcelE",
2011 "size" : 8,
2012 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
2013 },
2014 {
2015 "alignment" : 8,
2016 "base_specifiers" :
2017 [
2018 {
2019 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE"
2020 }
2021 ],
2022 "linker_set_key" : "_ZTIN3ndk13ScopedAStatusE",
2023 "name" : "ndk::ScopedAStatus",
2024 "record_kind" : "class",
2025 "referenced_type" : "_ZTIN3ndk13ScopedAStatusE",
2026 "self_type" : "_ZTIN3ndk13ScopedAStatusE",
2027 "size" : 8,
2028 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
2029 },
2030 {
2031 "alignment" : 8,
2032 "fields" :
2033 [
2034 {
2035 "access" : "private",
2036 "field_name" : "mFlagThis",
2037 "field_offset" : 64,
2038 "referenced_type" : "_ZTINSt3__19once_flagE"
2039 },
2040 {
2041 "access" : "private",
2042 "field_name" : "mThis",
2043 "field_offset" : 128,
2044 "referenced_type" : "_ZTINSt3__18weak_ptrIN3ndk13SharedRefBaseEEE"
2045 }
2046 ],
2047 "linker_set_key" : "_ZTIN3ndk13SharedRefBaseE",
2048 "name" : "ndk::SharedRefBase",
2049 "record_kind" : "class",
2050 "referenced_type" : "_ZTIN3ndk13SharedRefBaseE",
2051 "self_type" : "_ZTIN3ndk13SharedRefBaseE",
2052 "size" : 32,
2053 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_interface_utils.h",
2054 "vtable_components" :
2055 [
2056 {
2057 "kind" : "offset_to_top"
2058 },
2059 {
2060 "kind" : "rtti",
2061 "mangled_component_name" : "_ZTIN3ndk13SharedRefBaseE"
2062 },
2063 {
2064 "kind" : "complete_dtor_pointer",
2065 "mangled_component_name" : "_ZN3ndk13SharedRefBaseD1Ev"
2066 },
2067 {
2068 "kind" : "deleting_dtor_pointer",
2069 "mangled_component_name" : "_ZN3ndk13SharedRefBaseD0Ev"
2070 }
2071 ]
2072 },
2073 {
2074 "alignment" : 8,
2075 "fields" :
2076 [
2077 {
2078 "access" : "private",
2079 "field_name" : "mParcel",
2080 "field_offset" : 64,
2081 "referenced_type" : "_ZTIN3ndk13ScopedAParcelE"
2082 },
2083 {
2084 "access" : "private",
2085 "field_name" : "mStability",
2086 "field_offset" : 128,
2087 "referenced_type" : "_ZTIi"
2088 }
2089 ],
2090 "linker_set_key" : "_ZTIN3ndk17AParcelableHolderE",
2091 "name" : "ndk::AParcelableHolder",
2092 "record_kind" : "class",
2093 "referenced_type" : "_ZTIN3ndk17AParcelableHolderE",
2094 "self_type" : "_ZTIN3ndk17AParcelableHolderE",
2095 "size" : 24,
2096 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_parcelable_utils.h",
2097 "vtable_components" :
2098 [
2099 {
2100 "kind" : "offset_to_top"
2101 },
2102 {
2103 "kind" : "rtti",
2104 "mangled_component_name" : "_ZTIN3ndk17AParcelableHolderE"
2105 },
2106 {
2107 "kind" : "complete_dtor_pointer",
2108 "mangled_component_name" : "_ZN3ndk17AParcelableHolderD1Ev"
2109 },
2110 {
2111 "kind" : "deleting_dtor_pointer",
2112 "mangled_component_name" : "_ZN3ndk17AParcelableHolderD0Ev"
2113 }
2114 ]
2115 },
2116 {
2117 "alignment" : 8,
2118 "base_specifiers" :
2119 [
2120 {
2121 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP13AIBinder_WeakXadL_Z20AIBinder_Weak_deleteEELS3_0EEE"
2122 }
2123 ],
2124 "linker_set_key" : "_ZTIN3ndk19ScopedAIBinder_WeakE",
2125 "name" : "ndk::ScopedAIBinder_Weak",
2126 "record_kind" : "class",
2127 "referenced_type" : "_ZTIN3ndk19ScopedAIBinder_WeakE",
2128 "self_type" : "_ZTIN3ndk19ScopedAIBinder_WeakE",
2129 "size" : 8,
2130 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
2131 },
2132 {
2133 "alignment" : 4,
2134 "base_specifiers" :
2135 [
2136 {
2137 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIiXadL_ZNS_8internalL14closeWithErrorEiEELin1EEE"
2138 }
2139 ],
2140 "linker_set_key" : "_ZTIN3ndk20ScopedFileDescriptorE",
2141 "name" : "ndk::ScopedFileDescriptor",
2142 "record_kind" : "class",
2143 "referenced_type" : "_ZTIN3ndk20ScopedFileDescriptorE",
2144 "self_type" : "_ZTIN3ndk20ScopedFileDescriptorE",
2145 "size" : 4,
2146 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
2147 },
2148 {
2149 "alignment" : 8,
2150 "base_specifiers" :
2151 [
2152 {
2153 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP23AIBinder_DeathRecipientXadL_Z30AIBinder_DeathRecipient_deleteEELS3_0EEE"
2154 }
2155 ],
2156 "linker_set_key" : "_ZTIN3ndk29ScopedAIBinder_DeathRecipientE",
2157 "name" : "ndk::ScopedAIBinder_DeathRecipient",
2158 "record_kind" : "class",
2159 "referenced_type" : "_ZTIN3ndk29ScopedAIBinder_DeathRecipientE",
2160 "self_type" : "_ZTIN3ndk29ScopedAIBinder_DeathRecipientE",
2161 "size" : 8,
2162 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
2163 },
2164 {
2165 "alignment" : 8,
2166 "fields" :
2167 [
2168 {
2169 "access" : "private",
2170 "field_name" : "mT",
2171 "referenced_type" : "_ZTIP13AIBinder_Weak"
2172 }
2173 ],
2174 "linker_set_key" : "_ZTIN3ndk4impl15ScopedAResourceIP13AIBinder_WeakXadL_Z20AIBinder_Weak_deleteEELS3_0EEE",
2175 "name" : "ndk::impl::ScopedAResource<AIBinder_Weak *, &AIBinder_Weak_delete, nullptr>",
2176 "record_kind" : "class",
2177 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP13AIBinder_WeakXadL_Z20AIBinder_Weak_deleteEELS3_0EEE",
2178 "self_type" : "_ZTIN3ndk4impl15ScopedAResourceIP13AIBinder_WeakXadL_Z20AIBinder_Weak_deleteEELS3_0EEE",
2179 "size" : 8,
2180 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h",
2181 "template_args" : [ "_ZTIP13AIBinder_Weak" ]
2182 },
2183 {
2184 "alignment" : 8,
2185 "fields" :
2186 [
2187 {
2188 "access" : "private",
2189 "field_name" : "mT",
2190 "referenced_type" : "_ZTIP23AIBinder_DeathRecipient"
2191 }
2192 ],
2193 "linker_set_key" : "_ZTIN3ndk4impl15ScopedAResourceIP23AIBinder_DeathRecipientXadL_Z30AIBinder_DeathRecipient_deleteEELS3_0EEE",
2194 "name" : "ndk::impl::ScopedAResource<AIBinder_DeathRecipient *, &AIBinder_DeathRecipient_delete, nullptr>",
2195 "record_kind" : "class",
2196 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP23AIBinder_DeathRecipientXadL_Z30AIBinder_DeathRecipient_deleteEELS3_0EEE",
2197 "self_type" : "_ZTIN3ndk4impl15ScopedAResourceIP23AIBinder_DeathRecipientXadL_Z30AIBinder_DeathRecipient_deleteEELS3_0EEE",
2198 "size" : 8,
2199 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h",
2200 "template_args" : [ "_ZTIP23AIBinder_DeathRecipient" ]
2201 },
2202 {
2203 "alignment" : 8,
2204 "fields" :
2205 [
2206 {
2207 "access" : "private",
2208 "field_name" : "mT",
2209 "referenced_type" : "_ZTIP7AParcel"
2210 }
2211 ],
2212 "linker_set_key" : "_ZTIN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE",
2213 "name" : "ndk::impl::ScopedAResource<AParcel *, &AParcel_delete, nullptr>",
2214 "record_kind" : "class",
2215 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE",
2216 "self_type" : "_ZTIN3ndk4impl15ScopedAResourceIP7AParcelXadL_Z14AParcel_deleteEELS3_0EEE",
2217 "size" : 8,
2218 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h",
2219 "template_args" : [ "_ZTIP7AParcel" ]
2220 },
2221 {
2222 "alignment" : 8,
2223 "fields" :
2224 [
2225 {
2226 "access" : "private",
2227 "field_name" : "mT",
2228 "referenced_type" : "_ZTIP7AStatus"
2229 }
2230 ],
2231 "linker_set_key" : "_ZTIN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE",
2232 "name" : "ndk::impl::ScopedAResource<AStatus *, &AStatus_delete, nullptr>",
2233 "record_kind" : "class",
2234 "referenced_type" : "_ZTIN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE",
2235 "self_type" : "_ZTIN3ndk4impl15ScopedAResourceIP7AStatusXadL_Z14AStatus_deleteEELS3_0EEE",
2236 "size" : 8,
2237 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h",
2238 "template_args" : [ "_ZTIP7AStatus" ]
2239 },
2240 {
2241 "alignment" : 8,
2242 "fields" :
2243 [
2244 {
2245 "field_name" : "length",
2246 "referenced_type" : "_ZTIl"
2247 },
2248 {
2249 "field_name" : "prot",
2250 "field_offset" : 64,
2251 "referenced_type" : "_ZTIi"
2252 },
2253 {
2254 "field_name" : "fd",
2255 "field_offset" : 96,
2256 "referenced_type" : "_ZTIN3ndk20ScopedFileDescriptorE"
2257 },
2258 {
2259 "field_name" : "offset",
2260 "field_offset" : 128,
2261 "referenced_type" : "_ZTIl"
2262 }
2263 ],
2264 "linker_set_key" : "_ZTIN4aidl7android8hardware6common12MappableFileE",
2265 "name" : "aidl::android::hardware::common::MappableFile",
2266 "record_kind" : "class",
2267 "referenced_type" : "_ZTIN4aidl7android8hardware6common12MappableFileE",
2268 "self_type" : "_ZTIN4aidl7android8hardware6common12MappableFileE",
2269 "size" : 24,
2270 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/MappableFile.h"
2271 },
2272 {
2273 "alignment" : 8,
2274 "fields" :
2275 [
2276 {
2277 "field_name" : "fds",
2278 "referenced_type" : "_ZTINSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE"
2279 },
2280 {
2281 "field_name" : "ints",
2282 "field_offset" : 192,
2283 "referenced_type" : "_ZTINSt3__16vectorIiNS_9allocatorIiEEEE"
2284 }
2285 ],
2286 "linker_set_key" : "_ZTIN4aidl7android8hardware6common12NativeHandleE",
2287 "name" : "aidl::android::hardware::common::NativeHandle",
2288 "record_kind" : "class",
2289 "referenced_type" : "_ZTIN4aidl7android8hardware6common12NativeHandleE",
2290 "self_type" : "_ZTIN4aidl7android8hardware6common12NativeHandleE",
2291 "size" : 48,
2292 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/NativeHandle.h"
2293 },
2294 {
2295 "alignment" : 8,
2296 "fields" :
2297 [
2298 {
2299 "field_name" : "fd",
2300 "referenced_type" : "_ZTIN3ndk20ScopedFileDescriptorE"
2301 },
2302 {
2303 "field_name" : "size",
2304 "field_offset" : 64,
2305 "referenced_type" : "_ZTIl"
2306 }
2307 ],
2308 "linker_set_key" : "_ZTIN4aidl7android8hardware6common6AshmemE",
2309 "name" : "aidl::android::hardware::common::Ashmem",
2310 "record_kind" : "class",
2311 "referenced_type" : "_ZTIN4aidl7android8hardware6common6AshmemE",
2312 "self_type" : "_ZTIN4aidl7android8hardware6common6AshmemE",
2313 "size" : 16,
2314 "source_file" : "out/soong/.intermediates/hardware/interfaces/common/aidl/android.hardware.common-V2-ndk_platform-source/gen/include/aidl/android/hardware/common/Ashmem.h"
2315 },
2316 {
2317 "alignment" : 1,
2318 "linker_set_key" : "_ZTIN7android8internal7details10IsIterableINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2319 "name" : "android::internal::details::IsIterable<std::vector<ndk::ScopedFileDescriptor, std::allocator<ndk::ScopedFileDescriptor>>>",
2320 "record_kind" : "class",
2321 "referenced_type" : "_ZTIN7android8internal7details10IsIterableINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2322 "self_type" : "_ZTIN7android8internal7details10IsIterableINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2323 "size" : 1,
2324 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2325 "template_args" :
2326 [
2327 "_ZTINSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE"
2328 ]
2329 },
2330 {
2331 "alignment" : 1,
2332 "linker_set_key" : "_ZTIN7android8internal7details10IsIterableINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2333 "name" : "android::internal::details::IsIterable<std::vector<int, std::allocator<int>>>",
2334 "record_kind" : "class",
2335 "referenced_type" : "_ZTIN7android8internal7details10IsIterableINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2336 "self_type" : "_ZTIN7android8internal7details10IsIterableINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2337 "size" : 1,
2338 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2339 "template_args" : [ "_ZTINSt3__16vectorIiNS_9allocatorIiEEEE" ]
2340 },
2341 {
2342 "alignment" : 1,
2343 "linker_set_key" : "_ZTIN7android8internal7details13IsPointerLikeINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2344 "name" : "android::internal::details::IsPointerLike<std::vector<ndk::ScopedFileDescriptor, std::allocator<ndk::ScopedFileDescriptor>>>",
2345 "record_kind" : "class",
2346 "referenced_type" : "_ZTIN7android8internal7details13IsPointerLikeINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2347 "self_type" : "_ZTIN7android8internal7details13IsPointerLikeINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2348 "size" : 1,
2349 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2350 "template_args" :
2351 [
2352 "_ZTINSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE"
2353 ]
2354 },
2355 {
2356 "alignment" : 1,
2357 "linker_set_key" : "_ZTIN7android8internal7details13IsPointerLikeINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2358 "name" : "android::internal::details::IsPointerLike<std::vector<int, std::allocator<int>>>",
2359 "record_kind" : "class",
2360 "referenced_type" : "_ZTIN7android8internal7details13IsPointerLikeINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2361 "self_type" : "_ZTIN7android8internal7details13IsPointerLikeINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2362 "size" : 1,
2363 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2364 "template_args" : [ "_ZTINSt3__16vectorIiNS_9allocatorIiEEEE" ]
2365 },
2366 {
2367 "alignment" : 1,
2368 "linker_set_key" : "_ZTIN7android8internal7details13ToEmptyStringIN3ndk20ScopedFileDescriptorEEE",
2369 "name" : "android::internal::details::ToEmptyString<ndk::ScopedFileDescriptor>",
2370 "record_kind" : "class",
2371 "referenced_type" : "_ZTIN7android8internal7details13ToEmptyStringIN3ndk20ScopedFileDescriptorEEE",
2372 "self_type" : "_ZTIN7android8internal7details13ToEmptyStringIN3ndk20ScopedFileDescriptorEEE",
2373 "size" : 1,
2374 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2375 "template_args" : [ "_ZTIN3ndk20ScopedFileDescriptorE" ]
2376 },
2377 {
2378 "alignment" : 1,
2379 "linker_set_key" : "_ZTIN7android8internal7details13ToEmptyStringINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2380 "name" : "android::internal::details::ToEmptyString<std::vector<ndk::ScopedFileDescriptor, std::allocator<ndk::ScopedFileDescriptor>>>",
2381 "record_kind" : "class",
2382 "referenced_type" : "_ZTIN7android8internal7details13ToEmptyStringINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2383 "self_type" : "_ZTIN7android8internal7details13ToEmptyStringINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2384 "size" : 1,
2385 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2386 "template_args" :
2387 [
2388 "_ZTINSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE"
2389 ]
2390 },
2391 {
2392 "alignment" : 1,
2393 "linker_set_key" : "_ZTIN7android8internal7details13ToEmptyStringINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2394 "name" : "android::internal::details::ToEmptyString<std::vector<int, std::allocator<int>>>",
2395 "record_kind" : "class",
2396 "referenced_type" : "_ZTIN7android8internal7details13ToEmptyStringINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2397 "self_type" : "_ZTIN7android8internal7details13ToEmptyStringINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2398 "size" : 1,
2399 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2400 "template_args" : [ "_ZTINSt3__16vectorIiNS_9allocatorIiEEEE" ]
2401 },
2402 {
2403 "alignment" : 1,
2404 "linker_set_key" : "_ZTIN7android8internal7details13ToEmptyStringIiEE",
2405 "name" : "android::internal::details::ToEmptyString<int>",
2406 "record_kind" : "class",
2407 "referenced_type" : "_ZTIN7android8internal7details13ToEmptyStringIiEE",
2408 "self_type" : "_ZTIN7android8internal7details13ToEmptyStringIiEE",
2409 "size" : 1,
2410 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2411 "template_args" : [ "_ZTIi" ]
2412 },
2413 {
2414 "alignment" : 1,
2415 "linker_set_key" : "_ZTIN7android8internal7details13ToEmptyStringIlEE",
2416 "name" : "android::internal::details::ToEmptyString<long>",
2417 "record_kind" : "class",
2418 "referenced_type" : "_ZTIN7android8internal7details13ToEmptyStringIlEE",
2419 "self_type" : "_ZTIN7android8internal7details13ToEmptyStringIlEE",
2420 "size" : 1,
2421 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2422 "template_args" : [ "_ZTIl" ]
2423 },
2424 {
2425 "alignment" : 1,
2426 "linker_set_key" : "_ZTIN7android8internal7details17HasToStringMethodINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2427 "name" : "android::internal::details::HasToStringMethod<std::vector<ndk::ScopedFileDescriptor, std::allocator<ndk::ScopedFileDescriptor>>>",
2428 "record_kind" : "class",
2429 "referenced_type" : "_ZTIN7android8internal7details17HasToStringMethodINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2430 "self_type" : "_ZTIN7android8internal7details17HasToStringMethodINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2431 "size" : 1,
2432 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2433 "template_args" :
2434 [
2435 "_ZTINSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE"
2436 ]
2437 },
2438 {
2439 "alignment" : 1,
2440 "linker_set_key" : "_ZTIN7android8internal7details17HasToStringMethodINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2441 "name" : "android::internal::details::HasToStringMethod<std::vector<int, std::allocator<int>>>",
2442 "record_kind" : "class",
2443 "referenced_type" : "_ZTIN7android8internal7details17HasToStringMethodINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2444 "self_type" : "_ZTIN7android8internal7details17HasToStringMethodINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2445 "size" : 1,
2446 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2447 "template_args" : [ "_ZTINSt3__16vectorIiNS_9allocatorIiEEEE" ]
2448 },
2449 {
2450 "alignment" : 1,
2451 "base_specifiers" :
2452 [
2453 {
2454 "referenced_type" : "_ZTINSt3__117integral_constantIbLb0EEE"
2455 }
2456 ],
2457 "linker_set_key" : "_ZTIN7android8internal7details17IsInstantiationOfINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEENS3_10shared_ptrEEE",
2458 "name" : "android::internal::details::IsInstantiationOf<std::vector<ndk::ScopedFileDescriptor, std::allocator<ndk::ScopedFileDescriptor>>, std::shared_ptr>",
2459 "referenced_type" : "_ZTIN7android8internal7details17IsInstantiationOfINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEENS3_10shared_ptrEEE",
2460 "self_type" : "_ZTIN7android8internal7details17IsInstantiationOfINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEENS3_10shared_ptrEEE",
2461 "size" : 1,
2462 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2463 "template_args" :
2464 [
2465 "_ZTINSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE"
2466 ]
2467 },
2468 {
2469 "alignment" : 1,
2470 "base_specifiers" :
2471 [
2472 {
2473 "referenced_type" : "_ZTINSt3__117integral_constantIbLb0EEE"
2474 }
2475 ],
2476 "linker_set_key" : "_ZTIN7android8internal7details17IsInstantiationOfINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEENS3_8optionalEEE",
2477 "name" : "android::internal::details::IsInstantiationOf<std::vector<ndk::ScopedFileDescriptor, std::allocator<ndk::ScopedFileDescriptor>>, std::optional>",
2478 "referenced_type" : "_ZTIN7android8internal7details17IsInstantiationOfINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEENS3_8optionalEEE",
2479 "self_type" : "_ZTIN7android8internal7details17IsInstantiationOfINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEENS3_8optionalEEE",
2480 "size" : 1,
2481 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2482 "template_args" :
2483 [
2484 "_ZTINSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE"
2485 ]
2486 },
2487 {
2488 "alignment" : 1,
2489 "base_specifiers" :
2490 [
2491 {
2492 "referenced_type" : "_ZTINSt3__117integral_constantIbLb0EEE"
2493 }
2494 ],
2495 "linker_set_key" : "_ZTIN7android8internal7details17IsInstantiationOfINSt3__16vectorIiNS3_9allocatorIiEEEENS3_10shared_ptrEEE",
2496 "name" : "android::internal::details::IsInstantiationOf<std::vector<int, std::allocator<int>>, std::shared_ptr>",
2497 "referenced_type" : "_ZTIN7android8internal7details17IsInstantiationOfINSt3__16vectorIiNS3_9allocatorIiEEEENS3_10shared_ptrEEE",
2498 "self_type" : "_ZTIN7android8internal7details17IsInstantiationOfINSt3__16vectorIiNS3_9allocatorIiEEEENS3_10shared_ptrEEE",
2499 "size" : 1,
2500 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2501 "template_args" : [ "_ZTINSt3__16vectorIiNS_9allocatorIiEEEE" ]
2502 },
2503 {
2504 "alignment" : 1,
2505 "base_specifiers" :
2506 [
2507 {
2508 "referenced_type" : "_ZTINSt3__117integral_constantIbLb0EEE"
2509 }
2510 ],
2511 "linker_set_key" : "_ZTIN7android8internal7details17IsInstantiationOfINSt3__16vectorIiNS3_9allocatorIiEEEENS3_8optionalEEE",
2512 "name" : "android::internal::details::IsInstantiationOf<std::vector<int, std::allocator<int>>, std::optional>",
2513 "referenced_type" : "_ZTIN7android8internal7details17IsInstantiationOfINSt3__16vectorIiNS3_9allocatorIiEEEENS3_8optionalEEE",
2514 "self_type" : "_ZTIN7android8internal7details17IsInstantiationOfINSt3__16vectorIiNS3_9allocatorIiEEEENS3_8optionalEEE",
2515 "size" : 1,
2516 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2517 "template_args" : [ "_ZTINSt3__16vectorIiNS_9allocatorIiEEEE" ]
2518 },
2519 {
2520 "alignment" : 1,
2521 "linker_set_key" : "_ZTIN7android8internal7details19HasToStringFunctionINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2522 "name" : "android::internal::details::HasToStringFunction<std::vector<ndk::ScopedFileDescriptor, std::allocator<ndk::ScopedFileDescriptor>>>",
2523 "record_kind" : "class",
2524 "referenced_type" : "_ZTIN7android8internal7details19HasToStringFunctionINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2525 "self_type" : "_ZTIN7android8internal7details19HasToStringFunctionINSt3__16vectorIN3ndk20ScopedFileDescriptorENS3_9allocatorIS6_EEEEEE",
2526 "size" : 1,
2527 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2528 "template_args" :
2529 [
2530 "_ZTINSt3__16vectorIN3ndk20ScopedFileDescriptorENS_9allocatorIS2_EEEE"
2531 ]
2532 },
2533 {
2534 "alignment" : 1,
2535 "linker_set_key" : "_ZTIN7android8internal7details19HasToStringFunctionINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2536 "name" : "android::internal::details::HasToStringFunction<std::vector<int, std::allocator<int>>>",
2537 "record_kind" : "class",
2538 "referenced_type" : "_ZTIN7android8internal7details19HasToStringFunctionINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2539 "self_type" : "_ZTIN7android8internal7details19HasToStringFunctionINSt3__16vectorIiNS3_9allocatorIiEEEEEE",
2540 "size" : 1,
2541 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h",
2542 "template_args" : [ "_ZTINSt3__16vectorIiNS_9allocatorIiEEEE" ]
2543 }
2544 ],
2545 "rvalue_reference_types" :
2546 [
2547 {
2548 "alignment" : 8,
2549 "linker_set_key" : "_ZTION3ndk13ScopedAParcelE",
2550 "name" : "ndk::ScopedAParcel &&",
2551 "referenced_type" : "_ZTIN3ndk13ScopedAParcelE",
2552 "self_type" : "_ZTION3ndk13ScopedAParcelE",
2553 "size" : 8,
2554 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
2555 },
2556 {
2557 "alignment" : 8,
2558 "linker_set_key" : "_ZTION3ndk13ScopedAStatusE",
2559 "name" : "ndk::ScopedAStatus &&",
2560 "referenced_type" : "_ZTIN3ndk13ScopedAStatusE",
2561 "self_type" : "_ZTION3ndk13ScopedAStatusE",
2562 "size" : 8,
2563 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
2564 },
2565 {
2566 "alignment" : 8,
2567 "linker_set_key" : "_ZTION3ndk19ScopedAIBinder_WeakE",
2568 "name" : "ndk::ScopedAIBinder_Weak &&",
2569 "referenced_type" : "_ZTIN3ndk19ScopedAIBinder_WeakE",
2570 "self_type" : "_ZTION3ndk19ScopedAIBinder_WeakE",
2571 "size" : 8,
2572 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
2573 },
2574 {
2575 "alignment" : 8,
2576 "linker_set_key" : "_ZTION3ndk20ScopedFileDescriptorE",
2577 "name" : "ndk::ScopedFileDescriptor &&",
2578 "referenced_type" : "_ZTIN3ndk20ScopedFileDescriptorE",
2579 "self_type" : "_ZTION3ndk20ScopedFileDescriptorE",
2580 "size" : 8,
2581 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
2582 },
2583 {
2584 "alignment" : 8,
2585 "linker_set_key" : "_ZTION3ndk29ScopedAIBinder_DeathRecipientE",
2586 "name" : "ndk::ScopedAIBinder_DeathRecipient &&",
2587 "referenced_type" : "_ZTIN3ndk29ScopedAIBinder_DeathRecipientE",
2588 "self_type" : "_ZTION3ndk29ScopedAIBinder_DeathRecipientE",
2589 "size" : 8,
2590 "source_file" : "frameworks/native/libs/binder/ndk/include_cpp/android/binder_auto_utils.h"
2591 }
2592 ]
Hsin-Yi Chen2ebbabf2021-05-26 17:15:23 +08002593}