Searched defs:getConfigs (Results 1 - 7 of 7) 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 DResourceTable.h515 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; } function in class:ResourceTable::Type
/frameworks/native/services/surfaceflinger/DisplayHardware/
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 DHWComposer_hwc1.cpp529 const Vector<HWComposer::DisplayConfig>& HWComposer::getConfigs(int disp) const { function in class:android::HWComposer
H A DHWC2.cpp481 std::vector<std::shared_ptr<const Display::Config>> Display::getConfigs() const function in class:HWC2::Display
/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

Completed in 127 milliseconds