Home
last modified time | relevance | path

Searched refs:HOST (Results 1 – 9 of 9) sorted by relevance

/system/core/adb/
Dtransport_local.c307 if(HOST) { in local_init()
327 D("transport: local %s init\n", HOST ? "client" : "server"); in local_init()
331 HOST ? "client" : "server"); in local_init()
343 if(HOST) { in remote_kick()
420 if (HOST && local) { in init_socket_transport()
Dtransport_usb.c125 HOST = 1; in init_usb_transport()
127 HOST = 0; in init_usb_transport()
Dadb.c52 int HOST = 0; variable
538 if(HOST) send_connect(t); in handle_packet()
555 if (HOST || !auth_enabled) { in handle_packet()
557 if(!HOST) send_connect(t); in handle_packet()
1316 HOST = 1; in adb_main()
Dservices.c424 } else if(!HOST && !strncmp(name, "shell:", 6)) { in service_to_fd()
426 } else if(!HOST && !strncmp(name, "exec:", 5)) { in service_to_fd()
Dadb.h394 extern int HOST;
DSERVICES.TXT5 HOST SERVICES:
/system/extras/tests/bionic/libc/common/
Dtest_pthread_rwlock.c39 #ifdef HOST
193 #ifdef HOST in do_test_rwlock_wr2_rec()
Dtest_pthread_mutex.c40 #ifdef HOST
/system/extras/ext4_utils/
Dmake_ext4fs_main.c168 #if !defined(HOST) in main()