HomeSort by relevance Sort by last modified time
    Searched refs:HWCFG_DOUBLE (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/avd/
hw-config.c 62 #define HWCFG_DOUBLE(n,s,d,a,t) config->n = d;
89 #define HWCFG_DOUBLE(n,s,d,a,t) if (iniFile_getValue(ini, s)) { config->n = iniFile_getDouble(ini, s, d); }
109 #define HWCFG_DOUBLE(n,s,d,a,t) iniFile_setDouble(ini, s, config->n);
123 #define HWCFG_DOUBLE(n,s,d,a,t) config->n = 0.0;
hw-config.h 30 #define HWCFG_DOUBLE(n,s,d,a,t) hw_double_t n;

Completed in 76 milliseconds