Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DSerializer.h160 static const char *const childAttachedDeviceTag; member
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp416 const char *const ModuleTraits::childAttachedDeviceTag = "item"; member in android::ModuleTraits
464 if (!xmlStrcmp(child->name, (const xmlChar *)childAttachedDeviceTag)) { in deserialize()
467 ALOGV("%s: %s %s=%s", __FUNCTION__, tag, childAttachedDeviceTag, in deserialize()