Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioHardwareOutput.cpp45 const String8 AudioHardwareOutput::kFixedHDMIOutputLevelParamKey( member in android::AudioHardwareOutput
256 if ((param.getFloat(kFixedHDMIOutputLevelParamKey, floatVal) == NO_ERROR) in setParameters()
259 param.remove(kFixedHDMIOutputLevelParamKey); in setParameters()
380 if (param.get(kFixedHDMIOutputLevelParamKey, tmp) == NO_ERROR) in getParameters()
381 param.addFloat(kFixedHDMIOutputLevelParamKey, s.hdmi.fixedLvl); in getParameters()
DAudioHardwareOutput.h148 static const String8 kFixedHDMIOutputLevelParamKey; variable