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

1 2 3 4 5

  /frameworks/base/libs/gui/
SensorChannel.cpp 39 fcntl(mReceiveFd, F_SETFL, O_NONBLOCK);
40 fcntl(mSendFd, F_SETFL, O_NONBLOCK);
48 fcntl(mReceiveFd, F_SETFL, O_NONBLOCK);
  /system/bluetooth/tools/
sock_shutdown_bug_l2cap.c 38 fcntl(fd, F_SETFL, flags | O_NONBLOCK);
sock_shutdown_bug_rfcomm.c 39 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);
  /system/core/init/
signal_handler.c 148 fcntl(s[0], F_SETFL, O_NONBLOCK);
150 fcntl(s[1], F_SETFL, O_NONBLOCK);
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 68 #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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 62 #define F_SETFL 4 /* set file->f_flags */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 68 #define F_SETFL 4
  /external/quake/quake/src/QW/client/
sys_linux.c 130 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
147 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY);
382 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);
  /external/bluetooth/bluez/audio/
main.c 131 fcntl(sk, F_SETFL, 0);
  /libcore/luni/src/main/native/
NetworkUtilities.cpp 121 int rc = fcntl(fd, F_SETFL, flags);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 77 #define F_SETFL 4 /* Set file status flags. */
  /development/simulator/app/
Pipe.cpp 312 if (fcntl(mReadHandle, F_SETFL, &flags) == -1) {
346 if (fcntl(mWriteHandle, F_SETFL, &flags) == -1) {
  /device/htc/passion-common/libsensors/
nusensors.cpp 99 fcntl(wakeFds[0], F_SETFL, O_NONBLOCK);
100 fcntl(wakeFds[1], F_SETFL, O_NONBLOCK);
  /device/samsung/crespo/libsensors/
sensors.cpp 194 fcntl(wakeFds[0], F_SETFL, O_NONBLOCK);
195 fcntl(wakeFds[1], F_SETFL, O_NONBLOCK);
  /external/dnsmasq/src/
log.c 132 fcntl(log_fd, F_SETFL, flags | O_NONBLOCK);
419 fcntl(log_fd, F_SETFL, flags & ~O_NONBLOCK);

Completed in 658 milliseconds

1 2 3 4 5