History log of /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/DisplaySourceService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
83511d2f49c9e272f328730586c3d0a7852247f2 16-Jan-2014 Andy Hung <hunga@google.com> Add "throws IOException" to MediaCodec factory methods

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>
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/DisplaySourceService.java
8ca55fc980a567270d397c7392fd5fa8490f6d42 07-Nov-2013 Andy Hung <hunga@google.com> Revert "Add "throws IOException" to MediaCodec constructors (3)"

This reverts commit 52d8aa79a31c5042d2b43d06f08fa28489b27d1b.

Change-Id: Ic706e0fb469931664499d00fa3a221726b258673
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/DisplaySourceService.java
52d8aa79a31c5042d2b43d06f08fa28489b27d1b 04-Nov-2013 Andy Hung <hunga@google.com> Add "throws IOException" to MediaCodec constructors (3)

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>
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/DisplaySourceService.java
7d00affce6e25b22fd8fc135933b3bf6b547a0dc 03-Aug-2013 Jeff Brown <jeffbrown@google.com> Support public virtual displays.

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
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/DisplaySourceService.java
8f3b1307678fcd1896c7fb8ba4cc20553dc032e8 29-May-2013 Jeff Brown <jeffbrown@google.com> Add test for streaming display contents to an accessory.

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
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/DisplaySourceService.java