Searched defs:root_element (Results  1 – 1 of 1) sorted by relevance
| /frameworks/base/tools/aapt2/configuration/ | 
| D | ConfigurationParser.cpp | 198   return [config, handler](xml::Element* root_element, android::SourcePathDiagnostics* diag) {  in Bind()490 bool ArtifactTagHandler(PostProcessingConfiguration* config, Element* root_element,  in ArtifactTagHandler()
 517 bool ArtifactFormatTagHandler(PostProcessingConfiguration* config, Element* root_element,  in ArtifactFormatTagHandler()
 529 bool AbiGroupTagHandler(PostProcessingConfiguration* config, Element* root_element,  in AbiGroupTagHandler()
 580 bool ScreenDensityGroupTagHandler(PostProcessingConfiguration* config, Element* root_element,  in ScreenDensityGroupTagHandler()
 646 bool LocaleGroupTagHandler(PostProcessingConfiguration* config, Element* root_element,  in LocaleGroupTagHandler()
 712 bool AndroidSdkTagHandler(PostProcessingConfiguration* config, Element* root_element,  in AndroidSdkTagHandler()
 768 bool GlTextureGroupTagHandler(PostProcessingConfiguration* config, Element* root_element,  in GlTextureGroupTagHandler()
 820 bool DeviceFeatureGroupTagHandler(PostProcessingConfiguration* config, Element* root_element,  in DeviceFeatureGroupTagHandler()
 
 |