Searched refs:socket_spec (Results 1 – 7 of 7) sorted by relevance
/system/core/adb/ |
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 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 …]
|
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);
|
D | adb.cpp | 674 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()
|
D | Android.bp | 169 "socket_spec.cpp",
|
/system/core/adb/client/ |
D | main.cpp | 81 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()
|
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()
|
D | adb_client.h | 63 void adb_set_socket_spec(const char* _Nonnull socket_spec);
|