Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp57 static constexpr const char *collectionTag = "AttributesGroups"; member
69 static constexpr const char *collectionTag = "ProductStrategies"; member
78 static constexpr const char *collectionTag = "values"; member
90 static constexpr const char *collectionTag = "criterion_types"; member
102 static constexpr const char *collectionTag = "criteria"; member
115 static constexpr const char *collectionTag = "volumes"; member
129 static constexpr const char *collectionTag = "volumeGroups"; member
155 const char *collectionTag) in getReference() argument
158 if (!xmlStrcmp(root->name, (const xmlChar *)collectionTag)) { in getReference()
179 if (xmlStrcmp(cur->name, (const xmlChar *)Trait::collectionTag) && in deserializeCollection()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp70 static constexpr const char *collectionTag = "gains"; member
101 static constexpr const char *collectionTag = "profiles"; member
116 static constexpr const char *collectionTag = "mixPorts"; member
135 static constexpr const char *collectionTag = "devicePorts"; member
157 static constexpr const char *collectionTag = "routes"; member
176 static constexpr const char *collectionTag = "modules"; member
219 static constexpr const char *collectionTag = "formats"; member
282 if (!xmlStrcmp(cur->name, reinterpret_cast<const xmlChar*>(Trait::collectionTag))) { in getReference()
304 if (!xmlStrcmp(cur->name, reinterpret_cast<const xmlChar*>(Trait::collectionTag))) { in deserializeCollection()
316 Trait::collectionTag); in deserializeCollection()