From 438344fba74ddd6b931ac733fa48643f27b63de3 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Tue, 3 Aug 2010 15:30:09 -0400 Subject: MTP: Add support for syncing MTP playlists MTP playlists now correspond to playlists in the media provider (like those created by the Music app). Change-Id: I085cb3cff003037ad62f0e297fb0cfd3047cb3a2 Signed-off-by: Mike Lockwood --- media/mtp/MtpServer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'media/mtp/MtpServer.h') diff --git a/media/mtp/MtpServer.h b/media/mtp/MtpServer.h index 9ed1c84..19ccf24 100644 --- a/media/mtp/MtpServer.h +++ b/media/mtp/MtpServer.h @@ -95,6 +95,8 @@ private: MtpResponseCode doGetObjectPropsSupported(); MtpResponseCode doGetObjectHandles(); MtpResponseCode doGetNumObjects(); + MtpResponseCode doGetObjectReferences(); + MtpResponseCode doSetObjectReferences(); MtpResponseCode doGetObjectPropValue(); MtpResponseCode doGetObjectInfo(); MtpResponseCode doGetObject(); -- cgit v1.1