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

  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 145 static const String8 kFixedHDMIOutputLevelParamKey;
AudioHardwareOutput.cpp 45 const String8 AudioHardwareOutput::kFixedHDMIOutputLevelParamKey(
255 if ((param.getFloat(kFixedHDMIOutputLevelParamKey, floatVal) == NO_ERROR)
258 param.remove(kFixedHDMIOutputLevelParamKey);
379 if (param.get(kFixedHDMIOutputLevelParamKey, tmp) == NO_ERROR)
380 param.addFloat(kFixedHDMIOutputLevelParamKey, s.hdmi.fixedLvl);

Completed in 58 milliseconds