1{ 2 "array_types" : [], 3 "builtin_types" : 4 [ 5 { 6 "alignment" : 1, 7 "is_integral" : true, 8 "is_unsigned" : true, 9 "linker_set_key" : "_ZTIc", 10 "name" : "char", 11 "size" : 1 12 }, 13 { 14 "alignment" : 4, 15 "is_integral" : true, 16 "linker_set_key" : "_ZTIi", 17 "name" : "int", 18 "size" : 4 19 }, 20 { 21 "linker_set_key" : "_ZTIv", 22 "name" : "void" 23 } 24 ], 25 "elf_functions" : 26 [ 27 { 28 "name" : "sync_file_info" 29 }, 30 { 31 "name" : "sync_file_info_free" 32 }, 33 { 34 "name" : "sync_merge" 35 }, 36 { 37 "name" : "sync_wait" 38 } 39 ], 40 "elf_objects" : [], 41 "enum_types" : [], 42 "function_types" : [], 43 "functions" : 44 [ 45 { 46 "function_name" : "sync_file_info", 47 "linker_set_key" : "sync_file_info", 48 "parameters" : 49 [ 50 { 51 "referenced_type" : "_ZTIi" 52 } 53 ], 54 "return_type" : "_ZTIP14sync_file_info", 55 "source_file" : "system/core/libsync/include/ndk/sync.h" 56 }, 57 { 58 "function_name" : "sync_file_info_free", 59 "linker_set_key" : "sync_file_info_free", 60 "parameters" : 61 [ 62 { 63 "referenced_type" : "_ZTIP14sync_file_info" 64 } 65 ], 66 "return_type" : "_ZTIv", 67 "source_file" : "system/core/libsync/include/ndk/sync.h" 68 }, 69 { 70 "function_name" : "sync_merge", 71 "linker_set_key" : "sync_merge", 72 "parameters" : 73 [ 74 { 75 "referenced_type" : "_ZTIPKc" 76 }, 77 { 78 "referenced_type" : "_ZTIi" 79 }, 80 { 81 "referenced_type" : "_ZTIi" 82 } 83 ], 84 "return_type" : "_ZTIi", 85 "source_file" : "system/core/libsync/include/ndk/sync.h" 86 }, 87 { 88 "function_name" : "sync_wait", 89 "linker_set_key" : "sync_wait", 90 "parameters" : 91 [ 92 { 93 "referenced_type" : "_ZTIi" 94 }, 95 { 96 "referenced_type" : "_ZTIi" 97 } 98 ], 99 "return_type" : "_ZTIi", 100 "source_file" : "system/core/libsync/include/android/sync.h" 101 } 102 ], 103 "global_vars" : [], 104 "lvalue_reference_types" : [], 105 "pointer_types" : 106 [ 107 { 108 "alignment" : 4, 109 "linker_set_key" : "_ZTIP14sync_file_info", 110 "name" : "sync_file_info *", 111 "referenced_type" : "_ZTI14sync_file_info", 112 "size" : 4, 113 "source_file" : "system/core/libsync/include/ndk/sync.h" 114 }, 115 { 116 "alignment" : 4, 117 "linker_set_key" : "_ZTIPKc", 118 "name" : "const char *", 119 "referenced_type" : "_ZTIKc", 120 "size" : 4, 121 "source_file" : "system/core/libsync/include/ndk/sync.h" 122 } 123 ], 124 "qualified_types" : 125 [ 126 { 127 "alignment" : 1, 128 "is_const" : true, 129 "linker_set_key" : "_ZTIKc", 130 "name" : "const char", 131 "referenced_type" : "_ZTIc", 132 "size" : 1, 133 "source_file" : "system/core/libsync/include/ndk/sync.h" 134 } 135 ], 136 "record_types" : [], 137 "rvalue_reference_types" : [] 138} 139