summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpProperty.h
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-11-23 18:38:55 -0500
committerMike Lockwood <lockwood@android.com>2010-11-23 18:38:55 -0500
commitb892d0e5556ed6ded3e0548f75ab16fc2e3d92c3 (patch)
tree7b7555b1a551e061bcf3f1e5a0d6a1d054d31329 /media/mtp/MtpProperty.h
parent57151f37d7c91e031e91f67a83ee49cad33b4867 (diff)
downloadframeworks_av-b892d0e5556ed6ded3e0548f75ab16fc2e3d92c3.zip
frameworks_av-b892d0e5556ed6ded3e0548f75ab16fc2e3d92c3.tar.gz
frameworks_av-b892d0e5556ed6ded3e0548f75ab16fc2e3d92c3.tar.bz2
MTP: Use DateTime form in GetObjectPropDesc for date/time properties.
Change-Id: I5a3c0b07a9f2958b86947256606e6a824dbe93a6 Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'media/mtp/MtpProperty.h')
-rw-r--r--media/mtp/MtpProperty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/mtp/MtpProperty.h b/media/mtp/MtpProperty.h
index c12399c..f783a87 100644
--- a/media/mtp/MtpProperty.h
+++ b/media/mtp/MtpProperty.h
@@ -58,6 +58,7 @@ public:
kFormNone = 0,
kFormRange = 1,
kFormEnum = 2,
+ kFormDateTime = 3,
};
uint32_t mGroupCode;
@@ -90,6 +91,7 @@ public:
void setFormRange(int min, int max, int step);
void setFormEnum(const int* values, int count);
+ void setFormDateTime();
void print();