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/
transport_local.c
109
int local_connect_arbitrary_ports(int
console_port
, int adb_port)
128
snprintf(buf, sizeof buf, "%s%d", LOCAL_CLIENT_PREFIX,
console_port
);
adb.h
443
int local_connect_arbitrary_ports(int
console_port
, int adb_port);
adb.c
1458
int
console_port
= strtol(port_spec, NULL, 0);
local
[
all
...]
/bootable/recovery/minadbd/
adb.h
379
int local_connect_arbitrary_ports(int
console_port
, int adb_port);
Completed in 45 milliseconds