HomeSort by relevance Sort by last modified time
    Searched refs:childAttachedDevicesTag (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
Serializer.h 157 static const char *const childAttachedDevicesTag;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp 405 const char *const ModuleTraits::childAttachedDevicesTag = "attachedDevices";
450 if (!xmlStrcmp(children->name, (const xmlChar *)childAttachedDevicesTag)) {
451 ALOGV("%s: %s %s found", __FUNCTION__, tag, childAttachedDevicesTag);

Completed in 538 milliseconds