Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioOutput.h88 void setFixedOutputLevel(float level);
DAudioHardwareOutput.cpp346 out->setFixedOutputLevel(current.fixedLvl); in applyOutputSettings_l()
460 (*newOutput)->setFixedOutputLevel(S->fixedLvl); in obtainOutput()
DAudioOutput.cpp504 void AudioOutput::setFixedOutputLevel(float level) { in setFixedOutputLevel() function in android::AudioOutput