summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/MediaPlayerService.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2012-08-30 14:51:40 -0700
committerAndreas Huber <andih@google.com>2012-08-30 14:51:40 -0700
commitab1bd84889273bc21efdabe5ff6f4633eb918a85 (patch)
treec7b13774524756c1add0ebf76de25be2ff8244e9 /media/libmediaplayerservice/MediaPlayerService.h
parentc869702b6aa0c4af48226c7385eee60a1642761c (diff)
downloadframeworks_av-ab1bd84889273bc21efdabe5ff6f4633eb918a85.zip
frameworks_av-ab1bd84889273bc21efdabe5ff6f4633eb918a85.tar.gz
frameworks_av-ab1bd84889273bc21efdabe5ff6f4633eb918a85.tar.bz2
Only run the wifi display RTSP server on demand, and only on the wifi direct
interface. Change-Id: I7d3c44cb79cd40e73499f2d7ccf35c69b628e6d7
Diffstat (limited to 'media/libmediaplayerservice/MediaPlayerService.h')
-rw-r--r--media/libmediaplayerservice/MediaPlayerService.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libmediaplayerservice/MediaPlayerService.h b/media/libmediaplayerservice/MediaPlayerService.h
index 8fbc5d5..2577c58 100644
--- a/media/libmediaplayerservice/MediaPlayerService.h
+++ b/media/libmediaplayerservice/MediaPlayerService.h
@@ -248,7 +248,7 @@ public:
virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat);
virtual sp<IOMX> getOMX();
virtual sp<ICrypto> makeCrypto();
- virtual status_t enableRemoteDisplay(bool enable);
+ virtual status_t enableRemoteDisplay(const char *iface);
virtual status_t dump(int fd, const Vector<String16>& args);