summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpTypes.h
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-07-03 14:40:05 -0400
committerMike Lockwood <lockwood@android.com>2010-07-08 16:02:16 -0400
commitdda7e2b7378755637f188cca7c5ae854427a28f7 (patch)
tree52ccd14a2d8531bc1137d2ef1c8b38dce8622cfb /media/mtp/MtpTypes.h
parent6506bd2be256cdebc69324714c5b26c767981046 (diff)
downloadframeworks_av-dda7e2b7378755637f188cca7c5ae854427a28f7.zip
frameworks_av-dda7e2b7378755637f188cca7c5ae854427a28f7.tar.gz
frameworks_av-dda7e2b7378755637f188cca7c5ae854427a28f7.tar.bz2
MTP: remove separate audio table from prototype MTP database
Change-Id: I5e4b49b741a0a3c6ddf5afcbb20a0d7c9515c8ce Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'media/mtp/MtpTypes.h')
-rw-r--r--media/mtp/MtpTypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/media/mtp/MtpTypes.h b/media/mtp/MtpTypes.h
index b7c79b2..33cd369 100644
--- a/media/mtp/MtpTypes.h
+++ b/media/mtp/MtpTypes.h
@@ -63,11 +63,6 @@ union MtpPropertyValue {
// MtpObjectHandle bits and masks
#define kObjectHandleMarkBit 0x80000000 // used for mark & sweep by MtpMediaScanner
#define kObjectHandleTableMask 0x70000000 // mask for object table
-#define kObjectHandleTableFile 0x00000000 // object is only in the file table
-#define kObjectHandleTableAudio 0x10000000 // object is in the audio table
-#define kObjectHandleTableVideo 0x20000000 // object is in the video table
-#define kObjectHandleTableImage 0x30000000 // object is in the images table
-#define kObjectHandleTablePlaylist 0x40000000 // object is in the playlist table
#define kObjectHandleIndexMask 0x0FFFFFFF // mask for object index in file table
class MtpStorage;