Home
last modified time | relevance | path

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

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