Lines Matching refs:j

209         for (int j = 0; mixerProp[j][i].device; j++) {  in ALSAMixer()  local
211 mixer_info_t *info = mixerProp[j][i].mInfo = new mixer_info_t; in ALSAMixer()
213 property_get (mixerProp[j][i].propName, in ALSAMixer()
215 mixerProp[j][i].propDefault); in ALSAMixer()
257 for (int j = 0; mixerProp[j][i].device; j++) { in ~ALSAMixer() local
258 if (mixerProp[j][i].mInfo) { in ~ALSAMixer()
259 delete mixerProp[j][i].mInfo; in ~ALSAMixer()
260 mixerProp[j][i].mInfo = NULL; in ~ALSAMixer()
307 for (int j = 0; mixerProp[j][SND_PCM_STREAM_PLAYBACK].device; j++) in setVolume() local
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()
330 for (int j = 0; mixerProp[j][SND_PCM_STREAM_CAPTURE].device; j++) in setGain() local
331 if (mixerProp[j][SND_PCM_STREAM_CAPTURE].device & device) { in setGain()
333 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_CAPTURE].mInfo; in setGain()
353 for (int j = 0; mixerProp[j][SND_PCM_STREAM_CAPTURE].device; j++) in setCaptureMuteState() local
354 if (mixerProp[j][SND_PCM_STREAM_CAPTURE].device & device) { in setCaptureMuteState()
356 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_CAPTURE].mInfo; in setCaptureMuteState()
379 for (int j = 0; mixerProp[j][SND_PCM_STREAM_CAPTURE].device; j++) in getCaptureMuteState() local
380 if (mixerProp[j][SND_PCM_STREAM_CAPTURE].device & device) { in getCaptureMuteState()
382 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_CAPTURE].mInfo; in getCaptureMuteState()
394 for (int j = 0; mixerProp[j][SND_PCM_STREAM_PLAYBACK].device; j++) in setPlaybackMuteState() local
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()
420 for (int j = 0; mixerProp[j][SND_PCM_STREAM_PLAYBACK].device; j++) in getPlaybackMuteState() local
421 if (mixerProp[j][SND_PCM_STREAM_PLAYBACK].device & device) { in getPlaybackMuteState()
423 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo; in getPlaybackMuteState()