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

  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 144 static const String8 kFixedHDMIOutputParamKey;
AudioHardwareOutput.cpp 43 const String8 AudioHardwareOutput::kFixedHDMIOutputParamKey(
250 if (param.getInt(kFixedHDMIOutputParamKey, intVal) == NO_ERROR) {
252 param.remove(kFixedHDMIOutputParamKey);
376 if (param.get(kFixedHDMIOutputParamKey, tmp) == NO_ERROR)
377 param.addInt(kFixedHDMIOutputParamKey, s.hdmi.isFixed ? 1 : 0);

Completed in 66 milliseconds