summaryrefslogtreecommitdiffstats
path: root/include/media/IRemoteDisplayClient.h
Commit message (Collapse)AuthorAgeFilesLines
* wifi-display: pass session info to wifi display settingsChong Zhang2013-08-211-1/+1
| | | | | | Bug: 9371882 Change-Id: I9e4b8c2154b03ce8ff3e14c465a5224bb6e8db9a
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-2/+2
| | | | | | | | | | The C++ class names don't match what the classes do, so rename ISurfaceTexture to IGraphicBufferProducer, and SurfaceTexture to GLConsumer. Bug 7736700 Change-Id: I64520a55f8c09fe6215382ea361c539a9940cba5
* Now we only support a single client connectionAndreas Huber2012-09-171-2/+0
| | | | | | | | | | | 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
* Update remote display API.Jeff Brown2012-09-051-3/+4
| | | | | | | | | | | Renamed disconnect() to dispose() to emphasize the fact that this method is intended to clean up the IRemoteDisplay completely, not just temporarily disconnect the current client (which might be useful someday). Other minor tweaks. Change-Id: I1209639eb0cd8af09c724206642d7e52aab48257
* Implement remote display service stubs.Jeff Brown2012-09-051-0/+80
Change-Id: I582ed000026bba6d116db8304e15a3c52f8a9a01