Home
last modified time | relevance | path

Searched refs:mWindowIndex (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.h163 uint32_t mWindowIndex; variable
DExynosDisplay.cpp829 mWindowIndex(-1) in ExynosCompositionInfo()
897 mWindowIndex = -1; in initializeInfos()
944 getCompressionStr(mCompressionInfo).c_str(), mWindowIndex); in dump()
1530 if ((compositionInfo.mWindowIndex < 0) || in handleStaticLayers()
1531 (compositionInfo.mWindowIndex >= (int32_t)mDpuData.configs.size())) in handleStaticLayers()
1533 DISPLAY_LOGE("invalid mWindowIndex(%d)", compositionInfo.mWindowIndex); in handleStaticLayers()
1537 exynos_win_config_data &config = mDpuData.configs[compositionInfo.mWindowIndex]; in handleStaticLayers()
1543 compositionInfo.mWindowIndex); in handleStaticLayers()
1566 compositionInfo.mWindowIndex, in handleStaticLayers()
1583 … DISPLAY_LOGD(eDebugSkipStaicLayer, "skipStaticLayer config[%d]", compositionInfo.mWindowIndex); in handleStaticLayers()
[all …]
DExynosLayer.cpp52 mWindowIndex(0), in ExynosLayer()
802 mWindowIndex = 0; in resetValidateData()
1083 .add("windowIndex", mWindowIndex) in dump()
1151 mWindowIndex); in printLayer()
DExynosDisplay.h333 int32_t mWindowIndex; variable
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp1793 layer->mWindowIndex = windowIndex; in assignWindow()
1816 compositionInfo->mWindowIndex = windowIndex; in assignWindow()
1820 layer->mWindowIndex = -1; in assignWindow()