Searched refs:lastVolume (Results 1 – 1 of 1) sorted by relevance
941 float lastVolume = 0; in runTestCubicMonotonicPlayer() local950 + volume + " >= " + lastVolume, in runTestCubicMonotonicPlayer()951 (volume >= lastVolume)); in runTestCubicMonotonicPlayer()952 lastVolume = volume; in runTestCubicMonotonicPlayer()956 lastVolume = volumeShaper.getVolume(); in runTestCubicMonotonicPlayer()958 + " final monotonic value should be 1.f, but is " + lastVolume, in runTestCubicMonotonicPlayer()959 1.f, lastVolume, VOLUME_TOLERANCE); in runTestCubicMonotonicPlayer()973 + volume + " <= " + lastVolume, in runTestCubicMonotonicPlayer()974 (volume <= lastVolume)); in runTestCubicMonotonicPlayer()975 lastVolume = volume; in runTestCubicMonotonicPlayer()[all …]