/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
D | MediaAudioTrackTest.java | 142 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 …]
|
D | MediaPresetReverbTest.java | 203 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()
|
D | MediaVisualizerTest.java | 236 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 …]
|
D | MediaAudioManagerTest.java | 146 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()
|
D | MediaEnvReverbTest.java | 358 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/packages/SystemUI/tests/src/com/android/systemui/volume/ |
D | EventsTest.java | 137 new Object[]{AudioSystem.STREAM_MUSIC, Events.ICON_STATE_MUTE}, in data() 142 new Object[]{AudioSystem.STREAM_MUSIC, /* volume */ 0}, in data() 147 new Object[]{AudioSystem.STREAM_MUSIC, /* volume */ 1}, in data() 152 new Object[]{AudioSystem.STREAM_MUSIC, /* volume */ 0}, in data() 156 new Object[]{AudioSystem.STREAM_MUSIC, /* volume */ 0}, in data() 160 new Object[]{AudioSystem.STREAM_MUSIC, /* volume */ 0}, in data() 164 new Object[]{AudioSystem.STREAM_MUSIC, /* volume */ 0}, in data() 169 new Object[]{AudioSystem.STREAM_MUSIC, /* volume */ 1}, in data()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | TonesAutoTest.java | 40 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/tests/servicestests/src/com/android/server/hdmi/ |
D | HdmiCecLocalDeviceAudioSystemTest.java | 93 case STREAM_MUSIC: in setUp() 103 case STREAM_MUSIC: in setUp() 113 case STREAM_MUSIC: in setUp() 124 case STREAM_MUSIC: in setUp() 733 .getStreamVolume(AudioManager.STREAM_MUSIC); in giveAudioStatus_volumeEnabled() 735 .isStreamMute(AudioManager.STREAM_MUSIC); in giveAudioStatus_volumeEnabled() 737 .getStreamMaxVolume(AudioManager.STREAM_MUSIC); in giveAudioStatus_volumeEnabled() 763 .getStreamVolume(AudioManager.STREAM_MUSIC); in giveAudioStatus_volumeDisabled() 765 .isStreamMute(AudioManager.STREAM_MUSIC); in giveAudioStatus_volumeDisabled() 767 .getStreamMaxVolume(AudioManager.STREAM_MUSIC); in giveAudioStatus_volumeDisabled() [all …]
|
/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/ |
D | AudioProductStrategyTest.java | 84 assertEquals(AudioSystem.STREAM_MUSIC, in testAudioAttributesFromStreamTypes() 134 assertEquals(AudioSystem.STREAM_MUSIC, in testAudioAttributesFromStreamTypes() 188 streamTypeFromUsage, AudioSystem.STREAM_MUSIC); in testAudioAttributesToStreamTypes() 209 assertEquals(streamTypeFromUsage, AudioSystem.STREAM_MUSIC); in testAudioAttributesToStreamTypes()
|
D | AudioVolumesTestBase.java | 45 AudioManager.STREAM_SYSTEM, AudioManager.STREAM_RING, AudioManager.STREAM_MUSIC,
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 358 AudioSystem.STREAM_MUSIC, // STREAM_MUSIC 364 AudioSystem.STREAM_MUSIC, // STREAM_TTS 365 AudioSystem.STREAM_MUSIC, // STREAM_ACCESSIBILITY 366 AudioSystem.STREAM_MUSIC // STREAM_ASSISTANT 369 AudioSystem.STREAM_MUSIC, // STREAM_VOICE_CALL 370 AudioSystem.STREAM_MUSIC, // STREAM_SYSTEM 371 AudioSystem.STREAM_MUSIC, // STREAM_RING 372 AudioSystem.STREAM_MUSIC, // STREAM_MUSIC 373 AudioSystem.STREAM_MUSIC, // STREAM_ALARM 374 AudioSystem.STREAM_MUSIC, // STREAM_NOTIFICATION [all …]
|
D | AudioDeviceInventory.java | 328 mDeviceBroker.postSetVolumeIndexOnDevice(AudioSystem.STREAM_MUSIC, in onSetA2dpSinkConnectionState() 462 mDeviceBroker.postSetVolumeIndexOnDevice(AudioSystem.STREAM_MUSIC, in onBluetoothA2dpActiveDeviceChange() 484 int musicDevice = mDeviceBroker.getDeviceForStream(AudioSystem.STREAM_MUSIC); in onBluetoothA2dpActiveDeviceChange() 1111 musicDevice = mDeviceBroker.getDeviceForStream(AudioSystem.STREAM_MUSIC); in checkSendBecomingNoisyIntentInt() 1121 if (!mAudioSystem.isStreamActive(AudioSystem.STREAM_MUSIC, 0 /*not looking in past*/) in checkSendBecomingNoisyIntentInt()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | SystemMediaRoute2Provider.java | 217 mAudioManager.setStreamVolume(AudioManager.STREAM_MUSIC, volume, 0); in setRouteVolume() 267 .setVolumeMax(mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC)) in updateDeviceRoute() 392 int devices = mAudioManager.getDevicesForStream(AudioManager.STREAM_MUSIC); in updateVolume() 393 int volume = mAudioManager.getStreamVolume(AudioManager.STREAM_MUSIC); in updateVolume() 423 if (streamType != AudioManager.STREAM_MUSIC) { in onReceive()
|
D | VolumeCtrl.java | 65 int stream = AudioManager.STREAM_MUSIC; in run()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | VolumeControlAction.java | 164 int currentVolume = audioManager.getStreamVolume(AudioManager.STREAM_MUSIC); in shouldUpdateAudioVolume() 166 int maxVolume = audioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in shouldUpdateAudioVolume()
|
D | HdmiCecLocalDeviceAudioSystem.java | 937 int volume = mService.getAudioManager().getStreamVolume(AudioManager.STREAM_MUSIC); in reportAudioStatus() 938 boolean mute = mService.getAudioManager().isStreamMute(AudioManager.STREAM_MUSIC); in reportAudioStatus() 939 int maxVolume = mService.getAudioManager().getStreamMaxVolume(AudioManager.STREAM_MUSIC); in reportAudioStatus() 940 int minVolume = mService.getAudioManager().getStreamMinVolume(AudioManager.STREAM_MUSIC); in reportAudioStatus() 994 mService.getAudioManager().isStreamMute(AudioManager.STREAM_MUSIC); in setSystemAudioMode() 1001 AudioManager.STREAM_MUSIC, in setSystemAudioMode()
|
/frameworks/base/media/java/android/media/ |
D | AudioAttributes.java | 980 case AudioSystem.STREAM_MUSIC: in setInternalLegacyStreamType() 1306 case AudioSystem.STREAM_MUSIC: in usageForStreamType() 1385 AudioSystem.STREAM_MUSIC : AudioSystem.STREAM_TTS; in toVolumeStreamType() 1397 return AudioSystem.STREAM_MUSIC; in toVolumeStreamType() 1423 return AudioSystem.STREAM_MUSIC; in toVolumeStreamType() 1429 return AudioSystem.STREAM_MUSIC; in toVolumeStreamType()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | MediaPlayerSetAudioStreamTypeStateUnitTest.java | 57 player.setAudioStreamType(AudioManager.STREAM_MUSIC); in invokeMethodUnderTest()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogControllerImpl.java | 110 STREAMS.put(AudioSystem.STREAM_MUSIC, R.string.stream_music); in STREAMS.put() argument 456 if (stream == AudioManager.STREAM_MUSIC) { in checkRoutedToBluetoothW() 458 (mAudio.getDevicesForStream(AudioManager.STREAM_MUSIC) & in checkRoutedToBluetoothW() 492 changed |= checkRoutedToBluetoothW(showUI ? AudioManager.STREAM_MUSIC : stream); in onVolumeChangedW() 573 case AudioSystem.STREAM_MUSIC: 1199 changed |= checkRoutedToBluetoothW(AudioManager.STREAM_MUSIC);
|
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
D | SoundPoolTest.java | 114 mSoundPool = new SoundPool(numStreams, AudioSystem.STREAM_MUSIC, 0); in initSoundPool() 418 setVolumeControlStream(AudioManager.STREAM_MUSIC); in onCreate()
|
/frameworks/base/media/java/android/media/audiopolicy/ |
D | AudioProductStrategy.java | 156 return AudioSystem.STREAM_MUSIC; in getLegacyStreamTypeForStrategyWithAudioAttributes() 163 return AudioSystem.STREAM_MUSIC; in getLegacyStreamTypeForStrategyWithAudioAttributes()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputHardwareManager.java | 521 mCurrentMaxIndex = mAudioManager.getStreamMaxVolume(AudioManager.STREAM_MUSIC); in updateVolume() 522 mCurrentIndex = mAudioManager.getStreamVolume(AudioManager.STREAM_MUSIC); in updateVolume() 530 if (streamType != AudioManager.STREAM_MUSIC) { in handleVolumeChange() 542 if (streamType != AudioManager.STREAM_MUSIC) { in handleVolumeChange() 821 int sinkDevice = mAudioManager.getDevicesForStream(AudioManager.STREAM_MUSIC); in findAudioSinkFromAudioPolicy()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
D | AudioDeviceBrokerTest.java | 177 when(mMockAudioService.getDeviceForStream(AudioManager.STREAM_MUSIC)) in doTestConnectionDisconnectionReconnection()
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
D | EnvReverbTest.java | 82 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/ |
D | KeyguardHostView.java | 377 AudioManager.STREAM_MUSIC /* stream */, 0 /* flags */); in interceptMediaKey()
|