Searched defs:streamTypeLiteral (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DVolumeCurve.cpp128 std::string streamTypeLiteral; local
129 StreamTypeConverter::toString(keyAt(i), streamTypeLiteral); local
132 streamTypeLiteral.c_str(), i);
H A DSerializer.cpp523 string streamTypeLiteral = getXmlAttribute(root, Attributes::stream); local
524 if (streamTypeLiteral.empty()) {
529 if (!StreamTypeConverter::fromString(streamTypeLiteral, streamType)) {

Completed in 362 milliseconds