summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpMediaScanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/mtp/MtpMediaScanner.h')
-rw-r--r--media/mtp/MtpMediaScanner.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/media/mtp/MtpMediaScanner.h b/media/mtp/MtpMediaScanner.h
index 53d5063..9cf10c5 100644
--- a/media/mtp/MtpMediaScanner.h
+++ b/media/mtp/MtpMediaScanner.h
@@ -23,16 +23,12 @@ namespace android {
class MtpDatabase;
class SqliteStatement;
-class MediaScanner;
-class MtpMediaScannerClient;
class MtpMediaScanner {
private:
MtpStorageID mStorageID;
const char* mFilePath;
MtpDatabase* mDatabase;
- MediaScanner* mMediaScanner;
- MtpMediaScannerClient* mMediaScannerClient;
// for garbage collecting missing files
MtpObjectHandle* mFileList;
@@ -45,7 +41,7 @@ public:
bool scanFiles();
private:
- MtpObjectFormat getFileFormat(const char* path, uint32_t& table);
+ MtpObjectFormat getFileFormat(const char* path);
int scanDirectory(const char* path, MtpObjectHandle parent);
void scanFile(const char* path, MtpObjectHandle parent, struct stat& statbuf);
void markFile(MtpObjectHandle handle);