diff options
author | John Grossman <johngro@google.com> | 2012-08-06 13:50:00 -0700 |
---|---|---|
committer | John Grossman <johngro@google.com> | 2012-08-13 09:48:56 -0700 |
commit | 8ec1f2a4f3c72fe7472f8b8fa227f6b7bbc9279b (patch) | |
tree | 5a85d007f81c1d09f68f3894f8cbb0a950372250 /include | |
parent | 44a7e42f0310831e6a846d1b6bb40bf3a399bf6d (diff) | |
download | frameworks_av-8ec1f2a4f3c72fe7472f8b8fa227f6b7bbc9279b.zip frameworks_av-8ec1f2a4f3c72fe7472f8b8fa227f6b7bbc9279b.tar.gz frameworks_av-8ec1f2a4f3c72fe7472f8b8fa227f6b7bbc9279b.tar.bz2 |
Move the AAH RTP code out of framework and into vendor.
Relocate the AAH RTP code from framework/av into
vendor/google_devices/phantasm. This change is the deletion, there
will be a separate CL which re-introduces on the vendor side of
things.
Change-Id: Ibe7e6d4b633a3886b87a615691a2692f2382af6c
Signed-off-by: John Grossman <johngro@google.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/media/MediaPlayerInterface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/MediaPlayerInterface.h b/include/media/MediaPlayerInterface.h index 0498ed1..518948c 100644 --- a/include/media/MediaPlayerInterface.h +++ b/include/media/MediaPlayerInterface.h @@ -50,9 +50,6 @@ enum player_type { // The shared library with the test player is passed passed as an // argument to the 'test:' url in the setDataSource call. TEST_PLAYER = 5, - - AAH_RX_PLAYER = 100, - AAH_TX_PLAYER = 101, }; |