Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java178 float leftVolume = SILENT; in testSoundPoolOp() local
183 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp()
197 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp()
202 leftVolume = SILENT; in testSoundPoolOp()
204 mSoundPool.setVolume(streamID, leftVolume, rightVolume); in testSoundPoolOp()
207 mSoundPool.setVolume(streamID, leftVolume, rightVolume); in testSoundPoolOp()
DMediaPlayerTestBase.java237 final float leftVolume = 0.5f; in playLoadedVideo() local
290 mMediaPlayer.setVolume(leftVolume, rightVolume); in playLoadedVideo()
DMediaPlayerDrmTestBase.java266 final float leftVolume = 0.5f; in playLoadedModularDrmVideo_Generic() local
339 mMediaPlayer.setVolume(leftVolume, rightVolume); in playLoadedModularDrmVideo_Generic()
537 final float leftVolume = 0.5f; in playLoadedModularDrmVideo_V4_offlineKey() local
609 mMediaPlayer.setVolume(leftVolume, rightVolume); in playLoadedModularDrmVideo_V4_offlineKey()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp96 status_t setVolume(float leftVolume, float rightVolume) { return OK; } in setVolume() argument