Home
last modified time | relevance | path

Searched refs:adb_write (Results 1 – 10 of 10) 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()
Dusb_linux_client.c191 n = adb_write(h->fd, data, len); in usb_adb_write()
274 ret = adb_write(h->control, &descriptors, sizeof(descriptors)); in init_functionfs()
280 ret = adb_write(h->control, &strings, sizeof(strings)); in init_functionfs()
350 ret = adb_write(bulk_in, buf + count, length - count); in bulk_write()
Dtransport_local.c200 #define write adb_write
271 res = adb_write(fd, _accept_req, strlen(_accept_req)); in qemu_socket_thread()
283 adb_write(fd, _start_req, strlen(_start_req)); in qemu_socket_thread()
Dsysdeps.h116 extern int adb_write(int fd, const void* buf, int len);
381 static __inline__ int adb_write(int fd, const void* buf, size_t len) in adb_write() function
430 #define unix_write adb_write
Dsockets.c148 int r = adb_write(s->fd, p->ptr, p->len); in local_socket_enqueue()
277 int r = adb_write(fd, p->ptr, p->len); in local_socket_event_func()
566 adb_write(s->fd, "OKAY", 4); in local_socket_ready_notify()
767 adb_write(s->peer->fd, "OKAY", 4); in smart_socket_enqueue()
Dadb.c162 #define write adb_write
195 adb_write(adb_debug_qemu, msg, strlen(msg)); in adb_qemu_trace()
1398 adb_write(reply_fd, "OKAY", 4); in handle_host_request()
1427 adb_write(reply_fd, "OKAY", 4); in handle_host_request()
1533 adb_write(reply_fd, "OKAYOKAY", 8); in handle_host_request()
Dtransport.c190 r = adb_write(fd, p, len); in write_packet()
557 r = adb_write(fd, p, len); in transport_write_action()
1182 r = adb_write(fd, p, len); in writex()
Dservices.c230 adb_write(fd, "0", 1); in create_subprocess()
Dcommandline.c285 adb_write(outFd, buf, len); in copy_to_file()
337 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