Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DDeviceDescriptor.cpp289 std::string deviceLiteral; in dump() local
290 if (deviceToString(mDeviceType, deviceLiteral)) { in dump()
291 snprintf(buffer, SIZE, "%*s- type: %-48s\n", spaces, "", deviceLiteral.c_str()); in dump()
DAudioPolicyMix.cpp74 std::string deviceLiteral; in dump() local
75 deviceToString(mMix.mDeviceType, deviceLiteral); in dump()
76 snprintf(buffer, SIZE, "%*s- device type: %s\n", spaces, "", deviceLiteral.c_str()); in dump()