Searched refs:flagsLiteral (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DIOProfile.cpp113 std::string flagsLiteral; local
115 InputFlagConverter::maskToString(getFlags(), flagsLiteral); local
117 OutputFlagConverter::maskToString(getFlags(), flagsLiteral); local
119 if (!flagsLiteral.empty()) {
120 result.appendFormat(" (%s)", flagsLiteral.c_str());

Completed in 150 milliseconds