From c438b88ac929e4a14ebaa54aad8c827dbdab8c73 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Mon, 17 Sep 2012 15:07:30 -0700 Subject: Now we only support a single client connection and it cannot be initiated from the local interface address for security reasons. Also, there's at most one playback session active at any time, and when it dies we shutdown the client connection altogether and signal an error to the listener. related-to-bug: 7139784 Change-Id: Ia8d02bc994ce9986936947ddda1f2a3dddbf5714 --- include/media/IRemoteDisplayClient.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/media/IRemoteDisplayClient.h b/include/media/IRemoteDisplayClient.h index 553ad36..252b401 100644 --- a/include/media/IRemoteDisplayClient.h +++ b/include/media/IRemoteDisplayClient.h @@ -59,8 +59,6 @@ public: // Indicates that a connection could not be established to the remote display // or an unrecoverable error occurred and the connection was severed. - // The media server should continue listening for connection attempts from the - // remote display. virtual void onDisplayError(int32_t error) = 0; // one-way }; -- cgit v1.1