summaryrefslogtreecommitdiffstats
path: root/media/lib
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of 4f342e87 to masterJeff Tinker2014-04-031-9/+7
| | | | Change-Id: I2cdb238759beb49fede2de703df8defee92d316f
* am 6dc8063d: am 433a0633: Merge "Support CAST V2 Authentication in MediaDrm" ↵Jeff Tinker2014-04-019-3/+234
|\ | | | | | | | | | | | | into klp-modular-dev * commit '6dc8063d2a06017f249181b4b5b07c54ce645943': Support CAST V2 Authentication in MediaDrm
| * Support CAST V2 Authentication in MediaDrmJeff Tinker2014-04-019-3/+234
| | | | | | | | | | | | | | | | | | | | Java API version Update frameworks to enable support for CAST V2 Authentication in the DRM Plugin. Change-Id: I23cfbbbc89c1226b7a3968ce8bc1e2d4bd41014a related-to-bug: 12702350
* | resolved conflicts for merge of e0b14ea7 to masterKenny Root2013-12-131-4/+4
|\ \ | |/ | | | | Change-Id: Ie018d3e2eba1eb2d655c153880e1951b68c2bd51
| * Use java.util.Objects instead on internal APIKenny Root2013-12-131-4/+4
| | | | | | | | | | | | | | Not needed since java.util.Objects implements all the needed functionality. Change-Id: Icd31d49a9801d1705427f028e9ac927d58e7d34c
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
|/ | | | Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
* UI tweaks.Jeff Brown2013-11-111-0/+31
| | | | | | | | | | | | | | | | | | Hide disabled routes from the chooser. Fix layout of chooser dialog when the settings button is visible and the list is very long to prevent truncation of the settings button. Fix an issue when we fake the route connecting status when a route is selected. The route changed notification needs to be propagated to apps. Fake it better. Immediately disconnect from a route when the connection is lost or a connection attempt fails. Added a few new test displays for this case. Bug: 11257292 Change-Id: I360ab5dc937ad60d97592eab54b19f034519645e
* Fixed a bug updating presentation displays.Chong Zhang2013-11-081-4/+9
| | | | | | | Also made findRemoteDisplay public. Bug: 11257292 Change-Id: Ibc9bf3d8ee7c90293ffd8796270e8883ea458a65
* Add a platform library for remote display providers.Jeff Brown2013-11-075-0/+638
This interface allows applications to register services that offer remote displays to the system. The system will then provide UI to allow user to connect to these displays and enable mirroring. Bug: 11257292 Change-Id: I34da5b9dfdaf71267bd3450c505bc1b7368d1b40