Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp178 static constexpr const char *childAttachedDevicesTag = "attachedDevices"; member
642 if (!xmlStrcmp(children->name, reinterpret_cast<const xmlChar*>(childAttachedDevicesTag))) { in deserialize()
643 ALOGV("%s: %s %s found", __func__, tag, childAttachedDevicesTag); in deserialize()