Searched refs:adb_host_port (Results 1 – 1 of 1) sorted by relevance
231 int adb_host_port = 5037; // adb's default in android_emulation_setup() local240 adb_host_port = (int) strtol( adb_host_port_str, NULL, 0 ); in android_emulation_setup()241 if ( adb_host_port <= 0 ) { in android_emulation_setup()374 sock_address_init_inet( &addr, SOCK_ADDRESS_INET_LOOPBACK, adb_host_port ); in android_emulation_setup()