Lines Matching refs:mSurfaceControl
111 : mSurfaceControl( in HdrSdrRatioOverlay()
113 if (!mSurfaceControl) { in HdrSdrRatioOverlay()
118 .setLayer(mSurfaceControl->get(), INT32_MAX - 2) in HdrSdrRatioOverlay()
119 .setTrustedOverlay(mSurfaceControl->get(), true) in HdrSdrRatioOverlay()
124 return mSurfaceControl != nullptr; in initCheck()
133 SurfaceComposerClient::Transaction().setLayerStack(mSurfaceControl->get(), stack).apply(); in setLayerStack()
145 .setMatrix(mSurfaceControl->get(), frame.getWidth() / static_cast<float>(kBufferWidth), in setViewport()
147 .setPosition(mSurfaceControl->get(), frame.left, frame.top) in setViewport()
153 if (!mSurfaceControl) return kNoBuffer; in getOrCreateBuffers()
156 static_cast<ui::Transform::RotationFlags>(mSurfaceControl->get()->getTransformHint()); in getOrCreateBuffers()
170 SurfaceComposerClient::Transaction().setTransform(mSurfaceControl->get(), transform).apply(); in getOrCreateBuffers()
198 .setBuffer(mSurfaceControl->get(), getOrCreateBuffers(mCurrentHdrSdrRatio)) in animate()