diff options
author | Andreas Huber <andih@google.com> | 2012-09-17 15:07:30 -0700 |
---|---|---|
committer | Andreas Huber <andih@google.com> | 2012-09-17 15:11:38 -0700 |
commit | c92bed3a73c06e90217f8f199ca0b517aa7595d2 (patch) | |
tree | c08fb0ec9bfef7a8d7493196a6892e8f754d5d43 /include/media | |
parent | bd08e2f93bafd02abf2c25d740e9fb8bce455a99 (diff) | |
download | frameworks_av-c92bed3a73c06e90217f8f199ca0b517aa7595d2.zip frameworks_av-c92bed3a73c06e90217f8f199ca0b517aa7595d2.tar.gz frameworks_av-c92bed3a73c06e90217f8f199ca0b517aa7595d2.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/media')
-rw-r--r-- | include/media/IRemoteDisplayClient.h | 2 |
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 }; |