summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/RemoteDisplay.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ANetworkSession and ParsedMessage are now part of stagefright foundation.Andreas Huber2013-07-181-4/+9
| | | | | | | | Also fixes some bugs in ParseMessage and adds "WebSocket" mode to ANetworkSession, something that's opt-in and should not affect existing clients of the API. Change-Id: I86d5748e0d818231d85d3590d86c2b41d4f8b1f1
* [wfd] Support a low(er) power state by triggering PAUSE/RESUME.Andreas Huber2012-11-291-0/+8
| | | | | Change-Id: Ibe42bfa73816bbfeb7e652d435254d0171b89727 related-to-bug: 7638150
* Various improvements to the wifi display implementation.Andreas Huber2012-09-121-0/+1
| | | | | | | | Using a MediaPuller now, audio and video on their separate threads. No more flushing the RTP stream on audio tracks, since it wastes too much of a full size UDP packet. Change-Id: I53346b4aea739c3142da13bd179428503a3c98b0
* Update remote display API.Jeff Brown2012-09-051-1/+1
| | | | | | | | | | | 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
* Expose an IRemoteDisplay to trigger wifi display connections setup and feedback.Andreas Huber2012-09-051-12/+9
| | | | Change-Id: I7602cda0e38073c9f0e63fa4de238ca0d4b4ce8e
* Only run the wifi display RTSP server on demand, and only on the wifi directAndreas Huber2012-08-301-4/+2
| | | | | | interface. Change-Id: I7d3c44cb79cd40e73499f2d7ccf35c69b628e6d7
* Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-291-0/+56
Change-Id: I08f17efa0c7d007e17408feb7d4fbef0a19f531a