HomeSort by relevance Sort by last modified time
    Searched refs:STREAM_MUSIC (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
TonesAutoTest.java 40 toneGen = new ToneGenerator(AudioManager.STREAM_MUSIC, 100);
64 toneGen = new ToneGenerator(AudioManager.STREAM_MUSIC, 100);
101 toneGen = new ToneGenerator(AudioManager.STREAM_MUSIC, 100);
126 toneGen1 = new ToneGenerator(AudioManager.STREAM_MUSIC, 100);
127 toneGen2 = new ToneGenerator(AudioManager.STREAM_MUSIC, 50);
156 toneGen = new ToneGenerator(AudioManager.STREAM_MUSIC, 100);
MediaAudioTrackTest.java 142 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STREAM,
155 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STREAM,
168 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STATIC,
181 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STATIC,
198 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STREAM,
210 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STREAM,
222 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STATIC,
234 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STATIC,
255 AudioManager.STREAM_MUSIC, AudioManager.STREAM_NOTIFICATION,
258 final String[] STREAM_NAMES = { "STREAM_ALARM", "STREAM_BLUETOOTH_SCO", "STREAM_MUSIC",
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerSetAudioStreamTypeStateUnitTest.java 57 player.setAudioStreamType(AudioManager.STREAM_MUSIC);
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 128 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
146 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
164 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
182 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
204 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
222 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
240 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
258 TestResults res = constructorTestMultiSampleRate(AudioManager.STREAM_MUSIC,
283 final int[] STREAM_TYPES = { AudioManager.STREAM_ALARM, AudioManager.STREAM_MUSIC,
286 final String[] STREAM_NAMES = { "STREAM_ALARM", "STREAM_MUSIC", "STREAM_NOTIFICATION"
    [all...]
RingtoneTest.java 109 mRingtone.setStreamType(AudioManager.STREAM_MUSIC);
110 assertEquals(AudioManager.STREAM_MUSIC, mRingtone.getStreamType());
SoundPoolTest.java 112 mSoundPool = new SoundPool(SOUNDPOOL_STREAMS, AudioManager.STREAM_MUSIC, srcQuality);
213 mSoundPool = new SoundPool(SOUNDPOOL_STREAMS, AudioManager.STREAM_MUSIC, srcQuality);
278 mSoundPool = new SoundPool(SOUNDPOOL_STREAMS, AudioManager.STREAM_MUSIC, srcQuality);
319 mSoundPool = new SoundPool(SOUNDPOOL_STREAMS, AudioManager.STREAM_MUSIC, 0);
AudioManagerTest.java 33 import static android.media.AudioManager.STREAM_MUSIC;
205 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
530 AudioManager.STREAM_MUSIC,
608 int maxVolume = mAudioManager.getStreamMaxVolume(STREAM_MUSIC);
612 mp.setAudioStreamType(STREAM_MUSIC);
621 assertEquals(maxVolume, mAudioManager.getStreamVolume(STREAM_MUSIC));
625 mAudioManager.setStreamVolume(STREAM_MUSIC, 1, FLAG_SHOW_UI);
628 assertEquals(2 + k, mAudioManager.getStreamVolume(STREAM_MUSIC));
632 mAudioManager.setStreamVolume(STREAM_MUSIC, maxVolume, FLAG_SHOW_UI);
633 maxVolume = mAudioManager.getStreamVolume(STREAM_MUSIC);
    [all...]
AudioTrack_ListenerTest.java 42 private final int TEST_STREAM_TYPE1 = AudioManager.STREAM_MUSIC;
  /packages/apps/Music/src/com/android/music/
DeleteItems.java 37 setVolumeControlStream(AudioManager.STREAM_MUSIC);
ScanningProgress.java 65 setVolumeControlStream(AudioManager.STREAM_MUSIC);
WeekSelector.java 34 setVolumeControlStream(AudioManager.STREAM_MUSIC);
StreamStarter.java 44 setVolumeControlStream(AudioManager.STREAM_MUSIC);
VideoBrowserActivity.java 44 setVolumeControlStream(AudioManager.STREAM_MUSIC);
  /cts/tests/src/android/media/cts/
AudioManagerStub.java 44 mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 92 plyr.setAudioStreamType(AudioManager.STREAM_MUSIC);
  /frameworks/base/media/java/android/media/
AudioSystem.java 41 public static final int STREAM_MUSIC = 3;
AudioService.java 158 15, // STREAM_MUSIC
174 AudioSystem.STREAM_MUSIC, // STREAM_MUSIC
180 AudioSystem.STREAM_MUSIC // STREAM_TTS
371 ((1 << AudioSystem.STREAM_MUSIC)|(1 << AudioSystem.STREAM_RING)|(1 << AudioSystem.STREAM_SYSTEM)));
    [all...]
AudioManager.java 150 public static final int STREAM_MUSIC = AudioSystem.STREAM_MUSIC;
175 11, // STREAM_MUSIC
367 * {@link #STREAM_SYSTEM}, {@link #STREAM_RING}, {@link #STREAM_MUSIC} or
    [all...]
AudioTrack.java 195 * {@link AudioManager#STREAM_RING}, {@link AudioManager#STREAM_MUSIC} and
198 private int mStreamType = AudioManager.STREAM_MUSIC;
238 * {@link AudioManager#STREAM_RING}, {@link AudioManager#STREAM_MUSIC} and
303 if( (streamType != AudioManager.STREAM_ALARM) && (streamType != AudioManager.STREAM_MUSIC)
458 * {@link AudioManager#STREAM_MUSIC} or {@link AudioManager#STREAM_ALARM}
    [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardViewBase.java 179 AudioManager.STREAM_MUSIC,
  /dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/midi/
AndroidSequencer.java 260 player.setAudioStreamType(AudioManager.STREAM_MUSIC);
  /dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/sampled/
AndroidClip.java 185 player.setAudioStreamType(AudioManager.STREAM_MUSIC);
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 130 mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
  /frameworks/base/packages/TtsService/src/android/tts/
SynthProxy.java 86 return native_speak(mJniData, text, AudioManager.STREAM_MUSIC);
  /packages/apps/Mms/src/com/android/mms/ui/
AudioAttachmentView.java 92 mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);

Completed in 1076 milliseconds

1 2 3