Searched refs:HWCFG_DOUBLE (Results 1 – 3 of 3) sorted by relevance
/external/qemu/android/avd/ |
D | hw-config-defs.h | 16 #ifndef HWCFG_DOUBLE 17 #error HWCFG_DOUBLE not defined 157 #undef HWCFG_DOUBLE
|
D | hw-config.h | 30 #define HWCFG_DOUBLE(n,s,d,a,t) hw_double_t n; macro
|
D | hw-config.c | 33 #define HWCFG_DOUBLE(n,s,d,a,t) config->n = iniFile_getDouble(ini, s, d); in androidHwConfig_read() macro
|