Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DSerializer.h157 static const char *const childAttachedDevicesTag; member
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp403 const char *const ModuleTraits::childAttachedDevicesTag = "attachedDevices"; member in android::ModuleTraits
450 if (!xmlStrcmp(children->name, (const xmlChar *)childAttachedDevicesTag)) { in deserialize()
451 ALOGV("%s: %s %s found", __FUNCTION__, tag, childAttachedDevicesTag); in deserialize()