Searched refs:getConfigs (Results 1 - 16 of 16) 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.cpp2013 sp<ConfigList> c = t->getConfigs().valueFor(name);
2039 sp<ConfigList> c = t->getConfigs().valueFor(name);
2078 sp<ConfigList> c = t->getConfigs().valueFor(name);
2101 sp<ConfigList> c = t->getConfigs().valueFor(name);
2233 sp<ConfigList> c = t->getConfigs().valueFor(name);
2240 c = t->getConfigs().valueFor(name);
2380 sp<ConfigList> c = t->getConfigs().valueFor(name);
2387 c = t->getConfigs().valueFor(name);
H A DResourceTable.h515 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; } function in class:ResourceTable::Type
H A DResource.cpp791 return type->getConfigs().valueFor(nameStr);
1797 const std::set<ConfigDescription>& splitConfigs = split->getConfigs();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h155 getConfigs(int32_t displayId) const;
H A DHWComposer_hwc1.h283 // To get the values for all configs, use getConfigs below.
291 const Vector<DisplayConfig>& getConfigs(int disp) const;
H A DHWC2.h226 std::vector<std::shared_ptr<const Config>> getConfigs() const;
296 // The ordering in this map matters, for getConfigs(), when it is
H A DHWComposer.cpp302 HWComposer::getConfigs(int32_t displayId) const { function in class:android::HWComposer
304 ALOGE("getConfigs: Attempted to access invalid display %d", displayId);
308 auto configs = mDisplayData[displayId].hwcDisplay->getConfigs();
H A DHWC2.cpp481 std::vector<std::shared_ptr<const Display::Config>> Display::getConfigs() const function in class:HWC2::Display
H A DHWComposer_hwc1.cpp529 const Vector<HWComposer::DisplayConfig>& HWComposer::getConfigs(int disp) const { function in class:android::HWComposer
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp190 displayHook<decltype(&Display::getConfigs),
191 &Display::getConfigs, uint32_t*, hwc2_config_t*>);
667 Error HWC2On1Adapter::Display::getConfigs(uint32_t* outNumConfigs, function in class:android::HWC2On1Adapter::Display
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h211 HWC2::Error getConfigs(uint32_t* outNumConfigs,
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger_hwc1.cpp691 getHwComposer().getConfigs(type);
841 for (const HWComposer::DisplayConfig& hwConfig : getHwComposer().getConfigs(type)) {
868 const Vector<HWComposer::DisplayConfig>& hwConfigs = getHwComposer().getConfigs(type);
H A DSurfaceFlinger.cpp718 for (const auto& hwConfig : getHwComposer().getConfigs(type)) {

Completed in 6366 milliseconds