summaryrefslogtreecommitdiffstats
path: root/media/mtp
Commit message (Expand)AuthorAgeFilesLines
...
* MTP: Minor debug output cleanupMike Lockwood2010-09-231-0/+3
* MTP: Fix problems with signed ints in MtpCursor.cppMike Lockwood2010-09-232-11/+15
* MTP: Fix typo that resulted in the MTP provider returning thumb format for ob...Mike Lockwood2010-09-201-1/+1
* MTP: Delete all files and subdirectories when deleting directories.Mike Lockwood2010-09-141-5/+63
* MTP: Implement support for getting/setting device propertiesMike Lockwood2010-09-024-7/+15
* MTP: Send an Intent after an MTP session that resulted in media database modi...Mike Lockwood2010-08-312-0/+11
* MTP: Fix build break due to integer constant too largeMike Lockwood2010-08-251-1/+1
* MTP: work in progress on expanded property supportMike Lockwood2010-08-255-52/+113
* MTP: Compatibility fixes for transferring stringsMike Lockwood2010-08-183-3/+9
* 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-105-46/+30
* MTP: turn off verbose loggingMike Lockwood2010-08-101-1/+1
* MTP: Fix reading and writing property descriptorsMike Lockwood2010-08-092-0/+6
* MTP: Add debug code for printing names of MTP format and property codes.Mike Lockwood2010-08-092-7/+321
* MTP: Fix some typosMike Lockwood2010-08-092-3/+3
* MTP: Add support for syncing MTP playlistsMike Lockwood2010-08-033-7/+47
* MTP: Implement GetNumObjectsMike Lockwood2010-08-023-5/+33
* Clean up MtpDatabase API.Mike Lockwood2010-08-022-25/+19
* MTP host: Reduce buffer size for readObject so we don't clog our pipe.Mike Lockwood2010-07-271-1/+1
* MTP: Turn off excessive loggingMike Lockwood2010-07-275-16/+12
* MTP host: Add support for reading files from an MTP device via ParcelFileDesc...Mike Lockwood2010-07-264-2/+263
* MTP: Don't request thumbnails for folder objects in MtpCursorMike Lockwood2010-07-262-13/+19
* MTP: Add hard coded support to recognize a couple MTP music players for testi...Mike Lockwood2010-07-261-3/+37
* Merge "MTP host fixes:"Mike Lockwood2010-07-202-39/+53
|\
| * MTP host fixes:Mike Lockwood2010-07-202-39/+53
* | Fix sim-eng build.Andy McFadden2010-07-201-2/+2
|/
* MTP: Remove race condition in initial device enumeration for host mode.Mike Lockwood2010-07-202-11/+31
* MTP: Fix problems reading and writing arrays in property values.Mike Lockwood2010-07-203-6/+39
* MTP: add Linux host library for MTP/PTP host support.Mike Lockwood2010-07-202-0/+32
* MTP: Only send events to host if we have an open session.Mike Lockwood2010-07-191-12/+16
* Exclude MTP implementation from simulator buildMike Lockwood2010-07-151-0/+5
* Remove our copy of the f_mtp.h kernel header, now that it is in bionic.Mike Lockwood2010-07-153-55/+2
* MTP: Add support for sending events to the host when objects are added and re...Mike Lockwood2010-07-137-1/+154
* Integrate host to device file transfer with the media provider.Mike Lockwood2010-07-123-14/+36
* Remove some scafolding and test code that is no longer worth maintaining.Mike Lockwood2010-07-0917-1295/+1
* MTP: Use media provider database to implement MTP device support.Mike Lockwood2010-07-086-22/+32
* MTP: remove separate audio table from prototype MTP databaseMike Lockwood2010-07-089-426/+42
* MTP: Fix ownership and file permissions for transferred files and foldersMike Lockwood2010-07-023-4/+24
* MTP: Make MtpDatabase class abstract so we can have multiple implementationsMike Lockwood2010-07-029-571/+715
* MTP: Remove an unnecessary thread from the MtpClient class.Mike Lockwood2010-07-012-23/+67
* Try to fix the simulator build.Mike Lockwood2010-06-301-5/+4
* MTP: Implement GetObjectPropDescMike Lockwood2010-06-305-15/+192
* MTP: Add MtpServer Java class to wrap MTP device support.Mike Lockwood2010-06-302-28/+21
* MTP: replace printfs with logcatMike Lockwood2010-06-3022-80/+123
* MTP: Use a fd instead of a file path in file transfer ioctls.Mike Lockwood2010-06-222-10/+15
* mtptest: Add option to specify storage path at the command line.Mike Lockwood2010-06-222-4/+10
* MTP: Use stat.st_mode instead of dirent.d_type to determine file type.Mike Lockwood2010-06-141-2/+2
* MTP device: Read manufacturer name and serial number from system properties.Mike Lockwood2010-06-142-3/+10
* MTP: Fix uninitialized pointer bug.Mike Lockwood2010-06-141-0/+1
* MTP: Add host support for deleting objects.Mike Lockwood2010-06-112-0/+31