Home
last modified time | relevance | path

Searched defs:FeatureGroup (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tools/aapt/
H A DCommand.cpp511 struct FeatureGroup { struct
512 FeatureGroup() : openGLESVersion(-1) {} in FeatureGroup() function
530 static bool hasFeature(const char* name, const FeatureGroup& grp, in hasFeature() argument
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp796 class FeatureGroup : public ManifestExtractor::Element { class