Searched refs:PCM_NONBLOCK (Results 1 – 4 of 4) sorted by relevance
123 if ((flags & PCM_NONBLOCK) == 0) { in pcm_hw_open()
1523 if (pcm->flags & PCM_NONBLOCK) { in pcm_mmap_transfer()1677 if (pcm->flags & PCM_NONBLOCK) in pcm_generic_transfer()
96 #define PCM_NONBLOCK 0x00000010 macro
81 pcm_object = pcm_open(0, 0, PCM_OUT | PCM_NONBLOCK, &kDefaultConfig); in TEST()