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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfile.cpp199 std::string formatLiteral; local
200 if (FormatConverter::toString(mFormat, formatLiteral)) {
201 snprintf(buffer, SIZE, "%*s- format: %s\n", spaces, "", formatLiteral.c_str());

Completed in 912 milliseconds