From fceef46513db3507b413f604cea89e3c7f352663 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Fri, 14 May 2010 15:35:17 -0400 Subject: MTP: More prototyping work: New media scanner test program Media scanner now cleans up after files that no longer exist Separate database table for audio files Extract metadata from audio files with libstagefright Change-Id: I2bd0fe877836c741658e72fcfeb89c11be0d9b41 Signed-off-by: Mike Lockwood --- media/mtp/MtpStorage.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'media/mtp/MtpStorage.h') diff --git a/media/mtp/MtpStorage.h b/media/mtp/MtpStorage.h index b1d4408..6097272 100644 --- a/media/mtp/MtpStorage.h +++ b/media/mtp/MtpStorage.h @@ -46,9 +46,6 @@ public: inline const char* getPath() const { return mFilePath; } bool scanFiles(); - -private: - int scanDirectory(const char* path, MtpObjectHandle parent); }; }; // namespace android -- cgit v1.1