Home | History | Annotate | Download | only in audio

Lines Matching defs:AudioSystem

25 import android.media.AudioSystem;
47 * Class to receive and dispatch updates from AudioSystem about recording configurations.
157 final int newPiid = AudioSystem.newAudioPlayerId();
203 mSavedAlarmVolume = AudioSystem.getStreamVolumeIndex(
204 AudioSystem.STREAM_ALARM, AudioSystem.DEVICE_OUT_SPEAKER);
205 AudioSystem.setStreamVolumeIndex(AudioSystem.STREAM_ALARM,
206 mMaxAlarmVolume, AudioSystem.DEVICE_OUT_SPEAKER);
211 if (AudioSystem.getStreamVolumeIndex(
212 AudioSystem.STREAM_ALARM, AudioSystem.DEVICE_OUT_SPEAKER) ==
214 AudioSystem.setStreamVolumeIndex(AudioSystem.STREAM_ALARM,
215 mSavedAlarmVolume, AudioSystem.DEVICE_OUT_SPEAKER);