summaryrefslogtreecommitdiffstats
path: root/media/libmedia/IMediaPlayerClient.cpp
diff options
context:
space:
mode:
authorniko <niko@google.com>2009-06-22 08:49:52 -0700
committerniko <niko@google.com>2009-06-22 09:08:19 -0700
commit56f0cc533a38bdb84bc03adcb43515614ab21bae (patch)
tree91618bb5afe2ee85a3806875895344e6aec81549 /media/libmedia/IMediaPlayerClient.cpp
parent4710a1f6c9800dae90f9e2702ba2b5b54c095eae (diff)
downloadframeworks_av-56f0cc533a38bdb84bc03adcb43515614ab21bae.zip
frameworks_av-56f0cc533a38bdb84bc03adcb43515614ab21bae.tar.gz
frameworks_av-56f0cc533a38bdb84bc03adcb43515614ab21bae.tar.bz2
Renamed all android.hardware.IMedia* strings to android.media.IMedia*
The android.hardware.ICamera string have not been changed (but is looks like the camera service and client one should undergo the same procedure) The implementation of the interface must provide a unique string for it's interface name. Currently all these strings in the media framework start with 'android.hardware' when it should really be 'android.media', the interface token has nothing to do with hardware.
Diffstat (limited to 'media/libmedia/IMediaPlayerClient.cpp')
-rw-r--r--media/libmedia/IMediaPlayerClient.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/media/libmedia/IMediaPlayerClient.cpp b/media/libmedia/IMediaPlayerClient.cpp
index da4f7ef..bf51829 100644
--- a/media/libmedia/IMediaPlayerClient.cpp
+++ b/media/libmedia/IMediaPlayerClient.cpp
@@ -46,7 +46,7 @@ public:
}
};
-IMPLEMENT_META_INTERFACE(MediaPlayerClient, "android.hardware.IMediaPlayerClient");
+IMPLEMENT_META_INTERFACE(MediaPlayerClient, "android.media.IMediaPlayerClient");
// ----------------------------------------------------------------------
@@ -68,4 +68,3 @@ status_t BnMediaPlayerClient::onTransact(
}
}; // namespace android
-