Home
last modified time | relevance | path

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

12

/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()
217 AudioManager.STREAM_MUSIC, AudioManager.AUDIOFOCUS_GAIN); in testAudioFocusStressListenerRequestAbandon()
231 mAudioManager.requestAudioFocus(mAudioFocusListener, AudioManager.STREAM_MUSIC, in testAudioFocusStressNoListenerRequestAbandon()
235 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/services/core/java/com/android/server/audio/
DAudioService.java352 AudioSystem.STREAM_MUSIC, // STREAM_MUSIC
358 AudioSystem.STREAM_MUSIC, // STREAM_TTS
359 AudioSystem.STREAM_MUSIC // STREAM_ACCESSIBILITY
362 AudioSystem.STREAM_MUSIC, // STREAM_VOICE_CALL
363 AudioSystem.STREAM_MUSIC, // STREAM_SYSTEM
364 AudioSystem.STREAM_MUSIC, // STREAM_RING
365 AudioSystem.STREAM_MUSIC, // STREAM_MUSIC
366 AudioSystem.STREAM_MUSIC, // STREAM_ALARM
367 AudioSystem.STREAM_MUSIC, // STREAM_NOTIFICATION
368 AudioSystem.STREAM_MUSIC, // STREAM_BLUETOOTH_SCO
[all …]
DAudioDeviceInventory.java202 mDeviceBroker.postSetVolumeIndexOnDevice(AudioSystem.STREAM_MUSIC, in onSetA2dpSinkConnectionState()
303 mDeviceBroker.postSetVolumeIndexOnDevice(AudioSystem.STREAM_MUSIC, in onBluetoothA2dpActiveDeviceChange()
317 int musicDevice = mDeviceBroker.getDeviceForStream(AudioSystem.STREAM_MUSIC); in onBluetoothA2dpActiveDeviceChange()
770 musicDevice = mDeviceBroker.getDeviceForStream(AudioSystem.STREAM_MUSIC); in checkSendBecomingNoisyIntentInt()
779 if (!AudioSystem.isStreamActive(AudioSystem.STREAM_MUSIC, 0 /*not looking in past*/) in checkSendBecomingNoisyIntentInt()
/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()
DHdmiCecLocalDeviceAudioSystem.java839 int volume = mService.getAudioManager().getStreamVolume(AudioManager.STREAM_MUSIC); in reportAudioStatus()
840 boolean mute = mService.getAudioManager().isStreamMute(AudioManager.STREAM_MUSIC); in reportAudioStatus()
841 int maxVolume = mService.getAudioManager().getStreamMaxVolume(AudioManager.STREAM_MUSIC); in reportAudioStatus()
842 int minVolume = mService.getAudioManager().getStreamMinVolume(AudioManager.STREAM_MUSIC); in reportAudioStatus()
896 mService.getAudioManager().isStreamMute(AudioManager.STREAM_MUSIC); in setSystemAudioMode()
903 AudioManager.STREAM_MUSIC, in setSystemAudioMode()
DHdmiControlService.java1165 boolean muted = audioManager.isStreamMute(AudioManager.STREAM_MUSIC); in setAudioStatus()
1168 audioManager.setStreamMute(AudioManager.STREAM_MUSIC, true); in setAudioStatus()
1172 audioManager.setStreamMute(AudioManager.STREAM_MUSIC, false); in setAudioStatus()
1180 audioManager.setStreamVolume(AudioManager.STREAM_MUSIC, volume, flag); in setAudioStatus()
/frameworks/base/media/java/android/media/
DAudioAttributes.java848 case AudioSystem.STREAM_MUSIC: in setInternalLegacyStreamType()
1150 case AudioSystem.STREAM_MUSIC: in usageForStreamType()
1210 AudioSystem.STREAM_MUSIC : AudioSystem.STREAM_TTS; in toVolumeStreamType()
1222 return AudioSystem.STREAM_MUSIC; in toVolumeStreamType()
1243 return AudioSystem.STREAM_MUSIC; in toVolumeStreamType()
1249 return AudioSystem.STREAM_MUSIC; in toVolumeStreamType()
DAudioSystem.java59 public static final int STREAM_MUSIC = 3; field in AudioSystem
1173 (1 << STREAM_MUSIC) |
DAudioManager.java354 public static final int STREAM_MUSIC = AudioSystem.STREAM_MUSIC; field in AudioManager
1031 STREAM_MUSIC,
1078 case STREAM_MUSIC: in isPublicStreamType()
2047 return AudioSystem.isStreamActive(STREAM_MUSIC, 0); in isMusicActive()
2058 return AudioSystem.isStreamActiveRemotely(STREAM_MUSIC, 0); in isMusicActiveRemotely()
4171 case STREAM_MUSIC: in getDevicesForStream()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaPlayerSetAudioStreamTypeStateUnitTest.java57 player.setAudioStreamType(AudioManager.STREAM_MUSIC); in invokeMethodUnderTest()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DHdmiCecLocalDeviceAudioSystemTest.java90 case STREAM_MUSIC: in setUp()
100 case STREAM_MUSIC: in setUp()
110 case STREAM_MUSIC: in setUp()
121 case STREAM_MUSIC: in setUp()
/frameworks/base/media/java/android/media/audiopolicy/
DAudioProductStrategy.java122 return AudioSystem.STREAM_MUSIC; in getLegacyStreamTypeForStrategyWithAudioAttributes()
127 return AudioSystem.STREAM_MUSIC; in getLegacyStreamTypeForStrategyWithAudioAttributes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java101 STREAMS.put(AudioSystem.STREAM_MUSIC, R.string.stream_music); in STREAMS.put() argument
429 if (stream == AudioManager.STREAM_MUSIC) { in checkRoutedToBluetoothW()
431 (mAudio.getDevicesForStream(AudioManager.STREAM_MUSIC) & in checkRoutedToBluetoothW()
470 changed |= checkRoutedToBluetoothW(showUI ? AudioManager.STREAM_MUSIC : stream); in onVolumeChangedW()
550 case AudioSystem.STREAM_MUSIC:
1107 changed |= checkRoutedToBluetoothW(AudioManager.STREAM_MUSIC);
DVolumeDialogImpl.java25 import static android.media.AudioManager.STREAM_MUSIC;
286 addRow(AudioManager.STREAM_MUSIC, in initDialog()
375 if (row.stream == STREAM_MUSIC) { in getActiveRow()
985 final boolean isMusicStream = row.stream == AudioManager.STREAM_MUSIC; in updateVolumeRowH()
/frameworks/base/cmds/media/src/com/android/commands/media/
DVolumeCtrl.java70 int stream = AudioManager.STREAM_MUSIC; in run()
/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.java502 mCurrentMaxIndex = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in updateVolume()
503 mCurrentIndex = mAudioManager.getStreamVolume(AudioManager.STREAM_MUSIC); in updateVolume()
511 if (streamType != AudioManager.STREAM_MUSIC) { in handleVolumeChange()
523 if (streamType != AudioManager.STREAM_MUSIC) { in handleVolumeChange()
794 int sinkDevice = mAudioManager.getDevicesForStream(AudioManager.STREAM_MUSIC); in findAudioSinkFromAudioPolicy()
/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/packages/SystemUI/src/com/android/keyguard/
DKeyguardHostView.java369 AudioManager.STREAM_MUSIC /* stream */, 0 /* flags */); in interceptMediaKey()
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerTestActivity.java98 setVolumeControlStream(AudioManager.STREAM_MUSIC); in onCreate()

12