OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:channelsliteral
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp
137
string
channelsLiteral
= getXmlAttribute(root, Attributes::channelMask);
138
if (!
channelsLiteral
.empty()) {
139
gain->setChannelMask(channelMaskFromString(
channelsLiteral
));
Completed in 159 milliseconds