/system/core/adb/ |
transport_local.c | 109 int local_connect_arbitrary_ports(int console_port, int adb_port) 117 fd = socket_network_client(host, adb_port, SOCK_STREAM); 121 fd = socket_loopback_client(adb_port, SOCK_STREAM); 129 register_socket_transport(fd, buf, adb_port, 1); 362 atransport* find_emulator_transport_by_adb_port_locked(int adb_port) 366 if (local_transports[i] && local_transports[i]->adb_port == adb_port) { 373 atransport* find_emulator_transport_by_adb_port(int adb_port) 376 atransport* result = find_emulator_transport_by_adb_port_locked(adb_port); 402 int init_socket_transport(atransport *t, int s, int adb_port, int local [all...] |
adb.h | 200 int adb_port; // Use for emulators (local transport) member in struct:atransport 308 atransport* find_emulator_transport_by_adb_port(int adb_port); 443 int local_connect_arbitrary_ports(int console_port, int adb_port);
|
adb.c | 1459 int adb_port = strtol(port_separator, NULL, 0); local [all...] |
transport.c | 1050 if (t->type == kTransportLocal && t->adb_port == 0) {
|
/external/qemu/android/ |
qemu-setup.c | 251 if (opts->adb_port) { 274 int adb_port = strtol( comma_location+1, &end, 0 ); local 281 if ( console_port == adb_port ) { 289 slirp_redir( 0, adb_port, guest_ip, 5555 ); 291 adb_server_init(adb_port); 296 slirp_unredir( 0, adb_port );
|
/bootable/recovery/minadbd/ |
adb.h | 188 int adb_port; // Use for emulators (local transport) member in struct:atransport 267 atransport* find_emulator_transport_by_adb_port(int adb_port); 379 int local_connect_arbitrary_ports(int console_port, int adb_port);
|
/prebuilts/devtools/tools/lib/ |
ddmlib.jar | |
/prebuilts/misc/common/ddmlib/ |
ddmlib-prebuilt.jar | |