Home
last modified time | relevance | path

Searched refs:mRequestedCompositionType (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.h106 int32_t mRequestedCompositionType; variable
DExynosLayer.cpp42 mRequestedCompositionType(HWC2_COMPOSITION_INVALID), in ExynosLayer()
427 if (mRequestedCompositionType != HWC2_COMPOSITION_REFRESH_RATE_INDICATOR) in setLayerBuffer()
524 mRequestedCompositionType = type; in setLayerCompositionType()
1195 if (mRequestedCompositionType != HWC2_COMPOSITION_REFRESH_RATE_INDICATOR) in setGeometryChanged()
DExynosDisplay.cpp1749 if (mLayers[i]->mRequestedCompositionType == HWC2_COMPOSITION_REFRESH_RATE_INDICATOR) in shouldSignalNonIdle()
3566 mLayers[i]->mRequestedCompositionType)) in dumpAllBuffers()
3599 if (mLayers[i]->mRequestedCompositionType == HWC2_COMPOSITION_SOLID_COLOR) { in dumpAllBuffers()
6841 if (mLayers[i]->mRequestedCompositionType == HWC2_COMPOSITION_REFRESH_RATE_INDICATOR) in getLastLayerUpdateTime()
6889 if (layer->mRequestedCompositionType == HWC2_COMPOSITION_REFRESH_RATE_INDICATOR) { in checkUpdateRRIndicatorOnly()