Searched refs:getConfigs (Results 1 – 13 of 13) sorted by relevance
78 const std::set<ConfigDescription>& getConfigs() const { in getConfigs() function
96 inline const std::set<ConfigDescription>& getConfigs() const { in getConfigs() function
33 const std::set<ConfigDescription>& splitConfigs = mSplits[i]->getConfigs(); in createSplitForConfigs()
2010 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()
515 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; } in getConfigs() function
791 return type->getConfigs().valueFor(nameStr); in findEntry()1829 const std::set<ConfigDescription>& splitConfigs = split->getConfigs(); in buildResources()
52 MOCK_CONST_METHOD0(getConfigs, std::vector<std::shared_ptr<const Config>>());
77 MOCK_CONST_METHOD1(getConfigs,
160 virtual std::vector<std::shared_ptr<const HWC2::Display::Config>> getConfigs(293 std::vector<std::shared_ptr<const HWC2::Display::Config>> getConfigs(
225 virtual std::vector<std::shared_ptr<const Config>> getConfigs() const = 0;293 std::vector<std::shared_ptr<const Config>> getConfigs() const override;
284 std::vector<std::shared_ptr<const HWC2::Display::Config>> HWComposer::getConfigs( in getConfigs() function in android::impl::HWComposer289 auto configs = displayData.hwcDisplay->getConfigs(); in getConfigs()
456 std::vector<std::shared_ptr<const Display::Config>> Display::getConfigs() const in getConfigs() function in HWC2::impl::Display
719 mRefreshRateConfigs.populate(getHwComposer().getConfigs(*display->getId())); in init()827 for (const auto& hwConfig : getHwComposer().getConfigs(*displayId)) { in getDisplayConfigs()