summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpServer.h
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@google.com>2014-03-07 13:29:59 -0800
committerMike Lockwood <lockwood@google.com>2014-03-11 15:06:39 -0700
commit0fa848d780cf990a2860637f40432d28594c85a3 (patch)
treef2a205d5d14cffd5b164fb8cedc65d6dad59a915 /media/mtp/MtpServer.h
parent3a06522fd0e74934acb4bacaf1e90209bc7e9aa8 (diff)
downloadframeworks_av-0fa848d780cf990a2860637f40432d28594c85a3.zip
frameworks_av-0fa848d780cf990a2860637f40432d28594c85a3.tar.gz
frameworks_av-0fa848d780cf990a2860637f40432d28594c85a3.tar.bz2
MTP: Add support for device property changed events
Also fixed bug in MtpProperty::write() for device properties Bug: 7342482 Change-Id: If0099095d101409d131564e55b1939895c69c202
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 dfa8258..b3a11e0 100644
--- a/media/mtp/MtpServer.h
+++ b/media/mtp/MtpServer.h
@@ -104,6 +104,7 @@ public:
void sendObjectAdded(MtpObjectHandle handle);
void sendObjectRemoved(MtpObjectHandle handle);
+ void sendDevicePropertyChanged(MtpDeviceProperty property);
private:
void sendStoreAdded(MtpStorageID id);