Home
last modified time | relevance | path

Searched refs:SND_PCM_STREAM_PLAYBACK (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
DALSAMixer.cpp164 initMixer (&mMixer[SND_PCM_STREAM_PLAYBACK], "AndroidOut"); in ALSAMixer()
200 if (i == SND_PCM_STREAM_PLAYBACK && in ALSAMixer()
237 if (i == SND_PCM_STREAM_PLAYBACK && in ALSAMixer()
269 mixer_info_t *info = mixerMasterProp[SND_PCM_STREAM_PLAYBACK].mInfo; in setMasterVolume()
307 for (int j = 0; mixerProp[j][SND_PCM_STREAM_PLAYBACK].device; j++) in setVolume()
308 if (mixerProp[j][SND_PCM_STREAM_PLAYBACK].device & device) { in setVolume()
310 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo; in setVolume()
394 for (int j = 0; mixerProp[j][SND_PCM_STREAM_PLAYBACK].device; j++) in setPlaybackMuteState()
395 if (mixerProp[j][SND_PCM_STREAM_PLAYBACK].device & device) { in setPlaybackMuteState()
397 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo; in setPlaybackMuteState()
[all …]
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_audio.h103 SND_PCM_STREAM_PLAYBACK = 0, enumerator