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.h159 static const char *const childAttachedDevicesTag; member
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp415 const char *const ModuleTraits::childAttachedDevicesTag = "attachedDevices"; member in android::ModuleTraits
460 if (!xmlStrcmp(children->name, (const xmlChar *)childAttachedDevicesTag)) { in deserialize()
461 ALOGV("%s: %s %s found", __FUNCTION__, tag, childAttachedDevicesTag); in deserialize()