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.java153 float leftVolume = SILENT; in testSoundPoolOp() local
158 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp()
172 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp()
177 leftVolume = SILENT; in testSoundPoolOp()
179 mSoundPool.setVolume(streamID, leftVolume, rightVolume); in testSoundPoolOp()
182 mSoundPool.setVolume(streamID, leftVolume, rightVolume); in testSoundPoolOp()
DMediaPlayerTestBase.java226 final float leftVolume = 0.5f; in playLoadedVideo() local
279 mMediaPlayer.setVolume(leftVolume, rightVolume); in playLoadedVideo()
DMediaPlayerDrmTestBase.java257 final float leftVolume = 0.5f; in playLoadedModularDrmVideo_Generic() local
330 mMediaPlayer.setVolume(leftVolume, rightVolume); in playLoadedModularDrmVideo_Generic()
528 final float leftVolume = 0.5f; in playLoadedModularDrmVideo_V4_offlineKey() local
600 mMediaPlayer.setVolume(leftVolume, rightVolume); in playLoadedModularDrmVideo_V4_offlineKey()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/
Dpoc.cpp94 status_t setVolume(float leftVolume, float rightVolume) { return OK; } in setVolume() argument