OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mixerprop
(Results
1 - 1
of
1
) sorted by null
/hardware/qcom/audio/legacy/alsa_sound/
ALSAMixer.cpp
71
mixerProp
[][SND_PCM_STREAM_LAST+1] = {
209
for (int j = 0;
mixerProp
[j][i].device; j++) {
211
mixer_info_t *info =
mixerProp
[j][i].mInfo = new mixer_info_t;
213
property_get (
mixerProp
[j][i].propName,
215
mixerProp
[j][i].propDefault);
257
for (int j = 0;
mixerProp
[j][i].device; j++) {
258
if (
mixerProp
[j][i].mInfo) {
259
delete
mixerProp
[j][i].mInfo;
260
mixerProp
[j][i].mInfo = NULL;
307
for (int j = 0;
mixerProp
[j][SND_PCM_STREAM_PLAYBACK].device; j++
[
all
...]
Completed in 276 milliseconds