summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpServer.h
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-04-24 18:40:17 -0700
committerMike Lockwood <lockwood@android.com>2011-05-03 21:03:57 -0400
commitaeb65d45a93878bba361956b3f3280b36cc48e59 (patch)
treeab34512da60bd15785d119d9f41785927e464b5f /media/mtp/MtpServer.h
parentc9ee8c2dd7d0860b41a3312bbf7ff390f5d0cf8e (diff)
downloadframeworks_av-aeb65d45a93878bba361956b3f3280b36cc48e59.zip
frameworks_av-aeb65d45a93878bba361956b3f3280b36cc48e59.tar.gz
frameworks_av-aeb65d45a93878bba361956b3f3280b36cc48e59.tar.bz2
DO NOT MERGE MTP: Implement GetThumb command
This allows the PC to access thumbnails in JPEG files over MTP/PTP Bug: 3219495 Change-Id: Id61f353ba70e896fae9a47338bf7871c0f185d3e Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'media/mtp/MtpServer.h')
-rw-r--r--media/mtp/MtpServer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/mtp/MtpServer.h b/media/mtp/MtpServer.h
index b06eb28..859a18e 100644
--- a/media/mtp/MtpServer.h
+++ b/media/mtp/MtpServer.h
@@ -133,6 +133,7 @@ private:
MtpResponseCode doGetObjectPropList();
MtpResponseCode doGetObjectInfo();
MtpResponseCode doGetObject();
+ MtpResponseCode doGetThumb();
MtpResponseCode doGetPartialObject(MtpOperationCode operation);
MtpResponseCode doSendObjectInfo();
MtpResponseCode doSendObject();