Searched refs:adb_write (Results 1 - 12 of 12) sorted by relevance

/system/core/adb/
H A Dconsole.cpp38 adb_write( fd, argv[nn], strlen(argv[nn]) );
39 adb_write( fd, (nn == argc-1) ? "\n" : " ", 1 );
41 adb_write( fd, QUIT, sizeof(QUIT)-1 );
H A Dqemu_tracing.cpp34 #define write adb_write
67 adb_write(adb_debug_qemu, msg, strlen(msg));
H A Dadb_io.cpp85 r = adb_write(fd, p, len);
H A Dtransport_local.cpp178 #define write adb_write
249 res = adb_write(fd, _accept_req, strlen(_accept_req));
261 adb_write(fd, _start_req, strlen(_start_req));
H A Dusb_linux_client.cpp249 n = adb_write(h->fd, data, len);
344 ret = adb_write(h->control, &v2_descriptor, sizeof(v2_descriptor));
353 ret = adb_write(h->control, &v1_descriptor, sizeof(v1_descriptor));
360 ret = adb_write(h->control, &strings, sizeof(strings));
432 ret = adb_write(bulk_in, buf + count, length - count);
H A Dsysdeps.h137 extern int adb_write(int fd, const void* buf, int len);
380 static __inline__ int adb_write(int fd, const void* buf, size_t len) function
429 #define unix_write adb_write
H A Dset_verity_enable_state_service.cpp140 if (adb_write(device, &new_magic, sizeof(new_magic)) != sizeof(new_magic)) {
H A Dsockets.cpp152 int r = adb_write(s->fd, p->ptr, p->len);
284 int r = adb_write(fd, p->ptr, p->len);
H A Dtransport.cpp176 r = adb_write(fd, p, len);
516 r = adb_write(fd, p, len);
H A Dservices.cpp235 adb_write(fd, "0", 1);
H A Dcommandline.cpp342 adb_write(outFd, buf, len);
398 r = adb_write(fd, buf, r);
H A Dsysdeps_win32.cpp440 int adb_write(int fd, const void* buf, int len) function

Completed in 35 milliseconds