Searched refs:kFixedHDMIOutputLevelParamKey (Results 1 – 2 of 2) sorted by relevance
45 const String8 AudioHardwareOutput::kFixedHDMIOutputLevelParamKey( member in android::AudioHardwareOutput256 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()
148 static const String8 kFixedHDMIOutputLevelParamKey; variable