Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DVolumeShaperTest.java99 private static final VolumeShaper.Configuration LINEAR_RAMP = field in VolumeShaperTest
100 new VolumeShaper.Configuration.Builder(VolumeShaper.Configuration.LINEAR_RAMP)
122 new VolumeShaper.Configuration.Builder(VolumeShaper.Configuration.LINEAR_RAMP)
149 LINEAR_RAMP,
486 LINEAR_RAMP, in testVolumeShaperConfigurationBuilder()
772 final VolumeShaper.Configuration config = LINEAR_RAMP; in runTestCornerCasePlayer()
815 final VolumeShaper.Configuration config = LINEAR_RAMP; in testPlayerCornerCase2()
874 volumeShaper.replace(new VolumeShaper.Configuration.Builder(LINEAR_RAMP) in testPlayerJoin()
1208 new VolumeShaper.Configuration.Builder(VolumeShaper.Configuration.LINEAR_RAMP) in runTestTwoShapersPlayer()
1312 useMediaTime ? LINEAR_RAMP_MEDIA_TIME : LINEAR_RAMP; in runTestPlayerDuringPauseStop()
[all …]
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt25352 field public static final android.media.VolumeShaper.Configuration LINEAR_RAMP;