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

  /development/simulator/wrapsim/
DevAudio.c 35 snd_pcm_open(&audioState->handle, "default", SND_PCM_STREAM_PLAYBACK, 0);
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 356 if (io->stream == SND_PCM_STREAM_PLAYBACK)
396 opt_name = (io->stream == SND_PCM_STREAM_PLAYBACK) ?
403 opt_name = (io->stream == SND_PCM_STREAM_PLAYBACK) ?
410 opt_name = (io->stream == SND_PCM_STREAM_PLAYBACK) ?
449 open_req->lock = (io->stream == SND_PCM_STREAM_PLAYBACK ?
709 open_req->lock = (io->stream == SND_PCM_STREAM_PLAYBACK ?
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 197 status = SDL_NAME(snd_pcm_open)(&handle, get_audio_device(2), SND_PCM_STREAM_PLAYBACK, SND_PCM_NONBLOCK);
381 status = SDL_NAME(snd_pcm_open)(&pcm_handle, get_audio_device(spec->channels), SND_PCM_STREAM_PLAYBACK, SND_PCM_NONBLOCK);
  /external/qemu/audio/
alsaaudio.c 357 in ? SND_PCM_STREAM_CAPTURE : SND_PCM_STREAM_PLAYBACK,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm.h 86 SND_PCM_STREAM_PLAYBACK = 0,
    [all...]

Completed in 200 milliseconds