summaryrefslogtreecommitdiffstats
path: root/media/mtp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* MTP: Add support for retrieving thumbnails to MTP content provider.Mike Lockwood2010-06-106-5/+78
* MTP provider: Add columns for MTP ObjectInfo dataset to the MTP objects tableMike Lockwood2010-06-102-6/+109
* Include stdlib to fix sim buildKenny Root2010-06-081-0/+1
* MTP: host support for retrieving device property descriptorsMike Lockwood2010-06-0711-24/+339
* Merge "MTP: Add support for host cancellation of file transfers."Mike Lockwood2010-06-042-22/+52
|\
| * MTP: Add support for host cancellation of file transfers.Mike Lockwood2010-06-042-22/+52
* | Add missing library to linker command line.Doug Kwan2010-06-031-1/+1
* | Add missing libraries, in order for gold to work.Jing Yu2010-06-031-1/+2
|/
* Prototype Content Provider support for MTP/PTP devices.Mike Lockwood2010-06-019-363/+859
* MTP: adjust ptptest app for changes in libusbhost API.Mike Lockwood2010-05-251-3/+3
* PTP host: Implement getObjectHandles and getObjectInfo commandsMike Lockwood2010-05-1910-26/+234
* More work on PTP host support.Mike Lockwood2010-05-1920-64/+500
* MTP: More prototyping work:Mike Lockwood2010-05-1810-170/+858
* Add -p option to mtptest program to run in PTP mode instead of MTPMike Lockwood2010-05-172-4/+29
* Move MTP code to the android namespaceMike Lockwood2010-05-1428-8/+109
* Exclude mtptest program from simulator builds.Mike Lockwood2010-05-131-0/+4
* Checkpoint work on MTP and PTP investigation.Mike Lockwood2010-05-1331-0/+3656