Home
last modified time | relevance | path

Searched refs:STREAM_MUSIC (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaAudioTrackTest.java142 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STREAM, in testConstructorMono16MusicStream()
155 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STREAM, in testConstructorStereo16MusicStream()
168 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STATIC, in testConstructorMono16MusicStatic()
181 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STATIC, in testConstructorStereo16MusicStatic()
198 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STREAM, in testConstructorMono8MusicStream()
210 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STREAM, in testConstructorStereo8MusicStream()
222 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STATIC, in testConstructorMono8MusicStatic()
234 AudioManager.STREAM_MUSIC, AudioTrack.MODE_STATIC, in testConstructorStereo8MusicStatic()
255 AudioManager.STREAM_MUSIC, AudioManager.STREAM_NOTIFICATION, in testConstructorStreamType()
309 final int TEST_STREAM_TYPE = AudioManager.STREAM_MUSIC; in testPlaybackHeadPositionAfterInit()
[all …]
DMediaPresetReverbTest.java203 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in test2_0AuxiliarySoundModification()
204 am.setStreamVolume(AudioManager.STREAM_MUSIC, in test2_0AuxiliarySoundModification()
205 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC), in test2_0AuxiliarySoundModification()
221 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in test2_0AuxiliarySoundModification()
258 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0); in test2_0AuxiliarySoundModification()
276 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in test2_1InsertSoundModification()
277 am.setStreamVolume(AudioManager.STREAM_MUSIC, in test2_1InsertSoundModification()
278 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC), in test2_1InsertSoundModification()
292 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in test2_1InsertSoundModification()
343 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0); in test2_1InsertSoundModification()
DMediaVisualizerTest.java236 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in test2_0PollingCapture()
237 am.setStreamVolume(AudioManager.STREAM_MUSIC, in test2_0PollingCapture()
238 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC), in test2_0PollingCapture()
253 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in test2_0PollingCapture()
299 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0); in test2_0PollingCapture()
315 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in test2_1ListenerCapture()
316 am.setStreamVolume(AudioManager.STREAM_MUSIC, in test2_1ListenerCapture()
317 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC), in test2_1ListenerCapture()
332 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in test2_1ListenerCapture()
431 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0); in test2_1ListenerCapture()
[all …]
DMediaAudioManagerTest.java146 AudioManager.STREAM_MUSIC, in verifyAudioFocusLoss()
151 result = mAudioManager.requestAudioFocus(null, AudioManager.STREAM_MUSIC, in verifyAudioFocusLoss()
219 AudioManager.STREAM_MUSIC, AudioManager.AUDIOFOCUS_GAIN); in testAudioFocusStressListenerRequestAbandon()
233 mAudioManager.requestAudioFocus(mAudioFocusListener, AudioManager.STREAM_MUSIC, in testAudioFocusStressNoListenerRequestAbandon()
237 mAudioManager.requestAudioFocus(null, AudioManager.STREAM_MUSIC, in testAudioFocusStressNoListenerRequestAbandon()
DMediaEnvReverbTest.java358 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in test2_0AuxiliarySoundModification()
359 am.setStreamVolume(AudioManager.STREAM_MUSIC, in test2_0AuxiliarySoundModification()
360 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC), in test2_0AuxiliarySoundModification()
376 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in test2_0AuxiliarySoundModification()
415 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0); in test2_0AuxiliarySoundModification()
433 int volume = am.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in test2_1InsertSoundModification()
434 am.setStreamVolume(AudioManager.STREAM_MUSIC, in test2_1InsertSoundModification()
435 am.getStreamMaxVolume(AudioManager.STREAM_MUSIC), in test2_1InsertSoundModification()
449 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in test2_1InsertSoundModification()
502 am.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0); in test2_1InsertSoundModification()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DTonesAutoTest.java40 toneGen = new ToneGenerator(AudioManager.STREAM_MUSIC, 100); in tonesDtmfTest()
64 toneGen = new ToneGenerator(AudioManager.STREAM_MUSIC, 100); in tonesSupervisoryTest()
101 toneGen = new ToneGenerator(AudioManager.STREAM_MUSIC, 100); in tonesProprietaryTest()
126 toneGen1 = new ToneGenerator(AudioManager.STREAM_MUSIC, 100); in tonesSimultaneousTest()
127 toneGen2 = new ToneGenerator(AudioManager.STREAM_MUSIC, 50); in tonesSimultaneousTest()
156 toneGen = new ToneGenerator(AudioManager.STREAM_MUSIC, 100); in tonesStressTest()
/frameworks/base/media/java/android/media/
DAudioService.java292 AudioSystem.STREAM_MUSIC, // STREAM_MUSIC
298 AudioSystem.STREAM_MUSIC // STREAM_TTS
301 AudioSystem.STREAM_MUSIC, // STREAM_VOICE_CALL
302 AudioSystem.STREAM_MUSIC, // STREAM_SYSTEM
303 AudioSystem.STREAM_MUSIC, // STREAM_RING
304 AudioSystem.STREAM_MUSIC, // STREAM_MUSIC
305 AudioSystem.STREAM_MUSIC, // STREAM_ALARM
306 AudioSystem.STREAM_MUSIC, // STREAM_NOTIFICATION
307 AudioSystem.STREAM_MUSIC, // STREAM_BLUETOOTH_SCO
308 AudioSystem.STREAM_MUSIC, // STREAM_SYSTEM_ENFORCED
[all …]
DAudioAttributes.java474 case AudioSystem.STREAM_MUSIC: in setInternalLegacyStreamType()
695 case AudioSystem.STREAM_MUSIC: in usageForLegacyStreamType()
728 return AudioSystem.STREAM_MUSIC; in toLegacyStreamType()
747 return AudioSystem.STREAM_MUSIC; in toLegacyStreamType()
DPlayerRecord.java320 mPlaybackStream = AudioManager.STREAM_MUSIC; in resetPlaybackInfo()
DAudioManager.java367 public static final int STREAM_MUSIC = AudioSystem.STREAM_MUSIC; field in AudioManager
1850 return AudioSystem.isStreamActive(STREAM_MUSIC, 0); in isMusicActive()
1860 return AudioSystem.isStreamActiveRemotely(STREAM_MUSIC, 0); in isMusicActiveRemotely()
3237 case STREAM_MUSIC: in getDevicesForStream()
DAudioSystem.java46 public static final int STREAM_MUSIC = 3; field in AudioSystem
/frameworks/base/services/core/java/com/android/server/hdmi/
DVolumeControlAction.java164 int currentVolume = audioManager.getStreamVolume(AudioManager.STREAM_MUSIC); in shouldUpdateAudioVolume()
166 int maxVolume = audioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in shouldUpdateAudioVolume()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaPlayerSetAudioStreamTypeStateUnitTest.java57 player.setAudioStreamType(AudioManager.STREAM_MUSIC); in invokeMethodUnderTest()
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
DEngineParameters.java109 private int mAudioStreamType = AudioManager.STREAM_MUSIC;
/frameworks/support/v4/api21/android/support/v4/media/session/
DMediaControllerCompatApi21.java223 return AudioManager.STREAM_MUSIC; in toLegacyStreamType()
242 return AudioManager.STREAM_MUSIC; in toLegacyStreamType()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DRemoteControlClientCompat.java76 public int playbackStream = AudioManager.STREAM_MUSIC;
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java114 mSoundPool = new SoundPool(numStreams, AudioSystem.STREAM_MUSIC, 0); in initSoundPool()
418 setVolumeControlStream(AudioManager.STREAM_MUSIC); in onCreate()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputHardwareManager.java513 mCurrentMaxIndex = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in updateVolume()
514 mCurrentIndex = mAudioManager.getStreamVolume(AudioManager.STREAM_MUSIC); in updateVolume()
521 if (streamType != AudioManager.STREAM_MUSIC) { in handleVolumeChange()
531 if (streamType != AudioManager.STREAM_MUSIC) { in handleVolumeChange()
706 int sinkDevice = mAudioManager.getDevicesForStream(AudioManager.STREAM_MUSIC); in findAudioSinkFromAudioPolicy()
/frameworks/support/v4/jellybean-mr2/android/support/v4/media/
DTransportMediatorJellybeanMR2.java134 AudioManager.STREAM_MUSIC, AudioManager.AUDIOFOCUS_GAIN); in takeAudioFocus()
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DEnvReverbTest.java82 R.raw.mp3_sample, AudioManager.STREAM_MUSIC, 0); in onCreate()
86 AudioManager.STREAM_MUSIC, 0); in onCreate()
/frameworks/base/docs/html/training/managing-audio/
Dvolume-playback.jd53 android.media.AudioManager#STREAM_MUSIC} stream.</p>
79 setVolumeControlStream(AudioManager.STREAM_MUSIC);
Daudio-focus.jd66 AudioManager.STREAM_MUSIC,
97 AudioManager.STREAM_MUSIC,
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumePanel.java207 MediaStream(AudioManager.STREAM_MUSIC,
888 : mActiveStreamType == AudioManager.STREAM_MUSIC ? TIMEOUT_DELAY_SHORT in updateTimeoutDelay()
1092 case AudioManager.STREAM_MUSIC: { in onShowVolumeChanged()
1094 if ((mAudioManager.getDevicesForStream(AudioManager.STREAM_MUSIC) & in onShowVolumeChanged()
1391 StreamControl sc = mStreamControls.get(AudioManager.STREAM_MUSIC); in setMusicIcon()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DEnableAccessibilityController.java114 mTone.setStreamType(AudioManager.STREAM_MUSIC); in EnableAccessibilityController()
/frameworks/base/core/java/android/widget/
DVideoView.java323 am.requestAudioFocus(null, AudioManager.STREAM_MUSIC, AudioManager.AUDIOFOCUS_GAIN); in openVideo()
354 mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); in openVideo()

123