Home
last modified time | relevance | path

Searched refs:one_device (Results 1 – 5 of 5) sorted by relevance

/packages/modules/adb/client/
Dadb_client.cpp77 void adb_set_one_device(const char* one_device) { in adb_set_one_device() argument
78 __adb_client_one_device = one_device; in adb_set_one_device()
268 const char* one_device = __adb_client_one_device; in __adb_check_server_version()
269 if (!one_device && __adb_serial && is_one_device_mandatory()) { in __adb_check_server_version()
270 one_device = __adb_serial; in __adb_check_server_version()
272 if (launch_server(__adb_server_socket_spec, one_device)) { in __adb_check_server_version()
Dmain.cpp86 int adb_server_main(int is_daemon, const std::string& socket_spec, const char* one_device, in adb_server_main() argument
112 if (one_device) { in adb_server_main()
113 transport_set_one_device(one_device); in adb_server_main()
Dadb_client.h63 void adb_set_one_device(const char* _Nullable one_device);
/packages/modules/adb/
Dadb.h146 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,
Dadb.cpp786 int launch_server(const std::string& socket_spec, const char* one_device) { in launch_server() argument
895 if (one_device) { in launch_server()
897 child_argv.push_back(one_device); in launch_server()
1052 if (one_device) { in launch_server()
1054 child_argv.push_back(one_device); in launch_server()