Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp2119 auto compositionType = mCompositionType.getPendingValue(); in applyState()
2167 output << fill << to_string(mCompositionType.getPendingValue()); in dump()
2208 hwc1Layer.blending = getHwc1Blending(mBlendMode.getPendingValue()); in applyCommonState()
2212 hwc1Layer.displayFrame = mDisplayFrame.getPendingValue(); in applyCommonState()
2216 auto pendingAlpha = mPlaneAlpha.getPendingValue(); in applyCommonState()
2227 auto pending = mSourceCrop.getPendingValue(); in applyCommonState()
2237 hwc1Layer.sourceCropf = mSourceCrop.getPendingValue(); in applyCommonState()
2243 static_cast<uint32_t>(mTransform.getPendingValue()); in applyCommonState()
2251 auto pending = mVisibleRegion.getPendingValue(); in applyCommonState()
2265 hwc1Layer.backgroundColor = mColor.getPendingValue(); in applySolidColorState()
[all …]
DHWC2On1Adapter.h480 T getPendingValue() const { return mPendingValue; } in getPendingValue() function