HomeSort by relevance Sort by last modified time
    Searched refs:fixedLvl (Results 1 - 2 of 2) sorted by null

  /device/asus/fugu/libaudio/
AudioHardwareOutput.cpp 58 fixedLvl = 0.0f;
257 s.hdmi.fixedLvl = floatVal;
342 if (initial.fixedLvl != current.fixedLvl) {
343 updateMe.fixedLvl = current.fixedLvl;
345 out->setFixedOutputLevel(current.fixedLvl);
380 param.addFloat(kFixedHDMIOutputLevelParamKey, s.hdmi.fixedLvl);
459 (*newOutput)->setFixedOutputLevel(S->fixedLvl);
570 DUMP("\tHDMI Fixed Level : %.1f dB\n", s.hdmi.fixedLvl);
    [all...]
AudioHardwareOutput.h 80 float fixedLvl;

Completed in 1753 milliseconds