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

  /external/qemu/include/android/
sockets.h 369 int socket_send_oob( int fd, const void* buf, int buflen );
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 374 int socket_send_oob( int fd, const void* buf, int buflen );
sockets.c 970 socket_send_oob( int fd, const void* buf, int buflen ) function
    [all...]
  /external/qemu/slirp-android/
socket.c 316 n = socket_send_oob(so->s, sb->sb_rptr, so->so_urgc); /* |MSG_DONTWAIT)); */
337 n = socket_send_oob(so->s, buff, len); /* |MSG_DONTWAIT)); */
  /external/qemu/android/
sockets.c 971 socket_send_oob( int fd, const void* buf, int buflen ) function
    [all...]

Completed in 837 milliseconds