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

  /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/adhd/cras/src/alsa_plugin/
pcm_cras.c 102 *revents |= (io->stream == SND_PCM_STREAM_PLAYBACK) ? POLLOUT
145 if (io->stream == SND_PCM_STREAM_PLAYBACK) {
185 if (io->stream == SND_PCM_STREAM_PLAYBACK)
323 if (io->stream == SND_PCM_STREAM_PLAYBACK) {
454 pcm_cras->direction = (stream == SND_PCM_STREAM_PLAYBACK)
  /external/adhd/cras/src/server/
cras_alsa_card.c 273 dev_info, SND_PCM_STREAM_PLAYBACK);
363 dev_info, SND_PCM_STREAM_PLAYBACK);
cras_alsa_helpers.c 810 if (snd_pcm_stream(handle) == SND_PCM_STREAM_PLAYBACK &&
cras_alsa_io.c     [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 103 SND_PCM_STREAM_PLAYBACK = 0,
  /external/adhd/cras/src/tests/
alsa_io_unittest.cc 284 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream);
570 EXPECT_EQ(SND_PCM_STREAM_PLAYBACK, aio->alsa_stream);
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 1066 SND_PCM_STREAM_PLAYBACK,
1077 SND_PCM_STREAM_PLAYBACK,
    [all...]
  /external/webrtc/webrtc/sound/
alsasoundsystem.cc 500 SND_PCM_STREAM_PLAYBACK,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm.h 101 SND_PCM_STREAM_PLAYBACK = 0,
    [all...]

Completed in 727 milliseconds