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

  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 146 static const String8 kHDMIDelayCompParamKey;
AudioHardwareOutput.cpp 41 const String8 AudioHardwareOutput::kHDMIDelayCompParamKey(
243 if ((param.getFloat(kHDMIDelayCompParamKey, floatVal) == NO_ERROR) &&
248 param.remove(kHDMIDelayCompParamKey);
373 if (param.get(kHDMIDelayCompParamKey, tmp) == NO_ERROR)
374 param.addFloat(kHDMIDelayCompParamKey,

Completed in 673 milliseconds