1{ 2 "array_types" : [], 3 "builtin_types" : 4 [ 5 { 6 "alignment" : 1, 7 "is_integral" : true, 8 "linker_set_key" : "_ZTIc", 9 "name" : "char", 10 "referenced_type" : "_ZTIc", 11 "self_type" : "_ZTIc", 12 "size" : 1 13 }, 14 { 15 "alignment" : 4, 16 "is_integral" : true, 17 "is_unsigned" : true, 18 "linker_set_key" : "_ZTIj", 19 "name" : "unsigned int", 20 "referenced_type" : "_ZTIj", 21 "self_type" : "_ZTIj", 22 "size" : 4 23 }, 24 { 25 "linker_set_key" : "_ZTIv", 26 "name" : "void", 27 "referenced_type" : "_ZTIv", 28 "self_type" : "_ZTIv" 29 } 30 ], 31 "elf_functions" : 32 [ 33 { 34 "binding" : "weak", 35 "name" : "ACgroupController_getFlags" 36 }, 37 { 38 "name" : "ACgroupController_getName" 39 }, 40 { 41 "name" : "ACgroupController_getPath" 42 }, 43 { 44 "name" : "ACgroupController_getVersion" 45 }, 46 { 47 "name" : "ACgroupFile_getController" 48 }, 49 { 50 "name" : "ACgroupFile_getControllerCount" 51 }, 52 { 53 "name" : "ACgroupFile_getVersion" 54 } 55 ], 56 "elf_objects" : [], 57 "enum_types" : [], 58 "function_types" : [], 59 "functions" : 60 [ 61 { 62 "function_name" : "ACgroupController_getFlags", 63 "linker_set_key" : "ACgroupController_getFlags", 64 "parameters" : 65 [ 66 { 67 "referenced_type" : "_ZTIPK17ACgroupController" 68 } 69 ], 70 "return_type" : "_ZTIj", 71 "source_file" : "system/core/libprocessgroup/cgrouprc/include/android/cgrouprc.h" 72 }, 73 { 74 "function_name" : "ACgroupController_getName", 75 "linker_set_key" : "ACgroupController_getName", 76 "parameters" : 77 [ 78 { 79 "referenced_type" : "_ZTIPK17ACgroupController" 80 } 81 ], 82 "return_type" : "_ZTIPKc", 83 "source_file" : "system/core/libprocessgroup/cgrouprc/include/android/cgrouprc.h" 84 }, 85 { 86 "function_name" : "ACgroupController_getPath", 87 "linker_set_key" : "ACgroupController_getPath", 88 "parameters" : 89 [ 90 { 91 "referenced_type" : "_ZTIPK17ACgroupController" 92 } 93 ], 94 "return_type" : "_ZTIPKc", 95 "source_file" : "system/core/libprocessgroup/cgrouprc/include/android/cgrouprc.h" 96 }, 97 { 98 "function_name" : "ACgroupController_getVersion", 99 "linker_set_key" : "ACgroupController_getVersion", 100 "parameters" : 101 [ 102 { 103 "referenced_type" : "_ZTIPK17ACgroupController" 104 } 105 ], 106 "return_type" : "_ZTIj", 107 "source_file" : "system/core/libprocessgroup/cgrouprc/include/android/cgrouprc.h" 108 }, 109 { 110 "function_name" : "ACgroupFile_getController", 111 "linker_set_key" : "ACgroupFile_getController", 112 "parameters" : 113 [ 114 { 115 "referenced_type" : "_ZTIj" 116 } 117 ], 118 "return_type" : "_ZTIPK17ACgroupController", 119 "source_file" : "system/core/libprocessgroup/cgrouprc/include/android/cgrouprc.h" 120 }, 121 { 122 "function_name" : "ACgroupFile_getControllerCount", 123 "linker_set_key" : "ACgroupFile_getControllerCount", 124 "return_type" : "_ZTIj", 125 "source_file" : "system/core/libprocessgroup/cgrouprc/include/android/cgrouprc.h" 126 }, 127 { 128 "function_name" : "ACgroupFile_getVersion", 129 "linker_set_key" : "ACgroupFile_getVersion", 130 "return_type" : "_ZTIj", 131 "source_file" : "system/core/libprocessgroup/cgrouprc/include/android/cgrouprc.h" 132 } 133 ], 134 "global_vars" : [], 135 "lvalue_reference_types" : [], 136 "pointer_types" : 137 [ 138 { 139 "alignment" : 4, 140 "linker_set_key" : "_ZTIPK17ACgroupController", 141 "name" : "const ACgroupController *", 142 "referenced_type" : "_ZTIK17ACgroupController", 143 "self_type" : "_ZTIPK17ACgroupController", 144 "size" : 4, 145 "source_file" : "system/core/libprocessgroup/cgrouprc/include/android/cgrouprc.h" 146 }, 147 { 148 "alignment" : 4, 149 "linker_set_key" : "_ZTIPKc", 150 "name" : "const char *", 151 "referenced_type" : "_ZTIKc", 152 "self_type" : "_ZTIPKc", 153 "size" : 4, 154 "source_file" : "system/core/libprocessgroup/cgrouprc/include/android/cgrouprc.h" 155 } 156 ], 157 "qualified_types" : 158 [ 159 { 160 "alignment" : 4, 161 "is_const" : true, 162 "linker_set_key" : "_ZTIK17ACgroupController", 163 "name" : "const ACgroupController", 164 "referenced_type" : "_ZTI17ACgroupController", 165 "self_type" : "_ZTIK17ACgroupController", 166 "size" : 56, 167 "source_file" : "system/core/libprocessgroup/cgrouprc/include/android/cgrouprc.h" 168 }, 169 { 170 "alignment" : 1, 171 "is_const" : true, 172 "linker_set_key" : "_ZTIKc", 173 "name" : "const char", 174 "referenced_type" : "_ZTIc", 175 "self_type" : "_ZTIKc", 176 "size" : 1, 177 "source_file" : "system/core/libprocessgroup/cgrouprc/include/android/cgrouprc.h" 178 } 179 ], 180 "record_types" : [], 181 "rvalue_reference_types" : [] 182} 183