OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SND_PCM_STREAM_PLAYBACK
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/audio/
pcm_bluetooth.c
358
if (io->stream ==
SND_PCM_STREAM_PLAYBACK
)
398
opt_name = (io->stream ==
SND_PCM_STREAM_PLAYBACK
) ?
405
opt_name = (io->stream ==
SND_PCM_STREAM_PLAYBACK
) ?
412
opt_name = (io->stream ==
SND_PCM_STREAM_PLAYBACK
) ?
451
open_req->lock = (io->stream ==
SND_PCM_STREAM_PLAYBACK
?
711
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/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc
291
SND_PCM_STREAM_PLAYBACK
,
/external/qemu/audio/
alsaaudio.c
552
in ? SND_PCM_STREAM_CAPTURE :
SND_PCM_STREAM_PLAYBACK
,
[
all
...]
/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 21 milliseconds