Lines Matching refs:OPT_PARAM
5 #ifndef OPT_PARAM
6 #error OPT_PARAM is not defined
15 #define CFG_PARAM OPT_PARAM
44 * OPT_PARAM( name, "<param>", "description" )
75 OPT_PARAM( cache_size, "<size>", "cache partition size in MBs" )
78 OPT_PARAM( sdcard, "<file>", "SD card image (default <system>/sdcard.img")
79 OPT_PARAM( snapstorage, "<file>", "file that contains all state snapshots (default <datadir>/snapshots.img)")
81 OPT_PARAM( snapshot, "<name>", "name of snapshot within storage file for auto-start and auto-save (default 'default-boot')" )
96 OPT_PARAM( netspeed, "<speed>", "maximum network download/upload speeds" )
97 OPT_PARAM( netdelay, "<delay>", "network latency emulation" )
100 OPT_PARAM( trace, "<name>", "enable code profiling (F9 to start)" )
105 OPT_PARAM( logcat, "<tags>", "enable logcat output with given tags" )
109 OPT_PARAM( audio, "<backend>", "use specific audio backend" )
112 OPT_PARAM( radio, "<device>", "redirect radio modem interface to character device" )
113 OPT_PARAM( port, "<port>", "TCP port that will be used for the console" )
114 OPT_PARAM( ports, "<consoleport>,<adbport>", "TCP ports used for the console and adb bridge" )
115 OPT_PARAM( onion, "<image>", "use overlay PNG image over screen" )
116 OPT_PARAM( onion_alpha, "<%age>", "specify onion-skin translucency" )
117 OPT_PARAM( onion_rotation, "0|1|2|3", "specify onion-skin rotation" )
119 OPT_PARAM( scale, "<scale>", "scale emulator window" )
120 OPT_PARAM( dpi_device, "<dpi>", "specify device's resolution in dpi (default "
123 OPT_PARAM( http_proxy, "<proxy>", "make TCP connections through a HTTP/HTTPS proxy" )
124 OPT_PARAM( timezone, "<timezone>", "use this timezone instead of the host's default" )
125 OPT_PARAM( dns_server, "<servers>", "use this DNS server(s) in the emulated system" )
126 OPT_PARAM( cpu_delay, "<cpudelay>", "throttle CPU emulation" )
132 OPT_PARAM( report_console, "<socket>", "report console port to remote socket" )
133 OPT_PARAM( gps, "<device>", "redirect NMEA GPS to character device" )
134 OPT_PARAM( keyset, "<name>", "specify keyset file name" )
135 OPT_PARAM( shell_serial, "<device>", "specific character device for root shell" )
136 OPT_PARAM( tcpdump, "<file>", "capture network packets to file" )
138 OPT_PARAM( bootchart, "<timeout>", "enable bootcharting")
140 OPT_PARAM( charmap, "<file>", "use specific key character map")
144 OPT_PARAM( shared_net_id, "<number>", "join the shared network, using IP address 10.1.2.<number>")
147 OPT_PARAM( nand_limits, "<nlimits>", "enforce NAND/Flash read/write thresholds" )
151 OPT_PARAM( memcheck, "<flags>", "enable memory access checking" )
155 OPT_PARAM( list_cores, "<host>", "list running core process" )
156 OPT_PARAM( attach_core, "<console socket>", "attach to a running core process" )
159 OPT_PARAM( gpu, "<mode>", "set hardware OpenGLES emulation mode" )
161 OPT_PARAM( camera_back, "<mode>", "set emulation mode for a camera facing back" )
162 OPT_PARAM( camera_front, "<mode>", "set emulation mode for a camera facing front" )
165 OPT_PARAM( screen, "<mode>", "set emulated screen mode" )
172 #undef OPT_PARAM