Home
last modified time | relevance | path

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

/system/core/adb/
Dconsole.c38 adb_write( fd, argv[nn], strlen(argv[nn]) ); in adb_send_emulator_command()
39 adb_write( fd, (nn == argc-1) ? "\n" : " ", 1 ); in adb_send_emulator_command()
41 adb_write( fd, QUIT, sizeof(QUIT)-1 ); in adb_send_emulator_command()
Dsysdeps.h114 extern int adb_write(int fd, const void* buf, int len);
354 static __inline__ int adb_write(int fd, const void* buf, size_t len) in adb_write() function
397 #define unix_write adb_write
Dusb_linux_client.c87 n = adb_write(h->fd, data, len); in usb_write()
Dsockets.c145 int r = adb_write(s->fd, p->ptr, p->len); in local_socket_enqueue()
258 int r = adb_write(fd, p->ptr, p->len); in local_socket_event_func()
524 adb_write(s->fd, "OKAY", 4); in local_socket_ready_notify()
681 adb_write(s->peer->fd, "OKAY", 4); in smart_socket_enqueue()
Dtransport.c163 r = adb_write(fd, p, len); in write_packet()
527 r = adb_write(fd, p, len); in transport_write_action()
994 r = adb_write(fd, p, len); in writex()
Dservices.c325 adb_write(fd, "0", 1); in create_subprocess()
Dadb.c1085 adb_write(reply_fd, "OKAY", 4); in handle_host_request()
1114 adb_write(reply_fd, "OKAY", 4); in handle_host_request()
Dcommandline.c278 r = adb_write(fd, buf, r); in stdin_read_thread()
Dsysdeps_win32.c414 int adb_write(int fd, const void* buf, int len) in adb_write() function