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

/system/core/adb/client/
H A Dmain.cpp91 int adb_server_main(int is_daemon, int server_port, int ack_reply_fd) { argument
98 if (is_daemon) {
123 if (is_daemon) {
/system/core/adb/
H A Dadb.h154 int adb_server_main(int is_daemon, int server_port, int ack_reply_fd);
H A Dcommandline.cpp1445 int is_daemon = 0; local
1490 is_daemon = 1;
1582 if (no_daemon || is_daemon) {
1583 if (is_daemon && (ack_reply_fd == -1)) {
1587 r = adb_server_main(is_daemon, server_port, ack_reply_fd);

Completed in 57 milliseconds