Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/common/src/
DVolumeCurve.cpp122 std::string streamNames; in dump() local
124 streamNames += android::toString(stream) + "("+std::to_string(stream)+") "; in dump()
128 dst->appendFormat("%*s Streams: %s \n", spaces, "", streamNames.c_str()); in dump()
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp625 std::string streamNames; in deserialize() local
627 streamNames += android::toString(stream) + " "; in deserialize()
634 __func__, name.c_str(), indexMin, indexMax, streamNames.c_str(), attrmNames.c_str( )); in deserialize()