Searched refs:leftVolume (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | SoundPoolTest.java | 188 float leftVolume = SILENT; in testSoundPoolOp() local 193 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp() 207 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate); in testSoundPoolOp() 212 leftVolume = SILENT; in testSoundPoolOp() 214 mSoundPool.setVolume(streamID, leftVolume, rightVolume); in testSoundPoolOp() 217 mSoundPool.setVolume(streamID, leftVolume, rightVolume); in testSoundPoolOp()
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | MediaPlayerTestBase.java | 172 final float leftVolume = 0.5f; in playLoadedVideo() local 216 mMediaPlayer.setVolume(leftVolume, rightVolume); in playLoadedVideo()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3913/ |
D | poc.cpp | 96 status_t setVolume(float leftVolume, float rightVolume) { return OK; } in setVolume() argument
|
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
D | MediaPlayerDrmTestBase.java | 270 final float leftVolume = 0.5f; in playLoadedModularDrmVideo_Generic() local 343 mMediaPlayer.setVolume(leftVolume, rightVolume); in playLoadedModularDrmVideo_Generic() 541 final float leftVolume = 0.5f; in playLoadedModularDrmVideo_V4_offlineKey() local 613 mMediaPlayer.setVolume(leftVolume, rightVolume); in playLoadedModularDrmVideo_V4_offlineKey()
|