Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioManagerStub.java51 mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); in onCreate()
DMediaPlayerTest.java220 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in testPlayAudioFromDataURI()
284 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
339 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
371 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in testPlayAudioLooping()
411 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in testPlayMidi()
575 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in testPlayAudioTwice()
832 mp1.setAudioStreamType(AudioManager.STREAM_MUSIC); in testGapless()
843 mp2.setAudioStreamType(AudioManager.STREAM_MUSIC); in testGapless()
2266 mMediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC); in testPositionAtEnd()
DAudioManagerTest.java344 mp.setAudioStreamType(AudioManager.STREAM_MUSIC); in testMusicActive()
741 mp.setAudioStreamType(STREAM_MUSIC); in testVolume()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp90 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/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java307 mMediaPlayer.setAudioStreamType(mStreamType); in setSoundWithResId()
DRingerModeActivity.java935 mp.setAudioStreamType(STREAM_MUSIC); in test()