Searched refs:AndroidOptions (Results 1 - 7 of 7) sorted by relevance

/external/qemu/android/
H A Dmain-common.h37 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 );
H A Dcmdline-option.h29 } AndroidOptions; typedef in typeref:struct:__anon24050
37 android_parse_options( int *pargc, char** *pargv, AndroidOptions* opt );
H A Dqemulator.h37 AndroidOptions opts[1]; /* copy of options */
51 AndroidOptions* opts );
H A Dqemulator.c22 static double get_default_scale( AndroidOptions* opts );
48 AndroidOptions* opts = emulator->opts;
136 AndroidOptions* opts )
253 get_device_dpi( AndroidOptions* opts )
269 get_default_scale( AndroidOptions* opts )
H A Dmain-common.c139 parse_keyset(const char* keyset, AndroidOptions* opts)
551 AndroidOptions* opts,
734 AndroidOptions* opts)
912 void sanitizeOptions( AndroidOptions* opts )
1004 AvdInfo* createAVD(AndroidOptions* opts, int* inAndroidBuild)
1282 attach_to_core(AndroidOptions* opts) {
1352 void handle_ui_options( AndroidOptions* opts )
1362 int attach_ui_to_core( AndroidOptions* opts )
1383 void handle_ui_options( AndroidOptions* opts )
1388 int attach_ui_to_core( AndroidOptions* opt
[all...]
H A Dcmdline-option.c33 { #_name, offsetof(AndroidOptions,_name), _type, _config },
47 android_parse_options( int *pargc, char** *pargv, AndroidOptions* opt )
104 * (e.g. field offsets into the AndroidOptions structure).
110 * AndroidOptions.
H A Dmain.c181 AndroidOptions opts[1];

Completed in 145 milliseconds