Searched refs:AndroidOptions (Results 1 – 7 of 7) sorted by relevance
/external/qemu/android/ |
D | main-common.h | 37 void parse_keyset(const char* keyset, AndroidOptions* opts); 51 AndroidOptions* opts, 61 AndroidOptions* opts); 67 void sanitizeOptions( AndroidOptions* opts ); 77 struct AvdInfo* createAVD(AndroidOptions* opts, int* inAndroidBuild); 83 AndroidOptions* opts ); 94 AndroidOptions* opts, int inAndroidBuild); 99 void handle_ui_options( AndroidOptions* opts ); 104 int attach_ui_to_core( AndroidOptions* opts );
|
D | cmdline-option.h | 29 } AndroidOptions; typedef 37 android_parse_options( int *pargc, char** *pargv, AndroidOptions* opt );
|
D | qemulator.h | 37 AndroidOptions opts[1]; /* copy of options */ 51 AndroidOptions* opts );
|
D | main-common.c | 138 parse_keyset(const char* keyset, AndroidOptions* opts) in parse_keyset() 341 AndroidOptions* opts, in parse_skin_files() 514 AndroidOptions* opts) in init_sdl_ui() 692 void sanitizeOptions( AndroidOptions* opts ) in sanitizeOptions() 784 AvdInfo* createAVD(AndroidOptions* opts, int* inAndroidBuild) in createAVD() 1059 attach_to_core(AndroidOptions* opts) { in attach_to_core() 1129 void handle_ui_options( AndroidOptions* opts ) in handle_ui_options() 1139 int attach_ui_to_core( AndroidOptions* opts ) in attach_ui_to_core() 1160 void handle_ui_options( AndroidOptions* opts ) in handle_ui_options() 1165 int attach_ui_to_core( AndroidOptions* opts ) in attach_ui_to_core()
|
D | qemulator.c | 22 static double get_default_scale( AndroidOptions* opts ); 48 AndroidOptions* opts = emulator->opts; in qemulator_setup() 135 AndroidOptions* opts ) in qemulator_init() 252 get_device_dpi( AndroidOptions* opts ) in get_device_dpi() 268 get_default_scale( AndroidOptions* opts ) in get_default_scale()
|
D | cmdline-option.c | 33 { #_name, offsetof(AndroidOptions,_name), _type, _config }, 47 android_parse_options( int *pargc, char** *pargv, AndroidOptions* opt ) in android_parse_options()
|
D | main.c | 240 AndroidOptions opts[1]; in main()
|