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

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

Completed in 262 milliseconds