HomeSort by relevance Sort by last modified time
    Searched refs:socket_send (Results 1 - 21 of 21) sorted by null

  /external/qemu/android/
core-init-utils.c 56 socket_send(fd, msg, strlen(msg) + 1);
qemu-setup.c 211 if (socket_send(s, temp, strlen(temp)) < 0) {
377 socket_send(s, tmp, len);
adb-server.c 270 const int sent = socket_send(adb_host->host_so,
525 const int sent = socket_send(adb_host->host_so, msg, msglen);
async-utils.c 93 socket_send(aw->io->fd,
255 * socket_recv() or socket_send() will fail anyway, but this
sync-utils.c 230 ret = socket_send(ssocket->fd, (const char*)buf + written, size - written);
hw-pipe-net.c 268 int len = socket_send(pipe->io->fd, buff->data + buffStart, avail);
async-socket.c 939 socket_send(as->fd,
    [all...]
sockets.c 965 socket_send(int fd, const void* buf, int buflen) function
    [all...]
console.c 273 ret = HANDLE_EINTR(socket_send( client->sock, buff, len));
    [all...]
  /external/qemu/slirp-android/
if.c 58 ret = socket_send(fd, bptr, n);
65 ret = socket_send(fd, bptr+total, n-total);
socket.c 408 nn = socket_send(so->s, iov[0].iov_base, iov[0].iov_len);
425 ret = socket_send(so->s, iov[1].iov_base, iov[1].iov_len);
slirp.c 552 ret = socket_send(so->s, (const void *)&ret, 0);
598 ret = socket_send(so->s, &ret, 0);
    [all...]
  /external/qemu/include/android/
sockets.h 368 int socket_send ( int fd, const void* buf, int buflen );
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 373 int socket_send ( int fd, const void* buf, int buflen );
emulator-console.c 113 ret = socket_send(con->fd,
sockets.c 964 socket_send(int fd, const void* buf, int buflen) function
    [all...]
  /external/qemu/telephony/
sysdeps_qemu.c 275 int ret = socket_send(channel->fd, buf, len);
  /external/qemu/proxy/
proxy_common.c 135 int n = socket_send(fd, str->s + conn->str_pos, avail);
  /external/qemu/
qemu-char.c 527 return socket_send(fd, buf, len1);
    [all...]
  /external/qemu/net/
net-android.c     [all...]
  /external/qemu/ui/
vnc-android.c 995 ret = socket_send(vs->csock, data, datalen);
    [all...]

Completed in 497 milliseconds