summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpTypes.h
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-08-10 07:37:50 -0400
committerMike Lockwood <lockwood@android.com>2010-08-10 09:00:30 -0400
commit4b322ce4fb86b5a7a6e50633a3a9f498ca8d4706 (patch)
treed55c197b7c89017cc73d37c100ac0c3578b2a709 /media/mtp/MtpTypes.h
parentfb824581d7c8b4683e26a9c2e34d9023cdbc177d (diff)
downloadframeworks_base-4b322ce4fb86b5a7a6e50633a3a9f498ca8d4706.zip
frameworks_base-4b322ce4fb86b5a7a6e50633a3a9f498ca8d4706.tar.gz
frameworks_base-4b322ce4fb86b5a7a6e50633a3a9f498ca8d4706.tar.bz2
MTP: Push queries for supported formats and properties up to Java.
Change-Id: I4f117090340e3916afda3d194521a6092a672ddc Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'media/mtp/MtpTypes.h')
-rw-r--r--media/mtp/MtpTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/mtp/MtpTypes.h b/media/mtp/MtpTypes.h
index 2a895a7..7e3c009 100644
--- a/media/mtp/MtpTypes.h
+++ b/media/mtp/MtpTypes.h
@@ -78,6 +78,7 @@ typedef Vector<int16_t> Int16List;
typedef Vector<int32_t> Int32List;
typedef Vector<int64_t> Int64List;
+typedef UInt16List MtpObjectPropertyList;
typedef UInt16List MtpDevicePropertyList;
typedef UInt16List MtpObjectFormatList;
typedef UInt32List MtpObjectHandleList;