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

  /external/qemu/include/android/
sockets.h 373 int socket_bind( int fd, const SockAddress* address );
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 378 int socket_bind( int fd, const SockAddress* address );
sockets.c 1023 socket_bind( int fd, const SockAddress* address ) function
1261 if (socket_bind(s, to) < 0) {
    [all...]
  /external/qemu/util/
qemu-sockets-android.c 149 if (socket_bind(slisten, e) == 0) {
336 if (socket_bind(sock, local) < 0) {
  /external/qemu/android/
sockets.c 1024 socket_bind( int fd, const SockAddress* address ) function
1289 if (socket_bind(s, to) < 0) {
    [all...]
console.c 627 ret = socket_bind(fd, &sockaddr );
    [all...]
  /external/qemu/net/
net-android.c     [all...]

Completed in 87 milliseconds