Home | History | Annotate | Download | only in audio

Lines Matching refs:STREAM_MUSIC

236         int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
237 am.setStreamVolume(AudioManager.STREAM_MUSIC,
238 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC),
253 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
299 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
315 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
316 am.setStreamVolume(AudioManager.STREAM_MUSIC,
317 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC),
332 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
431 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0);
449 final int volMax = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC);
450 am.setStreamVolume(AudioManager.STREAM_MUSIC, volMax, 0);
465 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
486 am.setStreamVolume(AudioManager.STREAM_MUSIC, (volMax * 2) / 3, 0);