Home
last modified time | relevance | path

Searched refs:HWCFG_DOUBLE (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/avd/
Dhw-config-defs.h16 #ifndef HWCFG_DOUBLE
17 #error HWCFG_DOUBLE not defined
157 #undef HWCFG_DOUBLE
Dhw-config.h30 #define HWCFG_DOUBLE(n,s,d,a,t) hw_double_t n; macro
Dhw-config.c33 #define HWCFG_DOUBLE(n,s,d,a,t) config->n = iniFile_getDouble(ini, s, d); in androidHwConfig_read() macro