Home
last modified time | relevance | path

Searched refs:socket_spec (Results 1 – 7 of 7) sorted by relevance

/system/core/adb/
Dsocket_spec_test.cpp27 TEST(socket_spec, parse_tcp_socket_spec_failure) { in TEST() argument
34 TEST(socket_spec, parse_tcp_socket_spec_just_port) { in TEST() argument
43 TEST(socket_spec, parse_tcp_socket_spec_bad_ports) { in TEST() argument
51 TEST(socket_spec, parse_tcp_socket_spec_host_and_port) { in TEST() argument
60 TEST(socket_spec, parse_tcp_socket_spec_host_no_port) { in TEST() argument
69 TEST(socket_spec, parse_tcp_socket_spec_host_bad_ports) { in TEST() argument
77 TEST(socket_spec, parse_tcp_socket_spec_ipv6_and_port) { in TEST() argument
86 TEST(socket_spec, parse_tcp_socket_spec_ipv6_no_port) { in TEST() argument
95 TEST(socket_spec, parse_tcp_socket_spec_ipv6_bad_ports) { in TEST() argument
103 TEST(socket_spec, get_host_socket_spec_port) { in TEST() argument
[all …]
Dadb.h135 int launch_server(const std::string& socket_spec);
136 int adb_server_main(int is_daemon, const std::string& socket_spec, int ack_reply_fd);
Dadb.cpp674 int launch_server(const std::string& socket_spec) { in launch_server() argument
777 socket_spec.c_str(), ack_write_as_int); in launch_server()
926 int result = execl(path.c_str(), "adb", "-L", socket_spec.c_str(), "fork-server", "server", in launch_server()
DAndroid.bp169 "socket_spec.cpp",
/system/core/adb/client/
Dmain.cpp81 int adb_server_main(int is_daemon, const std::string& socket_spec, int ack_reply_fd) { in adb_server_main() argument
150 while (install_listener(socket_spec, "*smartsocket*", nullptr, INSTALL_LISTENER_DISABLED, in adb_server_main()
Dadb_client.cpp69 void adb_set_socket_spec(const char* socket_spec) { in adb_set_socket_spec() argument
71 …LOG(FATAL) << "attempted to reinitialize adb_server_socket_spec " << socket_spec << " (was " << __… in adb_set_socket_spec()
73 __adb_server_socket_spec = socket_spec; in adb_set_socket_spec()
Dadb_client.h63 void adb_set_socket_spec(const char* _Nonnull socket_spec);