/external/qemu/android/avd/ |
info.c | 137 AFREE(i->imagePath[nn]); 139 AFREE(i->skinName); 140 AFREE(i->skinDirPath); 141 AFREE(i->coreHardwareIniPath); 144 AFREE(i->searchPaths[nn]); 163 AFREE(i->contentPath); 164 AFREE(i->sdkRootPath); 167 AFREE(i->androidOut); 168 AFREE(i->androidBuildRoot); 171 AFREE(i->deviceName) [all...] |
util.c | 123 AFREE(iniPath); 140 AFREE(avdPath); 276 AFREE(cpuAbi); 322 AFREE(sdkVersion); 344 AFREE(prop);
|
hw-config.c | 88 #define HWCFG_STRING(n,s,d,a,t) if (iniFile_getValue(ini, s)) { AFREE(config->n); config->n = iniFile_getString(ini, s, d); } 122 #define HWCFG_STRING(n,s,d,a,t) AFREE(config->n);
|
/external/qemu/android/utils/ |
intmap.c | 58 AFREE(map->keys); 60 AFREE(map->values); 64 AFREE(map);
|
vector.h | 42 AFREE((obj)->name); \
|
lineinput.c | 159 AFREE(input->line); 163 AFREE(input);
|
ini.c | 47 AFREE(i->pairs[nn].key); 51 AFREE(i->pairs); 52 AFREE(i); 85 AFREE(key); 294 AFREE(text);
|
dirscanner.c | 181 AFREE(s);
|
system.h | 47 #define AFREE(p) android_free(p)
|
path.c | 172 AFREE(basename); 179 AFREE(basename);
|
reflist.c | 30 AFREE(l->u.items);
|
/external/qemu/android/ |
boot-properties.c | 79 AFREE(p); 235 AFREE(value); 237 AFREE(key);
|
snapshot.c | 101 AFREE(info->id_str); 102 AFREE(info->name); 103 AFREE(info);
|
sensors-port.c | 159 AFREE(asp->sensors[n]); 178 AFREE(asp);
|
looper-generic.c | 106 AFREE(tt); 221 AFREE(io); 478 AFREE(looper);
|
hw-qemud.c | 793 AFREE(data); 820 AFREE(c); 1040 AFREE(c->payload->buff); [all...] |
main.c | 317 AFREE(skinName); 511 AFREE(hw->disk_ramdisk_path); [all...] |
adb-server.c | 146 AFREE(adb_host); 351 AFREE(adb_guest);
|
async-socket-connector.c | 119 AFREE(connector);
|
multitouch-port.c | 119 AFREE(mtsp);
|
/external/qemu/android/camera/ |
camera-common.h | 167 AFREE(ci);
|
/external/qemu/hw/ |
goldfish_pipe.c | 266 AFREE(name); 287 AFREE(pipe); 305 AFREE(pipe->args); 306 AFREE(pipe); 343 AFREE(pcon); 425 AFREE(pcon); 469 AFREE(pcon); 520 AFREE(zpipe); 624 AFREE(ppipe); [all...] |
/external/qemu/android/skin/ |
file.c | 225 AFREE(button); 276 AFREE(part); 422 AFREE(loc); 425 AFREE(layout); 730 AFREE(file);
|
window.c | 847 AFREE( layout->buttons ); 850 AFREE( layout->backgrounds ); 853 AFREE( layout->displays ); [all...] |
/external/qemu/android/protocol/ |
fb-updates-proxy.c | 300 AFREE(proxy_fb);
|