Home
last modified time | relevance | path

Searched refs:setAudioStreamType (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DAudioManagerStub.java51 mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); in onCreate()
DMediaPlayerTest.java237 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in testPlayAudioFromDataURI()
301 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
358 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
391 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in testPlayAudioLooping()
438 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in runMidiTest()
603 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in testPlayAudioTwice()
861 mp1.setAudioStreamType(AudioManager.STREAM_MUSIC); in testGapless()
872 mp2.setAudioStreamType(AudioManager.STREAM_MUSIC); in testGapless()
2292 mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); in testPositionAtEnd()
DAudioManagerTest.java382 mp.setAudioStreamType(STREAM_MUSIC); in testMusicActive()
797 mp.setAudioStreamType(STREAM_MUSIC); in testVolume()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp92 status_t setAudioStreamType(audio_stream_type_t stream) { return OK; } in setAudioStreamType() function in MyMediaPlayer
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAudioRestrictionTest.java100 mediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); in testDisallowAdjustVolume()
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/
DTunerFilterTest.java88 .setAudioStreamType(AvSettings.AUDIO_STREAM_TYPE_MPEG1) in testAvSettings()
DTunerTest.java399 .setAudioStreamType(AvSettings.AUDIO_STREAM_TYPE_MPEG1) in testAvSyncId()
470 .setAudioStreamType(AvSettings.AUDIO_STREAM_TYPE_MPEG1) in testAudioFilterStreamTypeConfig()
634 .setAudioStreamType(AvSettings.AUDIO_STREAM_TYPE_MPEG1) in testTsAvFilterConfig()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java307 mMediaPlayer.setAudioStreamType(mStreamType); in setSoundWithResId()
DRingerModeActivity.java951 mp.setAudioStreamType(STREAM_MUSIC); in test()