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.h158 static const char *const childAttachedDeviceTag; member
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp404 const char *const ModuleTraits::childAttachedDeviceTag = "item"; member in android::ModuleTraits
454 if (!xmlStrcmp(child->name, (const xmlChar *)childAttachedDeviceTag)) { in deserialize()
457 ALOGV("%s: %s %s=%s", __FUNCTION__, tag, childAttachedDeviceTag, in deserialize()