Searched refs:control_console_start (Results 1 – 3 of 3) sorted by relevance
37 extern int control_console_start( int port ); /* in control.c */289 if ( control_console_start( console_port ) < 0 ) { in android_emulation_setup()328 if ( control_console_start( base_port ) < 0 ) { in android_emulation_setup()
73 extern int control_console_start( int port ); /* in control.c */
2993 control_console_start( int port ) in control_console_start() function