HomeSort by relevance Sort by last modified time
    Searched refs:MSG_DONTWAIT (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /frameworks/native/libs/gui/
BitTube.cpp 106 len = ::send(mSendFd, vaddr, size, MSG_DONTWAIT | MSG_NOSIGNAL);
117 len = ::recv(mReceiveFd, vaddr, size, MSG_DONTWAIT);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
socket.h 195 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */
196 #define MSG_DONTWAIT MSG_DONTWAIT
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket.h 195 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */
196 #define MSG_DONTWAIT MSG_DONTWAIT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
socket.h 195 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */
196 #define MSG_DONTWAIT MSG_DONTWAIT
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 296 sendto(mSocket, buffer, sizeof(buffer), MSG_DONTWAIT,
343 send(mSocket, samples, sizeof(samples), MSG_DONTWAIT);
356 sendto(mSocket, buffer, length + 12, MSG_DONTWAIT, (sockaddr *)&mRemote,
364 recv(mSocket, &c, 1, MSG_DONTWAIT);
398 recv(mSocket, &c, 1, MSG_DONTWAIT);
407 MSG_TRUNC | MSG_DONTWAIT) >> 1;
414 MSG_TRUNC | MSG_DONTWAIT, (sockaddr *)&remote, &addrlen);
830 while (recv(deviceSocket, &c, 1, MSG_DONTWAIT) == 1);
916 while (recv(deviceSocket, &c, 1, MSG_DONTWAIT) == 1);
924 send(deviceSocket, input, sizeof(input), MSG_DONTWAIT);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 71 #ifndef MSG_DONTWAIT
72 #define MSG_DONTWAIT 0 /* not supported */
410 #ifndef MSG_DONTWAIT
411 #define MSG_DONTWAIT 0
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.cpp 149 ret = recv(socketDescriptor, buffer, len, MSG_DONTWAIT);
  /external/chromium/net/tools/flip_server/
sm_connection.cc 434 bytes_read = recv(fd_, bytes, size, MSG_DONTWAIT);
524 int flags = MSG_NOSIGNAL | MSG_DONTWAIT;
564 flags = MSG_NOSIGNAL | MSG_DONTWAIT;
  /external/chromium_org/net/tools/flip_server/
sm_connection.cc 440 bytes_read = recv(fd_, bytes, size, MSG_DONTWAIT);
530 int flags = MSG_NOSIGNAL | MSG_DONTWAIT;
570 flags = MSG_NOSIGNAL | MSG_DONTWAIT;
  /development/ndk/platforms/android-3/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /external/chromium_org/ipc/
ipc_channel_posix.cc 418 bytes_written = HANDLE_EINTR(sendmsg(fd_pipe_, &msgh, MSG_DONTWAIT));
439 bytes_written = HANDLE_EINTR(sendmsg(pipe_, &msgh, MSG_DONTWAIT));
760 *bytes_read = HANDLE_EINTR(recvmsg(pipe_, &msg, MSG_DONTWAIT));
802 ssize_t bytes_received = HANDLE_EINTR(recvmsg(fd_pipe_, &msg, MSG_DONTWAIT));
  /external/iputils/
tftpsubs.c 246 if (recv(f, &dummy, 1, MSG_DONTWAIT) < 0)
  /external/wpa_supplicant_8/src/drivers/
netlink.c 48 left = recvfrom(sock, buf, sizeof(buf), MSG_DONTWAIT,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40

Completed in 756 milliseconds

1 2 3 4