summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2012-09-17 15:07:30 -0700
committerAndreas Huber <andih@google.com>2012-09-17 15:11:38 -0700
commitc438b88ac929e4a14ebaa54aad8c827dbdab8c73 (patch)
treee82d9374103cf01115508736738a15bbb7ee2ebc /include
parent7d34f83f64919295baff4b0e260267af3efb4f9f (diff)
downloadframeworks_av-c438b88ac929e4a14ebaa54aad8c827dbdab8c73.zip
frameworks_av-c438b88ac929e4a14ebaa54aad8c827dbdab8c73.tar.gz
frameworks_av-c438b88ac929e4a14ebaa54aad8c827dbdab8c73.tar.bz2
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
Diffstat (limited to 'include')
-rw-r--r--include/media/IRemoteDisplayClient.h2
1 files changed, 0 insertions, 2 deletions
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
};