summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/TestPlayerStub.h
diff options
context:
space:
mode:
authorniko <niko@google.com>2009-07-20 15:07:26 -0700
committerniko <niko@google.com>2009-07-22 15:03:22 -0700
commita64c8c79af1a15911c55306d83a797fa50969f77 (patch)
tree09edd1daa9b6d41bc6eeafb3207067f288b30ef7 /media/libmediaplayerservice/TestPlayerStub.h
parent8445fd927053268929125a6a9406ec3b622e2920 (diff)
downloadframeworks_av-a64c8c79af1a15911c55306d83a797fa50969f77.zip
frameworks_av-a64c8c79af1a15911c55306d83a797fa50969f77.tar.gz
frameworks_av-a64c8c79af1a15911c55306d83a797fa50969f77.tar.bz2
Added native metadata support.
Metadata.java: Fixed typo 8k != 8092. The comment was correct though. In Metadata.h, the new Metadata class is declared in the ns android::media to limit the chances of conflict with other packages. The MetadataType in MediaPlayerInterface is gone and moved to Metadata as an inner typedef. Similarly the SortedVector<MetadataType> instance have been replace by a new type Metadata::Filter. All the keys declared in the java counterpart are also in Metadata.h. Metadata.cpp: Contains the implementation of the native metadata packing. There an associated change in the opencore package that should go in at the same time as this one.
Diffstat (limited to 'media/libmediaplayerservice/TestPlayerStub.h')
-rw-r--r--media/libmediaplayerservice/TestPlayerStub.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/media/libmediaplayerservice/TestPlayerStub.h b/media/libmediaplayerservice/TestPlayerStub.h
index 339b108..80d53a8 100644
--- a/media/libmediaplayerservice/TestPlayerStub.h
+++ b/media/libmediaplayerservice/TestPlayerStub.h
@@ -94,10 +94,6 @@ class TestPlayerStub : public MediaPlayerInterface {
virtual status_t invoke(const android::Parcel& in, android::Parcel *out) {
return mPlayer->invoke(in, out);
}
- virtual status_t getMetadata(const SortedVector<MetadataType>& ids,
- Parcel *records) {
- return INVALID_OPERATION;
- }
// @return true if the current build is 'eng' or 'test' and the