Home
last modified time | relevance | path

Searched refs:leftVolume (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java146 float leftVolume = SILENT; in testSoundPoolOp() local
151 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp()
165 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp()
170 leftVolume = SILENT; in testSoundPoolOp()
172 mSoundPool.setVolume(streamID, leftVolume, rightVolume); in testSoundPoolOp()
175 mSoundPool.setVolume(streamID, leftVolume, rightVolume); in testSoundPoolOp()
DMediaPlayerTestBase.java232 final float leftVolume = 0.5f; in playLoadedVideo() local
280 mMediaPlayer.setVolume(leftVolume, rightVolume); in playLoadedVideo()