HomeSort by relevance Sort by last modified time
    Searched refs:SND_PCM_NONBLOCK (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.c 88 static int (*SDL_NAME(snd_pcm_nonblock))(snd_pcm_t *pcm, int nonblock);
125 { "snd_pcm_nonblock", (void**)(char*)&SDL_NAME(snd_pcm_nonblock) },
201 status = SDL_NAME(snd_pcm_open)(&handle, get_audio_device(2), SND_PCM_STREAM_PLAYBACK, SND_PCM_NONBLOCK);
475 status = SDL_NAME(snd_pcm_open)(&pcm_handle, get_audio_device(spec->channels), SND_PCM_STREAM_PLAYBACK, SND_PCM_NONBLOCK);
615 SDL_NAME(snd_pcm_nonblock)(pcm_handle, 0);
  /external/chromium_org/media/audio/linux/
alsa_util.cc 22 int error = wrapper->PcmOpen(&handle, device_name, type, SND_PCM_NONBLOCK);
alsa_output_unittest.cc 326 SND_PCM_STREAM_PLAYBACK, SND_PCM_NONBLOCK))
    [all...]
  /external/qemu/audio/
alsaaudio.c 553 SND_PCM_NONBLOCK
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h 295 #define SND_PCM_NONBLOCK 0x0001
409 int snd_pcm_nonblock(snd_pcm_t *pcm, int nonblock);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h 295 #define SND_PCM_NONBLOCK 0x0001
409 int snd_pcm_nonblock(snd_pcm_t *pcm, int nonblock);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm.h 295 #define SND_PCM_NONBLOCK 0x0001
409 int snd_pcm_nonblock(snd_pcm_t *pcm, int nonblock);
    [all...]

Completed in 2386 milliseconds