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

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm_oss.h 30 nonblock:1, member in struct:snd_pcm_oss_setup
  /system/core/toolbox/
readtty.c 64 int nonblock = 0; local
84 nonblock = 1;
112 ttyarg.c_cc[VMIN] = (timeout > 0 || nonblock) ? 0 : 1; /* minimum of 0 chars */
  /external/libpcap/
pcap-septel.c 60 static int septel_setnonblock(pcap_t *p, int nonblock, char *errbuf);
304 septel_setnonblock(pcap_t *p, int nonblock, char *errbuf)
pcap-win32.c 720 return (p->nonblock);
724 pcap_setnonblock_win32(pcap_t *p, int nonblock, char *errbuf)
728 if (nonblock) {
746 p->nonblock = (newtimeout == -1);
pcap-int.h 143 int nonblock; member in struct:pcap
pcap.c 589 * We don't look at "p->nonblock", in case somebody tweaked the FD
612 pcap_setnonblock(pcap_t *p, int nonblock, char *errbuf)
614 return p->setnonblock_op(p, nonblock, errbuf);
625 pcap_setnonblock_fd(pcap_t *p, int nonblock, char *errbuf)
635 if (nonblock)
pcap-dag.c 101 static int dag_setnonblock(pcap_t *p, int nonblock, char *errbuf);
212 /* dag_advance_stream() will block (unless nonblock is called)
839 dag_setnonblock(pcap_t *p, int nonblock, char *errbuf)
847 if (pcap_setnonblock_fd(p, nonblock, errbuf) < 0)
865 if(nonblock)
877 if (nonblock) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 108 int nonblock; /**< non-block mode; read-only */ member in struct:snd_pcm_ioplug
control_external.h 126 int nonblock; /**< non-block mode; read-only */ member in struct:snd_ctl_ext
hwdep.h 81 /** open mode flag: open in nonblock mode */
101 int snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock);
rawmidi.h 90 int snd_rawmidi_nonblock(snd_rawmidi_t *rmidi, int nonblock);
control.h 224 int snd_ctl_nonblock(snd_ctl_t *ctl, int nonblock);
491 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 108 int nonblock; /**< non-block mode; read-only */ member in struct:snd_pcm_ioplug
control_external.h 126 int nonblock; /**< non-block mode; read-only */ member in struct:snd_ctl_ext
hwdep.h 81 /** open mode flag: open in nonblock mode */
101 int snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock);
rawmidi.h 90 int snd_rawmidi_nonblock(snd_rawmidi_t *rmidi, int nonblock);
control.h 224 int snd_ctl_nonblock(snd_ctl_t *ctl, int nonblock);
491 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 108 int nonblock; /**< non-block mode; read-only */ member in struct:snd_pcm_ioplug
control_external.h 126 int nonblock; /**< non-block mode; read-only */ member in struct:snd_ctl_ext
hwdep.h 81 /** open mode flag: open in nonblock mode */
101 int snd_hwdep_nonblock(snd_hwdep_t *hwdep, int nonblock);
rawmidi.h 90 int snd_rawmidi_nonblock(snd_rawmidi_t *rmidi, int nonblock);
control.h 224 int snd_ctl_nonblock(snd_ctl_t *ctl, int nonblock);
491 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
  /external/kernel-headers/original/linux/
netlink.h 186 extern int netlink_unicast(struct sock *ssk, struct sk_buff *skb, __u32 pid, int nonblock);
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 856 DBG("areas->step=%u areas->first=%u offset=%lu size=%lu io->nonblock=%u",
857 areas->step, areas->first, offset, size, io->nonblock);
865 io->nonblock ? MSG_DONTWAIT : 0);
914 DBG("areas->step=%u areas->first=%u offset=%lu, size=%lu io->nonblock=%u",
915 areas->step, areas->first, offset, size, io->nonblock);
945 io->nonblock ? MSG_DONTWAIT : 0);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 90 static int (*SDL_NAME(snd_pcm_nonblock))(snd_pcm_t *pcm, int nonblock);

Completed in 309 milliseconds

1 2