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

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

Completed in 85 milliseconds