Searched refs:deviceLiteral (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | DeviceDescriptor.cpp | 289 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()
|
D | AudioPolicyMix.cpp | 74 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()
|