Searched refs:socket_spec (Results 1 – 7 of 7) sorted by relevance
/system/core/adb/client/ |
D | main.cpp | 79 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()
|
D | adb_client.cpp | 68 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()
|
D | adb_client.h | 57 void adb_set_socket_spec(const char* _Nonnull socket_spec);
|
/system/core/adb/ |
D | adb.h | 132 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);
|
D | socket_spec_test.cpp | 23 TEST(socket_spec, parse_tcp_socket_spec) { in TEST() argument
|
D | adb.cpp | 630 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()
|
D | Android.bp | 126 "socket_spec.cpp",
|