Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0256c71 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 0cb47712: Inform DisplayManager that we\'re running over a secure channel (HDCP)

* commit '0cb47712':
  Inform DisplayManager that we're running over a secure channel (HDCP)
parents bae1162c 0cb47712
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -312,7 +312,12 @@ void WifiDisplaySource::onMessageReceived(const sp<AMessage> &msg) {
                            mClientInfo.mPlaybackSession->getSurfaceTexture(),
                            mClientInfo.mPlaybackSession->width(),
                            mClientInfo.mPlaybackSession->height(),
                            0 /* flags */);
#if REQUIRE_HDCP
                            IRemoteDisplayClient::kDisplayFlagSecure
#else
                            0 /* flags */
#endif
                            );
                }

                if (mState == ABOUT_TO_PLAY) {