Searched refs:socket_spec (Results 1 – 7 of 7) sorted by relevance
/packages/modules/adb/ |
D | socket_spec_test.cpp | 29 TEST(socket_spec, parse_tcp_socket_spec_failure_error_check) { in TEST() argument 40 TEST(socket_spec, parse_tcp_socket_spec_just_port_success) { in TEST() argument 49 TEST(socket_spec, parse_tcp_socket_spec_bad_ports_failure) { in TEST() argument 57 TEST(socket_spec, parse_tcp_socket_spec_host_and_port_success) { in TEST() argument 66 TEST(socket_spec, parse_tcp_socket_spec_host_no_port_success) { in TEST() argument 75 TEST(socket_spec, parse_tcp_socket_spec_host_ipv4_no_port_success) { in TEST() argument 84 TEST(socket_spec, parse_tcp_socket_spec_host_bad_ports_failure) { in TEST() argument 92 TEST(socket_spec, parse_tcp_socket_spec_host_ipv4_bad_ports_failure) { in TEST() argument 100 TEST(socket_spec, parse_tcp_socket_spec_host_ipv6_bad_ports_failure) { in TEST() argument 111 TEST(socket_spec, parse_tcp_socket_spec_ipv6_and_port_success) { in TEST() argument [all …]
|
D | adb.h | 146 int launch_server(const std::string& socket_spec, const char* one_device); 147 int adb_server_main(int is_daemon, const std::string& socket_spec, const char* one_device,
|
D | adb.cpp | 786 int launch_server(const std::string& socket_spec, const char* one_device) { in launch_server() argument 887 std::vector<std::string> child_argv = {"adb", "-L", socket_spec}; in launch_server() 1044 std::vector<const char*> child_argv = {"adb", "-L", socket_spec.c_str()}; in launch_server()
|
D | Android.bp | 223 "socket_spec.cpp",
|
/packages/modules/adb/client/ |
D | main.cpp | 86 int adb_server_main(int is_daemon, const std::string& socket_spec, const char* one_device, in adb_server_main() argument 160 while (install_listener(socket_spec, kSmartSocketConnectTo, nullptr, INSTALL_LISTENER_DISABLED, in adb_server_main()
|
D | adb_client.cpp | 70 void adb_set_socket_spec(const char* socket_spec) { in adb_set_socket_spec() argument 72 …LOG(FATAL) << "attempted to reinitialize adb_server_socket_spec " << socket_spec << " (was " << __… in adb_set_socket_spec() 74 __adb_server_socket_spec = socket_spec; in adb_set_socket_spec()
|
D | adb_client.h | 67 void adb_set_socket_spec(const char* _Nonnull socket_spec);
|