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

  /external/qemu/android/
globals.h 31 extern AndroidHwConfig android_hw[1];
main-common.h 52 AndroidHwConfig* hwConfig,
82 void findImagePaths( AndroidHwConfig* hwConfig,
93 void updateHwConfigFromAVD(AndroidHwConfig* hwConfig, struct AvdInfo* avd,
multitouch-port.c 337 AndroidHwConfig* config = android_hw;
main-common.c 342 AndroidHwConfig* hwConfig,
    [all...]
main.c 174 AndroidHwConfig* hw;
    [all...]
  /external/qemu/android/avd/
hw-config.h 24 /* these macros are used to define the fields of AndroidHwConfig
35 } AndroidHwConfig;
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 );
hw-config.c 20 AndroidHwConfig android_hw[1];
56 androidHwConfig_init( AndroidHwConfig* config,
78 androidHwConfig_read( AndroidHwConfig* config,
98 androidHwConfig_write( AndroidHwConfig* config,
118 androidHwConfig_done( AndroidHwConfig* config )
130 androidHwConfig_isScreenNoTouch( AndroidHwConfig* config )
136 androidHwConfig_isScreenTouch( AndroidHwConfig* config )
142 androidHwConfig_isScreenMultiTouch( AndroidHwConfig* config )
info.h 238 int avdInfo_initHwConfig( AvdInfo* i, AndroidHwConfig* hw );
info.c 1011 avdInfo_initHwConfig( AvdInfo* i, AndroidHwConfig* hw )
    [all...]
  /external/qemu/hw/
goldfish_events_device.c 353 AndroidHwConfig* config = android_hw;

Completed in 2025 milliseconds