OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHDMIAllowedParamKey
(Results
1 - 2
of
2
) sorted by null
/device/asus/fugu/libaudio/
AudioHardwareOutput.h
142
static const String8
kHDMIAllowedParamKey
;
AudioHardwareOutput.cpp
39
const String8 AudioHardwareOutput::
kHDMIAllowedParamKey
(
237
if (param.getInt(
kHDMIAllowedParamKey
, intVal) == NO_ERROR) {
239
param.remove(
kHDMIAllowedParamKey
);
369
if (param.get(
kHDMIAllowedParamKey
, tmp) == NO_ERROR)
370
param.addInt(
kHDMIAllowedParamKey
, s.hdmi.allowed ? 1 : 0);
Completed in 6142 milliseconds