/hardware/qcom/audio/legacy/alsa_sound/ |
ALSAMixer.cpp | 164 initMixer (&mMixer[SND_PCM_STREAM_PLAYBACK], "AndroidOut"); 200 if (i == SND_PCM_STREAM_PLAYBACK && 237 if (i == SND_PCM_STREAM_PLAYBACK && 269 mixer_info_t *info = mixerMasterProp[SND_PCM_STREAM_PLAYBACK].mInfo; 307 for (int j = 0; mixerProp[j][SND_PCM_STREAM_PLAYBACK].device; j++) 308 if (mixerProp[j][SND_PCM_STREAM_PLAYBACK].device & device) { 310 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo; 394 for (int j = 0; mixerProp[j][SND_PCM_STREAM_PLAYBACK].device; j++) 395 if (mixerProp[j][SND_PCM_STREAM_PLAYBACK].device & device) { 397 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/ |
SDL_alsa_audio.c | 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);
|
/external/chromium_org/media/audio/alsa/ |
alsa_util.cc | 111 return OpenDevice(wrapper, device_name, SND_PCM_STREAM_PLAYBACK, channels,
|
alsa_output_unittest.cc | 333 SND_PCM_STREAM_PLAYBACK, SND_PCM_NONBLOCK)) [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_audio.h | 103 SND_PCM_STREAM_PLAYBACK = 0,
|
/external/chromium/chrome/browser/chromeos/ |
audio_mixer_alsa.cc | 291 SND_PCM_STREAM_PLAYBACK,
|
/external/chromium_org/third_party/libjingle/source/talk/sound/ |
alsasoundsystem.cc | 515 SND_PCM_STREAM_PLAYBACK,
|
/external/qemu/audio/ |
alsaaudio.c | 552 in ? SND_PCM_STREAM_CAPTURE : SND_PCM_STREAM_PLAYBACK, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm.h | 86 SND_PCM_STREAM_PLAYBACK = 0, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm.h | 86 SND_PCM_STREAM_PLAYBACK = 0, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm.h | 86 SND_PCM_STREAM_PLAYBACK = 0, [all...] |