Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp2119 auto compositionType = mCompositionType.getPendingValue(); in applyState()
2167 output << fill << to_string(mCompositionType.getPendingValue()); in dump()
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()
2274 hwc1Layer.sidebandStream = mSidebandStream.getPendingValue(); in applySidebandState()
[all …]
H A DHWC2On1Adapter.h480 T getPendingValue() const { return mPendingValue; } in getPendingValue() function