Searched refs:aconfig_int (Results 1 - 5 of 5) sorted by relevance

/external/qemu/android/skin/
H A Dfile.c53 int x = aconfig_int(node, "x", 0);
54 int y = aconfig_int(node, "y", 0);
89 display->rect.pos.x = aconfig_int(node, "x", 0);
90 display->rect.pos.y = aconfig_int(node, "y", 0);
91 display->rect.size.w = aconfig_int(node, "width", 0);
92 display->rect.size.h = aconfig_int(node, "height", 0);
94 display->bpp = aconfig_int(node, "bpp", 16);
236 int x = aconfig_int(node, "x", 0);
237 int y = aconfig_int(node, "y", 0);
284 int x = aconfig_int(nod
[all...]
/external/qemu/android/
H A Dconfig-file.h54 extern int aconfig_int (AConfig *root, const char *name, int _default);
H A Dmain-common-ui.c308 t->width = aconfig_int(bg, "width", 0);
309 t->height = aconfig_int(bg, "height", 0);
628 int width = aconfig_int(n, "width", hwConfig->hw_lcd_width);
629 int height = aconfig_int(n, "height", hwConfig->hw_lcd_height);
630 int depth = aconfig_int(n, "bpp", hwConfig->hw_lcd_depth);
H A Dconfig-file.c96 aconfig_int(AConfig *root, const char *name, int _default) function
/external/qemu/telephony/
H A Dandroid_modem.c412 value = aconfig_int(modem->nvram_config, nvname, defval);
514 modem->technology = aconfig_int( modem->nvram_config, NV_MODEM_TECHNOLOGY, A_TECH_GSM );

Completed in 133 milliseconds