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

  /external/qemu/android/
async-utils.c 45 socket_recv(ar->io->fd,
143 ret = HANDLE_EINTR(socket_recv(alr->io->fd, &ch, 1));
255 * socket_recv() or socket_send() will fail anyway, but this
sync-utils.c 187 ret = socket_recv(ssocket->fd, buf, size);
hw-pipe-net.c 322 int len = socket_recv(pipe->io->fd, buff->data + buffStart, avail);
adb-server.c 227 const int size = socket_recv(adb_host->host_so, buff, sizeof(buff));
async-socket.c 832 socket_recv(as->fd,
    [all...]
sockets.c 989 socket_recv(int fd, void* buf, int len) function
    [all...]
console.c 533 size = socket_recv( client->sock, buf, sizeof(buf) );
    [all...]
  /external/qemu/include/android/
sockets.h 365 int socket_recv ( int fd, void* buf, int buflen );
  /external/qemu/slirp-android/
if.c 90 if_n = socket_recv(ttyp->fd, (char *)if_inbuff, INBUFF_SIZE);
socket.c 182 nn = socket_recv(so->s, iov[0].iov_base, iov[0].iov_len);
207 ret = socket_recv(so->s, iov[1].iov_base, iov[1].iov_len);
slirp.c 585 ret = socket_recv(so->s, (char *)&ret, 0);
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 370 int socket_recv ( int fd, void* buf, int buflen );
emulator-console.c 87 int ret = socket_recv(con->fd, temp, sizeof temp);
sockets.c 988 socket_recv(int fd, void* buf, int len) function
    [all...]
  /external/qemu/proxy/
proxy_common.c 169 n = socket_recv(fd, str->s + str->n, wanted);
203 int n = socket_recv(fd, &c, 1);
  /external/qemu/telephony/
sysdeps_qemu.c 248 int ret = socket_recv(channel->fd, buf, len);
  /external/qemu/
qemu-char.c     [all...]
  /external/qemu/ui/
vnc-android.c 1099 ret = socket_recv(vs->csock, data, datalen);
    [all...]

Completed in 278 milliseconds