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

1 2 3 4 5 6 7 8

  /frameworks/av/media/libaah_rtp/
pipe_event.cpp 37 fcntl(pipe_[0], F_SETFL, O_NONBLOCK);
  /system/bluetooth/tools/
sock_shutdown_bug_l2cap.c 38 fcntl(fd, F_SETFL, flags | O_NONBLOCK);
  /external/dropbear/
cli-session.c 274 fcntl(cli_ses.stdincopy, F_SETFL, cli_ses.stdinflags);
275 fcntl(cli_ses.stdoutcopy, F_SETFL, cli_ses.stdoutflags);
276 fcntl(cli_ses.stderrcopy, F_SETFL, cli_ses.stderrflags);
  /frameworks/native/libs/gui/
BitTube.cpp 48 fcntl(sockets[0], F_SETFL, O_NONBLOCK);
49 fcntl(sockets[1], F_SETFL, O_NONBLOCK);
66 fcntl(mReceiveFd, F_SETFL, O_NONBLOCK);
  /cts/suite/audio_quality/lib/src/
ClientSocket.cpp 88 if (fcntl(mSocket, F_SETFL, flOriginal | O_NONBLOCK) == -1) {
134 fcntl(mSocket, F_SETFL, flOriginal); // now blocking again
  /system/core/init/
signal_handler.c 146 fcntl(s[0], F_SETFL, O_NONBLOCK);
148 fcntl(s[1], F_SETFL, O_NONBLOCK);
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 85 #define F_SETFL 4
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /external/kernel-headers/original/asm-generic/
fcntl.h 59 #define F_SETFL 4 /* set file->f_flags */
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ataridevmouse.c 84 r = fcntl(handle, F_SETFL, r);
  /external/quake/quake/src/WinQuake/
sys_linux.cpp 121 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
145 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
389 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);
398 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 62 #define F_SETFL 4 /* set file->f_flags */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 62 #define F_SETFL 4 /* set file->f_flags */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 62 #define F_SETFL 4 /* set file->f_flags */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4

Completed in 230 milliseconds

1 2 3 4 5 6 7 8