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

/external/qemu/android/avd/
H A Dhw-config.h27 /* these macros are used to define the fields of AndroidHwConfig
38 } AndroidHwConfig; typedef in typeref:struct:__anon29032
41 void androidHwConfig_init( AndroidHwConfig* hwConfig,
50 int androidHwConfig_read( AndroidHwConfig* hwConfig,
57 int androidHwConfig_write( AndroidHwConfig* hwConfig,
61 void androidHwConfig_done( AndroidHwConfig* config );
64 int androidHwConfig_isScreenNoTouch( AndroidHwConfig* config );
66 int androidHwConfig_isScreenTouch( AndroidHwConfig* config );
68 int androidHwConfig_isScreenMultiTouch( AndroidHwConfig* config );
79 int androidHwConfig_getKernelDeviceNaming( AndroidHwConfig* confi
[all...]

Completed in 536 milliseconds