Searched refs:mHwcLayer (Results 1 – 1 of 1) sorted by relevance
754 outputLayerState.hwc = impl::OutputLayerCompositionState::Hwc(mHwcLayer); in OutputLayerWriteStateToHWCTest()809 EXPECT_CALL(*mHwcLayer, setDisplayFrame(displayFrame)).WillOnce(Return(kError)); in expectGeometryCommonCalls()810 EXPECT_CALL(*mHwcLayer, setSourceCrop(sourceCrop)).WillOnce(Return(kError)); in expectGeometryCommonCalls()811 EXPECT_CALL(*mHwcLayer, setZOrder(_)).WillOnce(Return(kError)); in expectGeometryCommonCalls()812 EXPECT_CALL(*mHwcLayer, setTransform(bufferTransform)).WillOnce(Return(kError)); in expectGeometryCommonCalls()814 EXPECT_CALL(*mHwcLayer, setBlendMode(blendMode)).WillOnce(Return(kError)); in expectGeometryCommonCalls()815 EXPECT_CALL(*mHwcLayer, setPlaneAlpha(alpha)).WillOnce(Return(kError)); in expectGeometryCommonCalls()822 EXPECT_CALL(*mHwcLayer, setVisibleRegion(RegionEq(visibleRegion))).WillOnce(Return(kError)); in expectPerFrameCommonCalls()823 EXPECT_CALL(*mHwcLayer, setDataspace(dataspace)).WillOnce(Return(kError)); in expectPerFrameCommonCalls()824 EXPECT_CALL(*mHwcLayer, setColorTransform(kColorTransform)) in expectPerFrameCommonCalls()[all …]