Searched refs:is_daemon (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/client/
H A Dmain.cpp79 int adb_server_main(int is_daemon, const std::string& socket_spec, int ack_reply_fd) { argument
86 if (is_daemon) {
102 if (is_daemon) {
132 if (is_daemon) {
/system/core/adb/
H A Dadb.h136 int adb_server_main(int is_daemon, const std::string& socket_spec, int ack_reply_fd);
H A Dcommandline.cpp1334 int is_daemon = 0; local
1360 is_daemon = 1;
1479 if (no_daemon || is_daemon) {
1480 if (is_daemon && (ack_reply_fd == -1)) {
1484 r = adb_server_main(is_daemon, server_socket_str, ack_reply_fd);

Completed in 206 milliseconds