Home
last modified time | relevance | path

Searched refs:getConfigs (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tools/aapt/
DApkBuilder.h78 const std::set<ConfigDescription>& getConfigs() const { in getConfigs() function
DResourceFilter.h96 inline const std::set<ConfigDescription>& getConfigs() const { in getConfigs() function
DApkBuilder.cpp33 const std::set<ConfigDescription>& splitConfigs = mSplits[i]->getConfigs(); in createSplitForConfigs()
DResourceTable.cpp2010 sp<ConfigList> c = t->getConfigs().valueFor(name); in hasBagOrEntry()
2036 sp<ConfigList> c = t->getConfigs().valueFor(name); in hasBagOrEntry()
2075 sp<ConfigList> c = t->getConfigs().valueFor(name); in appendComment()
2098 sp<ConfigList> c = t->getConfigs().valueFor(name); in appendTypeComment()
2230 sp<ConfigList> c = t->getConfigs().valueFor(name); in getResId()
2237 c = t->getConfigs().valueFor(name); in getResId()
2377 sp<ConfigList> c = t->getConfigs().valueFor(name); in getCustomResource()
2384 c = t->getConfigs().valueFor(name); in getCustomResource()
DResourceTable.h515 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; } in getConfigs() function
DResource.cpp791 return type->getConfigs().valueFor(nameStr); in findEntry()
1829 const std::set<ConfigDescription>& splitConfigs = split->getConfigs(); in buildResources()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockDisplay.h52 MOCK_CONST_METHOD0(getConfigs, std::vector<std::shared_ptr<const Config>>());
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h77 MOCK_CONST_METHOD1(getConfigs,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h160 virtual std::vector<std::shared_ptr<const HWC2::Display::Config>> getConfigs(
293 std::vector<std::shared_ptr<const HWC2::Display::Config>> getConfigs(
DHWC2.h225 virtual std::vector<std::shared_ptr<const Config>> getConfigs() const = 0;
293 std::vector<std::shared_ptr<const Config>> getConfigs() const override;
DHWComposer.cpp284 std::vector<std::shared_ptr<const HWC2::Display::Config>> HWComposer::getConfigs( in getConfigs() function in android::impl::HWComposer
289 auto configs = displayData.hwcDisplay->getConfigs(); in getConfigs()
DHWC2.cpp456 std::vector<std::shared_ptr<const Display::Config>> Display::getConfigs() const in getConfigs() function in HWC2::impl::Display
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp719 mRefreshRateConfigs.populate(getHwComposer().getConfigs(*display->getId())); in init()
827 for (const auto& hwConfig : getHwComposer().getConfigs(*displayId)) { in getDisplayConfigs()