Lines Matching refs:getPendingValue
2119 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()
2274 hwc1Layer.sidebandStream = mSidebandStream.getPendingValue(); in applySidebandState()
2300 switch (mCompositionType.getPendingValue()) { in applyCompositionType()
2338 to_string(mCompositionType.getPendingValue()).c_str(), in applyCompositionType()