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

1 2 3 4 5

  /external/strace/xlat/
msg_flags.h 22 #if defined(MSG_DONTWAIT) || (defined(HAVE_DECL_MSG_DONTWAIT) && HAVE_DECL_MSG_DONTWAIT)
23 XLAT(MSG_DONTWAIT),
  /frameworks/native/libs/gui/
BitTube.cpp 111 len = ::send(mSendFd, vaddr, size, MSG_DONTWAIT | MSG_NOSIGNAL);
122 len = ::recv(mReceiveFd, vaddr, size, MSG_DONTWAIT);
SensorEventQueue.cpp 179 MSG_DONTWAIT | MSG_NOSIGNAL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
socket.h 215 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */
216 #define MSG_DONTWAIT MSG_DONTWAIT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 221 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */
222 #define MSG_DONTWAIT MSG_DONTWAIT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 221 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */
222 #define MSG_DONTWAIT MSG_DONTWAIT
  /system/bt/osi/src/
socket.c 145 return recv(socket->fd, buf, count, MSG_DONTWAIT);
152 return send(socket->fd, buf, count, MSG_DONTWAIT);
182 ssize_t ret = sendmsg(socket->fd, &msg, MSG_DONTWAIT);
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 298 sendto(mSocket, buffer, sizeof(buffer), MSG_DONTWAIT,
345 send(mSocket, samples, sizeof(samples), MSG_DONTWAIT);
358 sendto(mSocket, buffer, length + 12, MSG_DONTWAIT, (sockaddr *)&mRemote,
366 recv(mSocket, &c, 1, MSG_DONTWAIT);
400 recv(mSocket, &c, 1, MSG_DONTWAIT);
409 MSG_TRUNC | MSG_DONTWAIT) >> 1;
416 MSG_TRUNC | MSG_DONTWAIT, (sockaddr *)&remote, &addrlen);
835 while (recv(deviceSocket, &c, 1, MSG_DONTWAIT) == 1);
921 while (recv(deviceSocket, &c, 1, MSG_DONTWAIT) == 1);
929 send(deviceSocket, input, sizeof(input), MSG_DONTWAIT);
    [all...]
  /external/fio/os/
os.h 71 #ifdef MSG_DONTWAIT
72 #define OS_MSG_DONTWAIT MSG_DONTWAIT
  /development/ndk/platforms/android-3/include/linux/
socket.h 184 #define MSG_DONTWAIT 0x40
  /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,
  /external/wpa_supplicant_8/src/utils/
common.h 71 #ifndef MSG_DONTWAIT
72 #define MSG_DONTWAIT 0 /* not supported */
414 #ifndef MSG_DONTWAIT
415 #define MSG_DONTWAIT 0
  /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 434 milliseconds

1 2 3 4 5