Searched refs:getConfigs (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tools/aapt/
H A DApkBuilder.h78 const std::set<ConfigDescription>& getConfigs() const { function in class:ApkSplit
H A DResourceFilter.h96 inline const std::set<ConfigDescription>& getConfigs() const { function in class:StrongResourceFilter
H A DApkBuilder.cpp33 const std::set<ConfigDescription>& splitConfigs = mSplits[i]->getConfigs();
H A DResourceTable.h490 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; } function in class:ResourceTable::Type
H A DResourceTable.cpp1974 sp<ConfigList> c = t->getConfigs().valueFor(name);
2000 sp<ConfigList> c = t->getConfigs().valueFor(name);
2039 sp<ConfigList> c = t->getConfigs().valueFor(name);
2062 sp<ConfigList> c = t->getConfigs().valueFor(name);
2137 sp<ConfigList> c = t->getConfigs().valueFor(name);
2144 c = t->getConfigs().valueFor(name);
2279 sp<ConfigList> c = t->getConfigs().valueFor(name);
2286 c = t->getConfigs().valueFor(name);
H A DResource.cpp1620 const std::set<ConfigDescription>& splitConfigs = split->getConfigs();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h269 // To get the values for all configs, use getConfigs below.
276 const Vector<DisplayConfig>& getConfigs(int disp) const;
H A DHWComposer.cpp500 const Vector<HWComposer::DisplayConfig>& HWComposer::getConfigs(int disp) const { function in class:android::HWComposer
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp545 getHwComposer().getConfigs(type);

Completed in 116 milliseconds