Home
last modified time | relevance | path

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

/system/core/adb/client/
Dmain.cpp79 int adb_server_main(int is_daemon, const std::string& socket_spec, int ack_reply_fd) { in adb_server_main() argument
141 while (install_listener(socket_spec, "*smartsocket*", nullptr, 0, nullptr, &error) != in adb_server_main()
Dadb_client.cpp68 void adb_set_socket_spec(const char* socket_spec) { in adb_set_socket_spec() argument
70 …LOG(FATAL) << "attempted to reinitialize adb_server_socket_spec " << socket_spec << " (was " << __… in adb_set_socket_spec()
72 __adb_server_socket_spec = socket_spec; in adb_set_socket_spec()
Dadb_client.h57 void adb_set_socket_spec(const char* _Nonnull socket_spec);
/system/core/adb/
Dadb.h132 int launch_server(const std::string& socket_spec);
133 int adb_server_main(int is_daemon, const std::string& socket_spec, int ack_reply_fd);
Dsocket_spec_test.cpp23 TEST(socket_spec, parse_tcp_socket_spec) { in TEST() argument
Dadb.cpp630 int launch_server(const std::string& socket_spec) { in launch_server() argument
733 socket_spec.c_str(), ack_write_as_int); in launch_server()
882 int result = execl(path.c_str(), "adb", "-L", socket_spec.c_str(), "fork-server", "server", in launch_server()
DAndroid.bp126 "socket_spec.cpp",