Searched refs:leftVolume (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | SoundPoolTest.java | 153 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()
|
D | MediaPlayerTestBase.java | 226 final float leftVolume = 0.5f; in playLoadedVideo() local 279 mMediaPlayer.setVolume(leftVolume, rightVolume); in playLoadedVideo()
|
D | MediaPlayerDrmTestBase.java | 257 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/ |
D | poc.cpp | 94 status_t setVolume(float leftVolume, float rightVolume) { return OK; } in setVolume() argument
|