Searched refs:kFixedHDMIOutputParamKey (Results 1 – 2 of 2) sorted by relevance
43 const String8 AudioHardwareOutput::kFixedHDMIOutputParamKey( member in android::AudioHardwareOutput251 if (param.getInt(kFixedHDMIOutputParamKey, intVal) == NO_ERROR) { in setParameters()253 param.remove(kFixedHDMIOutputParamKey); in setParameters()377 if (param.get(kFixedHDMIOutputParamKey, tmp) == NO_ERROR) in getParameters()378 param.addInt(kFixedHDMIOutputParamKey, s.hdmi.isFixed ? 1 : 0); in getParameters()
147 static const String8 kFixedHDMIOutputParamKey; variable