From 8ec1f2a4f3c72fe7472f8b8fa227f6b7bbc9279b Mon Sep 17 00:00:00 2001 From: John Grossman Date: Mon, 6 Aug 2012 13:50:00 -0700 Subject: 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 --- include/media/MediaPlayerInterface.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/media/MediaPlayerInterface.h') 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, }; -- cgit v1.1