Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/tests/
Daudiosystem_tests.cpp142 float origVol, tstVol; in TEST_F() local
143 EXPECT_EQ(NO_ERROR, AudioSystem::getMasterVolume(&origVol)); in TEST_F()
145 if (origVol + 0.2f > 1.0f) { in TEST_F()
146 newVol = origVol - 0.2f; in TEST_F()
148 newVol = origVol + 0.2f; in TEST_F()
153 EXPECT_EQ(NO_ERROR, AudioSystem::setMasterVolume(origVol)); in TEST_F()
155 EXPECT_EQ(origVol, tstVol); in TEST_F()