Home
last modified time | relevance | path

Searched refs:getConfigId (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h44 static hwc2_config_t getConfigId();
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp248 outConfigs[0] = adapter.getConfigId(); in getDisplayConfigsHook()
264 if (adapter.getConfigId() != config) { in getDisplayAttributeHook()
299 *outConfig = adapter.getConfigId(); in getActiveConfigHook()
308 if (adapter.getConfigId() != config) { in setActiveConfigHook()
681 hwc2_config_t HWC2OnFbAdapter::getConfigId() { in getConfigId() function in android::HWC2OnFbAdapter