Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Dhw-config-helper.h27 void androidHwConfig_init( AndroidHwConfig* hwConfig,
36 int androidHwConfig_read(AndroidHwConfig* hwConfig, CIniFile* configFile);
42 int androidHwConfig_write(AndroidHwConfig* hwConfig, CIniFile* configFile);
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp892 auto hwConfig = mDisplayInterface->getActiveModeId(); in setLhbmDisplayConfigLocked() local
893 auto config = getConfigId(peakRate, mDisplayConfigs[hwConfig].width, in setLhbmDisplayConfigLocked()
894 mDisplayConfigs[hwConfig].height); in setLhbmDisplayConfigLocked()
901 if (config != hwConfig) { in setLhbmDisplayConfigLocked()
917 auto hwConfig = mDisplayInterface->getActiveModeId(); in restoreLhbmDisplayConfigLocked() local
918 if (pendingConfig != UINT_MAX && pendingConfig != hwConfig) { in restoreLhbmDisplayConfigLocked()
928 DISPLAY_LOGI("%s: keep config=%d rate=%d", __func__, hwConfig, getRefreshRate(hwConfig)); in restoreLhbmDisplayConfigLocked()