HomeSort by relevance Sort by last modified time
    Searched refs:MSG_NOSIGNAL (Results 51 - 73 of 73) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
socket.h 192 #define MSG_NOSIGNAL 0x4000
  /system/core/libsysutils/src/
SocketClient.cpp 173 rc = send(mSocket, p, brtw, MSG_NOSIGNAL);
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 412 ret = recvmsg(fd, &msg, MSG_PEEK | MSG_DONTWAIT | MSG_NOSIGNAL);
519 ret = recvmsg(fd, &msg, MSG_NOSIGNAL);
615 ret = sendmsg(fd, &msg, MSG_NOSIGNAL);
  /external/chromium/net/tools/flip_server/
sm_connection.cc 524 int flags = MSG_NOSIGNAL | MSG_DONTWAIT;
564 flags = MSG_NOSIGNAL | MSG_DONTWAIT;
  /external/chromium_org/net/tools/flip_server/
sm_connection.cc 528 int flags = MSG_NOSIGNAL | MSG_DONTWAIT;
568 flags = MSG_NOSIGNAL | MSG_DONTWAIT;
  /external/chromium_org/tools/android/forwarder2/
socket.cc 349 int ret = HANDLE_EINTR(send(socket_, buffer, count, MSG_NOSIGNAL));
359 int ret = HANDLE_EINTR(send(socket_, buffer, count, MSG_NOSIGNAL));
  /bionic/libc/include/sys/
socket.h 239 #define MSG_NOSIGNAL 0x4000
  /external/bluetooth/bluedroid/btif/src/
btif_sock_util.c 144 ret = sendmsg(sock_fd, &msg, MSG_NOSIGNAL);
  /external/chromium_org/sandbox/linux/suid/
sandbox.c 260 if (HANDLE_EINTR(send(sync_fds[1], "C", 1, MSG_NOSIGNAL)) != 1)
  /external/kernel-headers/original/linux/
socket.h 265 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
socket.h 248 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 248 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 248 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 366 HANDLE_EINTR(sendmsg(signal_fd, &msg, MSG_DONTWAIT | MSG_NOSIGNAL));
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 237 if ((sent = send(fd, p, len, MSG_NOSIGNAL)) == -1)
273 if (send(out->ctrl_fd, &cmd, 1, MSG_NOSIGNAL) == -1)
282 if (recv(out->ctrl_fd, &ack, 1, MSG_NOSIGNAL) < 0)
  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc 444 (void) HANDLE_EINTR(sendmsg(signal_fd, &msg, MSG_DONTWAIT | MSG_NOSIGNAL));
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 279 MSG_NOSIGNAL
300 MSG_NOSIGNAL,
    [all...]
  /external/chromium_org/net/socket/
tcp_socket_libevent.cc 819 flags |= MSG_NOSIGNAL;
  /external/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 285 MSG_NOSIGNAL
307 MSG_NOSIGNAL,
    [all...]
  /external/strace/
net.c 592 #ifdef MSG_NOSIGNAL
593 { MSG_NOSIGNAL, "MSG_NOSIGNAL" },
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 111 ret = send(ctx->mCablProp.daemon_socket, cmd, strlen(cmd), MSG_NOSIGNAL);
136 MSG_NOSIGNAL);
    [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 151 nWrite = ::send(mFd, msg, msgLength, MSG_DONTWAIT | MSG_NOSIGNAL);
    [all...]

Completed in 951 milliseconds

1 23