summaryrefslogtreecommitdiffstats
path: root/tests/AccessoryDisplay
Commit message (Collapse)AuthorAgeFilesLines
* Add "throws IOException" to MediaCodec factory methodsAndy Hung2014-01-162-3/+15
| | | | | | | | | | | | android.media.MediaCodec (createByCodecName|createDecoderByType|createEncoderByType) now explicitly throws IOException. Requires changes to existing code for declaration compatibility. Bug: 11364276 Change-Id: I105ecb7c4bd49bf803111253cd23bab161c988f9 Signed-off-by: Andy Hung <hunga@google.com>
* Revert "Add "throws IOException" to MediaCodec constructors (3)"Andy Hung2013-11-072-15/+3
| | | | | | This reverts commit 52d8aa79a31c5042d2b43d06f08fa28489b27d1b. Change-Id: Ic706e0fb469931664499d00fa3a221726b258673
* Add "throws IOException" to MediaCodec constructors (3)Andy Hung2013-11-052-3/+15
| | | | | | | | | | | | Change to add "throws IOException" to android.media.MediaCodec (createByCodecName|createDecoderByType|createEncoderByType). The exception was previously thrown through the native JNI, but not explicitly declared. Requires changes to existing code for declaration compatibility. Bug: 11364276 Change-Id: Ia0d3481397285cb1503bedde37d4651934b3a481 Signed-off-by: Andy Hung <hunga@google.com>
* Support public virtual displays.Jeff Brown2013-08-021-2/+2
| | | | | | | | | Refactor the new private virtual display API to also support creating public virtual displays with various characteristics. This feature requires special permissions and is only intended for use by the system. Change-Id: I44dd19f37cf76ea6d6e313afe42f4a412bd96663
* Add test for streaming display contents to an accessory.Jeff Brown2013-06-1834-0/+3005
There are two applications: a source and a sink. They should be installed on two separate Android devices. Then connect the source device to the sink device using a USB OTG cable. Bug: 9192512 Change-Id: I99b552026684abbfd69cb13ab324e72fa16c36ab