commit | bcf09f8c995221e75c7cd328f25c7cc6d2b5f7c9 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Thu Aug 30 14:51:40 2012 -0700 |
committer | Andreas Huber <andih@google.com> | Thu Aug 30 14:51:40 2012 -0700 |
tree | 12db95dcd0186648022458280b950cf4aa154849 | |
parent | 86b1961a8d61086ef8d5475182f2a3cf4392b42c [diff] [blame] |
Only run the wifi display RTSP server on demand, and only on the wifi direct interface. Change-Id: I7d3c44cb79cd40e73499f2d7ccf35c69b628e6d7
diff --git a/media/libmediaplayerservice/RemoteDisplay.h b/media/libmediaplayerservice/RemoteDisplay.h index 6b37afb..3607d06 100644 --- a/media/libmediaplayerservice/RemoteDisplay.h +++ b/media/libmediaplayerservice/RemoteDisplay.h
@@ -31,7 +31,7 @@ struct RemoteDisplay : public RefBase { RemoteDisplay(); - status_t start(); + status_t start(const char *iface); status_t stop(); protected: