Searched refs:socket_spec (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/adb/ |
H A D | socket_spec_test.cpp | 27 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 D | adb.h | 135 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 D | adb.cpp | 699 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 D | Android.bp | 219 "socket_spec.cpp",
|
/aosp12/packages/modules/adb/client/ |
H A D | main.cpp | 84 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 D | adb_client.cpp | 69 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 D | adb_client.h | 63 void adb_set_socket_spec(const char* _Nonnull socket_spec);
|