Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioHardwareOutput.cpp43 const String8 AudioHardwareOutput::kFixedHDMIOutputParamKey( member in android::AudioHardwareOutput
251 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()
DAudioHardwareOutput.h147 static const String8 kFixedHDMIOutputParamKey; variable