Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A 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
103 TEST(socket_spec, get_host_socket_spec_port) { in TEST() argument
111 TEST(socket_spec, get_host_socket_spec_port_no_port) { in TEST() argument
133 TEST(socket_spec, socket_spec_listen_connect_tcp) { in TEST() argument
144 TEST(socket_spec, socket_spec_connect_failure) { in TEST() argument
176 TEST(socket_spec, is_socket_spec) { in TEST() argument
[all …]
H A 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);
H A Dadb.cpp699 int launch_server(const std::string& socket_spec) { in launch_server() argument
802 socket_spec.c_str(), ack_write_as_int); in launch_server()
951 int result = execl(path.c_str(), "adb", "-L", socket_spec.c_str(), "fork-server", "server", in launch_server()
H A DAndroid.bp219 "socket_spec.cpp",
/aosp12/packages/modules/adb/client/
H A Dmain.cpp84 int adb_server_main(int is_daemon, const std::string& socket_spec, int ack_reply_fd) { in adb_server_main() argument
157 while (install_listener(socket_spec, "*smartsocket*", nullptr, INSTALL_LISTENER_DISABLED, in adb_server_main()
H A 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()
H A Dadb_client.h63 void adb_set_socket_spec(const char* _Nonnull socket_spec);