summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpServer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MTP: Implement support for getting/setting device propertiesMike Lockwood2010-09-021-1/+4
* MTP: Send an Intent after an MTP session that resulted in media database modi...Mike Lockwood2010-08-311-0/+7
* MTP: work in progress on expanded property supportMike Lockwood2010-08-251-41/+77
* MTP: Fix wrong delete operator from previous change.Mike Lockwood2010-08-101-1/+1
* MTP: Push queries for supported formats and properties up to Java.Mike Lockwood2010-08-101-46/+14
* MTP: Fix some typosMike Lockwood2010-08-091-1/+1
* MTP: Add support for syncing MTP playlistsMike Lockwood2010-08-031-7/+38
* MTP: Implement GetNumObjectsMike Lockwood2010-08-021-5/+28
* Clean up MtpDatabase API.Mike Lockwood2010-08-021-19/+17
* MTP: Only send events to host if we have an open session.Mike Lockwood2010-07-191-12/+16
* Remove our copy of the f_mtp.h kernel header, now that it is in bionic.Mike Lockwood2010-07-151-1/+1
* MTP: Add support for sending events to the host when objects are added and re...Mike Lockwood2010-07-131-1/+25
* Integrate host to device file transfer with the media provider.Mike Lockwood2010-07-121-11/+23
* Remove some scafolding and test code that is no longer worth maintaining.Mike Lockwood2010-07-091-8/+1
* MTP: Use media provider database to implement MTP device support.Mike Lockwood2010-07-081-9/+8
* MTP: remove separate audio table from prototype MTP databaseMike Lockwood2010-07-081-3/+0
* MTP: Fix ownership and file permissions for transferred files and foldersMike Lockwood2010-07-021-2/+14
* MTP: Make MtpDatabase class abstract so we can have multiple implementationsMike Lockwood2010-07-021-2/+2
* MTP: Implement GetObjectPropDescMike Lockwood2010-06-301-11/+40
* MTP: replace printfs with logcatMike Lockwood2010-06-301-16/+20
* MTP: Use a fd instead of a file path in file transfer ioctls.Mike Lockwood2010-06-221-6/+13
* MTP device: Read manufacturer name and serial number from system properties.Mike Lockwood2010-06-141-2/+9
* MTP: Add support for host cancellation of file transfers.Mike Lockwood2010-06-041-21/+51
* PTP host: Implement getObjectHandles and getObjectInfo commandsMike Lockwood2010-05-191-1/+1
* MTP: More prototyping work:Mike Lockwood2010-05-181-8/+38
* Move MTP code to the android namespaceMike Lockwood2010-05-141-0/+4
* Checkpoint work on MTP and PTP investigation.Mike Lockwood2010-05-131-0/+516