summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpDevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* am e418cfae: am 869e0798: Merge "MTP: add strict bounds checking for all inco...Mike Lockwood2014-11-131-11/+21
|\
| * MTP: add strict bounds checking for all incoming packetsMike Lockwood2014-11-121-11/+21
* | MTP Device: Parse USB3 descriptor for MTP initor;Bo Huang2014-09-261-0/+9
|/
* media: use size_t for integer iterator to Vector::size()Mark Salyzyn2014-04-151-2/+2
* media: 64 bit compile issuesMark Salyzyn2014-04-151-2/+2
* Add mode when open(O_CREAT) is used.Nick Kralevich2012-06-261-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-12/+12
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-3/+3
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-5/+5
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-5/+5
* MtpDevice: Handle zero length packets in readResponse()Mike Lockwood2011-03-141-0/+4
* MTP host: disable some test codeMike Lockwood2011-02-151-2/+6
* Fix some memory leaks found in static analysisKenny Root2011-02-021-14/+40
* Add support for synchronous bulk USB transfersMike Lockwood2011-01-271-5/+5
* New APIs for MTP and PTP host supportMike Lockwood2011-01-221-5/+215
* MTP: changes to use new usb_request support in libusbhostMike Lockwood2011-01-061-23/+35
* MTP host: Handle receiving a response packet instead of data packet.Mike Lockwood2010-12-091-3/+16
* MTP: Support format argument in host GetObjectPropDesc commandMike Lockwood2010-12-071-2/+3
* MTP: Improve MtpProperty logging supportMike Lockwood2010-12-071-5/+40
* MTP: Host support for GetObjectPropsSupported and GetObjectPropDescMike Lockwood2010-12-071-0/+35
* PTP: Fix permissions problems with files imported via PTPMike Lockwood2010-11-191-1/+7
* PTP: Improve performance and reliability of file importingMike Lockwood2010-11-191-79/+72
* MTP: Implement support for getting/setting device propertiesMike Lockwood2010-09-021-1/+1
* 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-271-9/+5
* MTP host: Add support for reading files from an MTP device via ParcelFileDesc...Mike Lockwood2010-07-261-1/+200
* MTP: Implement GetObjectPropDescMike Lockwood2010-06-301-1/+1
* MTP: replace printfs with logcatMike Lockwood2010-06-301-9/+8
* MTP: Add host support for deleting objects.Mike Lockwood2010-06-111-0/+28
* MTP: Add support for retrieving thumbnails to MTP content provider.Mike Lockwood2010-06-101-0/+14
* MTP: host support for retrieving device property descriptorsMike Lockwood2010-06-071-11/+41
* Prototype Content Provider support for MTP/PTP devices.Mike Lockwood2010-06-011-0/+230