diff options
| author | 2011-04-24 18:40:17 -0700 | |
|---|---|---|
| committer | 2011-05-04 10:41:21 -0400 | |
| commit | a792c804025e25eb8a110d1db63f26bbd09e0e6b (patch) | |
| tree | b96c5b751fd713b363731e996761c8799c02ed64 /media/mtp/MtpServer.h | |
| parent | af50821bace87aa83c7faba7bf139cfcaccf317a (diff) | |
DO NOT MERGE MTP: Implement GetThumb command
This allows the PC to access thumbnails in JPEG files over MTP/PTP
Bug: 3219495
Change-Id: I565be1fb84e8a204f2be11342b5b952e8965afdf
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'media/mtp/MtpServer.h')
| -rw-r--r-- | media/mtp/MtpServer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/mtp/MtpServer.h b/media/mtp/MtpServer.h index b06eb287ba58..859a18e63b66 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(); |