summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2013-08-23 23:18:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-23 23:18:18 +0000
commit33142e1e318c0c766a385d88d2434f62f9e2dfe7 (patch)
tree7834e6bcc639ce13eafd275f7ceb6770fec9b865 /include
parent2484040e0f413989e4edbe26ba3bf71122382af6 (diff)
parent87ecf19404586672008e98babc225e094292ceb5 (diff)
downloadframeworks_av-33142e1e318c0c766a385d88d2434f62f9e2dfe7.zip
frameworks_av-33142e1e318c0c766a385d88d2434f62f9e2dfe7.tar.gz
frameworks_av-33142e1e318c0c766a385d88d2434f62f9e2dfe7.tar.bz2
Merge "wifi-display: pass session info to wifi display settings" into klp-dev
Diffstat (limited to 'include')
-rw-r--r--include/media/IRemoteDisplayClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/IRemoteDisplayClient.h b/include/media/IRemoteDisplayClient.h
index 7b0fa9e..0e6d55d 100644
--- a/include/media/IRemoteDisplayClient.h
+++ b/include/media/IRemoteDisplayClient.h
@@ -49,7 +49,7 @@ public:
// Provides a surface texture that the client should use to stream buffers to
// the remote display.
virtual void onDisplayConnected(const sp<IGraphicBufferProducer>& bufferProducer,
- uint32_t width, uint32_t height, uint32_t flags) = 0; // one-way
+ uint32_t width, uint32_t height, uint32_t flags, uint32_t session) = 0; // one-way
// Indicates that the remote display has been disconnected normally.
// This method should only be called once the client has called 'dispose()'