Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioHardwareOutput.cpp58 fixedLvl = 0.0f; in setDefaults()
258 s.hdmi.fixedLvl = floatVal; in setParameters()
343 if (initial.fixedLvl != current.fixedLvl) { in applyOutputSettings_l()
344 updateMe.fixedLvl = current.fixedLvl; in applyOutputSettings_l()
346 out->setFixedOutputLevel(current.fixedLvl); in applyOutputSettings_l()
381 param.addFloat(kFixedHDMIOutputLevelParamKey, s.hdmi.fixedLvl); in getParameters()
460 (*newOutput)->setFixedOutputLevel(S->fixedLvl); in obtainOutput()
571 DUMP("\tHDMI Fixed Level : %.1f dB\n", s.hdmi.fixedLvl); in dump()
DAudioHardwareOutput.h80 float fixedLvl; member