Searched refs:PtrElement (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | Serializer.h | 51 typedef sp<Element> PtrElement; typedef 55 static status_t deserialize(_xmlDoc *doc, const _xmlNode *root, PtrElement &element, 77 typedef sp<AudioProfile> PtrElement; typedef 81 static status_t deserialize(_xmlDoc *doc, const _xmlNode *root, PtrElement &element, 98 typedef sp<Element> PtrElement; typedef 102 static status_t deserialize(_xmlDoc *doc, const _xmlNode *root, PtrElement &element, 122 typedef sp<DeviceDescriptor> PtrElement; typedef 126 static status_t deserialize(_xmlDoc *doc, const _xmlNode *root, PtrElement &element, 144 typedef sp<AudioRoute> PtrElement; typedef 148 static status_t deserialize(_xmlDoc *doc, const _xmlNode *root, PtrElement &element, [all …]
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | Serializer.cpp | 94 typename Trait::PtrElement element; in deserializeCollection() 126 status_t AudioGainTraits::deserialize(_xmlDoc */*doc*/, const _xmlNode *root, PtrElement &gain, in deserialize() 195 status_t AudioProfileTraits::deserialize(_xmlDoc */*doc*/, const _xmlNode *root, PtrElement &profil… in deserialize() 221 status_t MixPortTraits::deserialize(_xmlDoc *doc, const _xmlNode *child, PtrElement &mixPort, in deserialize() 279 status_t DevicePortTraits::deserialize(_xmlDoc *doc, const _xmlNode *root, PtrElement &deviceDesc, in deserialize() 346 status_t RouteTraits::deserialize(_xmlDoc */*doc*/, const _xmlNode *root, PtrElement &element, in deserialize() 415 status_t ModuleTraits::deserialize(xmlDocPtr doc, const xmlNode *root, PtrElement &module, in deserialize() 520 status_t VolumeTraits::deserialize(_xmlDoc *doc, const _xmlNode *root, PtrElement &element, in deserialize()
|