OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:console_port
(Results
1 - 5
of
5
) sorted by null
/external/qemu/android/
qemu-setup.c
113
report_console( const char* proto_port, int
console_port
)
209
snprintf( temp, sizeof(temp), "%d",
console_port
);
267
int
console_port
= strtol( android_op_ports, &comma_location, 0 );
local
281
if (
console_port
== adb_port ) {
294
if ( control_console_start(
console_port
) < 0 ) {
300
base_port =
console_port
;
/system/core/adb/
services.c
483
int
console_port
= strtol(port_spec, NULL, 0);
local
485
if (!(
console_port
> 0 && adb_port > 0)) {
516
if (!local_connect_arbitrary_ports(
console_port
, adb_port)) {
518
"Connected to emulator on ports %d,%d",
console_port
, adb_port);
522
console_port
, adb_port);
transport_local.c
112
int local_connect_arbitrary_ports(int
console_port
, int adb_port)
131
snprintf(buf, sizeof buf, "%s%d", LOCAL_CLIENT_PREFIX,
console_port
);
adb.h
440
int local_connect_arbitrary_ports(int
console_port
, int adb_port);
/bootable/recovery/minadbd/
adb.h
379
int local_connect_arbitrary_ports(int
console_port
, int adb_port);
Completed in 2416 milliseconds