Searched defs:AndroidHwConfig (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/avd/
H A Dhw-config.h24 /* these macros are used to define the fields of AndroidHwConfig
35 } AndroidHwConfig; typedef in typeref:struct:__anon24966
38 void androidHwConfig_init( AndroidHwConfig* hwConfig,
47 int androidHwConfig_read( AndroidHwConfig* hwConfig,
54 int androidHwConfig_write( AndroidHwConfig* hwConfig,
58 void androidHwConfig_done( AndroidHwConfig* config );
61 int androidHwConfig_isScreenNoTouch( AndroidHwConfig* config );
63 int androidHwConfig_isScreenTouch( AndroidHwConfig* config );
65 int androidHwConfig_isScreenMultiTouch( AndroidHwConfig* config );

Completed in 275 milliseconds