OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFixedHDMIOutputLevelParamKey
(Results
1 - 2
of
2
) sorted by null
/device/asus/fugu/libaudio/
AudioHardwareOutput.h
148
static const String8
kFixedHDMIOutputLevelParamKey
;
AudioHardwareOutput.cpp
45
const String8 AudioHardwareOutput::
kFixedHDMIOutputLevelParamKey
(
256
if ((param.getFloat(
kFixedHDMIOutputLevelParamKey
, floatVal) == NO_ERROR)
259
param.remove(
kFixedHDMIOutputLevelParamKey
);
380
if (param.get(
kFixedHDMIOutputLevelParamKey
, tmp) == NO_ERROR)
381
param.addFloat(
kFixedHDMIOutputLevelParamKey
, s.hdmi.fixedLvl);
Completed in 991 milliseconds