summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpStorage.h
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-05-14 15:35:17 -0400
committerMike Lockwood <lockwood@android.com>2010-05-18 16:12:38 -0400
commitfceef46513db3507b413f604cea89e3c7f352663 (patch)
tree3155d044d58c5af47cd59663ae7dbc242e5d3102 /media/mtp/MtpStorage.h
parent15727818edf0c9bd88303656ccb43fccd2515007 (diff)
downloadframeworks_av-fceef46513db3507b413f604cea89e3c7f352663.zip
frameworks_av-fceef46513db3507b413f604cea89e3c7f352663.tar.gz
frameworks_av-fceef46513db3507b413f604cea89e3c7f352663.tar.bz2
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 <lockwood@android.com>
Diffstat (limited to 'media/mtp/MtpStorage.h')
-rw-r--r--media/mtp/MtpStorage.h3
1 files changed, 0 insertions, 3 deletions
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