Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
DALSAMixer.cpp67 mixerMasterProp[SND_PCM_STREAM_LAST+1] = variable
174 mixer_info_t *info = mixerMasterProp[i].mInfo = new mixer_info_t; in ALSAMixer()
176 property_get (mixerMasterProp[i].propName, in ALSAMixer()
178 mixerMasterProp[i].propDefault); in ALSAMixer()
253 if (mixerMasterProp[i].mInfo) { in ~ALSAMixer()
254 delete mixerMasterProp[i].mInfo; in ~ALSAMixer()
255 mixerMasterProp[i].mInfo = NULL; in ~ALSAMixer()
269 mixer_info_t *info = mixerMasterProp[SND_PCM_STREAM_PLAYBACK].mInfo; in setMasterVolume()
288 mixer_info_t *info = mixerMasterProp[SND_PCM_STREAM_CAPTURE].mInfo; in setMasterGain()