Home
last modified time | relevance | path

Searched refs:attStr (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/engine/common/src/
DVolumeCurve.cpp131 std::string attStr = attributes == defaultAttr ? "{ Any }" : android::toString(attributes); in dump() local
133 attStr.c_str()); in dump()
DProductStrategy.cpp141 std::string attStr = attr.getAttributes() == defaultAttr ? in dump() local
143 dst->appendFormat("%s\n", attStr.c_str()); in dump()