HomeSort by relevance Sort by last modified time
    Searched refs:SHUT_RDWR (Results 26 - 42 of 42) sorted by null

12

  /system/core/libcutils/
abort_socket.c 262 shutdown(s->fd, SHUT_RDWR);
  /dalvik/vm/jdwp/
JdwpSocket.cpp 218 shutdown(listenSock, SHUT_RDWR);
222 shutdown(clientSock, SHUT_RDWR);
  /external/v8/src/
platform-posix.cc 360 int status = shutdown(socket_, SHUT_RDWR);
  /external/dnsmasq/src/
dnsmasq.c 1143 shutdown(confd, SHUT_RDWR);
1191 shutdown(confd, SHUT_RDWR);
1200 shutdown(s->tcpfd, SHUT_RDWR);
    [all...]
  /external/qemu/telephony/
sysdeps_posix.c 126 shutdown( channel->fd, SHUT_RDWR );
  /system/core/adb/
sysdeps.h 341 return shutdown(fd, SHUT_RDWR);
  /external/bluetooth/bluez/audio/
gateway.c 390 shutdown(sock, SHUT_RDWR);
headset.c 1256 shutdown(sock, SHUT_RDWR);
    [all...]
avdtp.c 618 shutdown(sock, SHUT_RDWR);
    [all...]
  /external/bluetooth/bluez/test/
rctest.c 529 if (shutdown(sk, SHUT_RDWR) < 0)
l2test.c 788 if (shutdown(sk, SHUT_RDWR) < 0)
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 252 public static final int SHUT_RDWR = placeholder();
  /external/dropbear/
common-channel.c 369 close_chan_fd(channel, channel->errfd, SHUT_RDWR);
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 258 initConstant(env, c, "SHUT_RDWR", SHUT_RDWR);
  /development/tools/emulator/opengl/tests/event_injector/
sockets.c 1251 shutdown( fd, SHUT_RDWR );
    [all...]
  /external/qemu/
sockets.c 1264 shutdown( fd, SHUT_RDWR );
    [all...]
  /external/blktrace/
blktrace.c 589 shutdown(*fd, SHUT_RDWR);
    [all...]

Completed in 642 milliseconds

12