Searched refs:F_SETFL (Results 1 - 17 of 17) sorted by relevance

/system/bluetooth/tools/
H A Dsock_shutdown_bug_l2cap.c38 fcntl(fd, F_SETFL, flags | O_NONBLOCK);
H A Dsock_shutdown_bug_rfcomm.c39 fcntl(fd, F_SETFL, flags | O_NONBLOCK);
H A Dsocktest.c522 if (fcntl(fd, F_SETFL, flags | O_NONBLOCK))
552 if (fcntl(fd, F_SETFL, flags | O_NONBLOCK))
/system/core/init/
H A Dsignal_handler.c144 fcntl(s[0], F_SETFL, O_NONBLOCK);
146 fcntl(s[1], F_SETFL, O_NONBLOCK);
H A Dproperty_service.c620 fcntl(fd, F_SETFL, O_NONBLOCK);
H A Ddevices.c897 fcntl(device_fd, F_SETFL, O_NONBLOCK);
/system/core/libcutils/
H A Dabort_socket.c35 if (fcntl(fd, F_SETFL, flags | O_NONBLOCK))
45 if (fcntl(abort_fd[1], F_SETFL, flags | O_NONBLOCK))
H A Dmq.c216 if (fcntl(fd, F_SETFL, flags | O_NONBLOCK) < 0) {
/system/core/libnl_2/
H A Dnetlink.c88 fcntl(sk->s_fd, F_SETFL, O_NONBLOCK);
91 fcntl(sk->s_fd, F_SETFL, sk_flags);
/system/core/adb/
H A Djdwp_service.c351 if (fcntl(proc->socket, F_SETFL, flags & ~O_NONBLOCK) == -1) {
376 if (fcntl(proc->socket, F_SETFL, flags) == -1) {
H A Dfdevent.c603 fcntl(fd, F_SETFL, O_NONBLOCK);
/system/core/sh/
H A Dredir.c199 (void)fcntl(f, F_SETFL, fcntl(f, F_GETFL, 0) & ~eflags);
H A Dshow.c420 fcntl(fileno(tracefile), F_SETFL, flags | O_APPEND); local
H A Dinput.c263 if (fcntl(0, F_SETFL, flags) >= 0) {
/system/extras/sound/
H A Dplaywav.c259 fcntl(0, F_SETFL, O_NONBLOCK);
/system/core/debuggerd/
H A Ddebuggerd.c197 fcntl(fd, F_SETFL, O_NONBLOCK);
/system/core/charger/
H A Dcharger.c951 fcntl(fd, F_SETFL, O_NONBLOCK);

Completed in 183 milliseconds