Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_av
/
1d34b4b921cdac91116e456d97b57a1931e9e335
/
media
/
mtp
1d34b4b
MTP: Make sure buffer is big enough before reading the data packet
by Mike Lockwood
· 15 years ago
f05ff07
MTP: Fix typo in MtpServer::doGetObjectPropList
by Mike Lockwood
· 15 years ago
d81ce3c
MTP: Implement GetPartialObject command
by Mike Lockwood
· 15 years ago
b892d0e
MTP: Use DateTime form in GetObjectPropDesc for date/time properties.
by Mike Lockwood
· 15 years ago
57151f3
Rename MtpCursor to PtpCursor
by Mike Lockwood
· 15 years ago
8e4d785
MTP: Remove static library build for linux host.
by Mike Lockwood
· 15 years ago
27afe3a
PTP: Fix permissions problems with files imported via PTP
by Mike Lockwood
· 15 years ago
b9ff444
PTP: Improve performance and reliability of file importing
by Mike Lockwood
· 15 years ago
e1b8cf1
MTP: Fixes to allow file transfers > 4 gigabytes
by Mike Lockwood
· 15 years ago
f5b2ff2
MTP: Set correct format for abstract audio playlists
by Mike Lockwood
· 15 years ago
b6da06e
MTP: Partial implementation of the GetObjectPropList command
by Mike Lockwood
· 15 years ago
7ce05cf
MTP: Add missing call to closedir() in recursive delete code
by Mike Lockwood
· 15 years ago
d472e28
MTP: Don't dump data packets twice in debug output.
by Mike Lockwood
· 15 years ago
0181726
Add support for range and enum forms in MTP ObjectPropDescs
by Mike Lockwood
· 15 years ago
23d2071
MTP: Include size of 12 byte header in packet size for GetObject data packet
by Mike Lockwood
· 15 years ago
3a2f37f
MtpCursor: Fix long to int truncation bug
by Mike Lockwood
· 15 years ago
be92346
MTP: Fix some warnings
by Mike Lockwood
· 15 years ago
dde3720
MTP: Include current property value in GetDevicePropDesc
by Mike Lockwood
· 15 years ago
7cee5d3
MTP: Fix reading and writing device property descriptors
by Mike Lockwood
· 15 years ago
677f570
MTP: Reenable GetObjectPropValue and SetObjectPropValue
by Mike Lockwood
· 15 years ago
a881b44
MTP: Minor debug output cleanup
by Mike Lockwood
· 15 years ago
4620df7
MTP: Fix problems with signed ints in MtpCursor.cpp
by Mike Lockwood
· 15 years ago
32eaa26
MTP: Fix typo that resulted in the MTP provider returning thumb format for object format
by Mike Lockwood
· 15 years ago
d321149
MTP: Delete all files and subdirectories when deleting directories.
by Mike Lockwood
· 15 years ago
e3e76c4
MTP: Implement support for getting/setting device properties
by Mike Lockwood
· 15 years ago
6b3a9d1
MTP: Send an Intent after an MTP session that resulted in media database modifications
by Mike Lockwood
· 15 years ago
5959988
MTP: Fix build break due to integer constant too large
by Mike Lockwood
· 15 years ago
8277cec
MTP: work in progress on expanded property support
by Mike Lockwood
· 15 years ago
de1e37a
MTP: Compatibility fixes for transferring strings
by Mike Lockwood
· 15 years ago
bf9b205
MTP: Fix wrong delete operator from previous change.
by Mike Lockwood
· 15 years ago
782aef1
MTP: Push queries for supported formats and properties up to Java.
by Mike Lockwood
· 15 years ago
d7943b4
MTP: turn off verbose logging
by Mike Lockwood
· 15 years ago
2bb8c0e
MTP: Fix reading and writing property descriptors
by Mike Lockwood
· 15 years ago
a1825af
MTP: Add debug code for printing names of MTP format and property codes.
by Mike Lockwood
· 15 years ago
f83caa2
MTP: Fix some typos
by Mike Lockwood
· 15 years ago
438344f
MTP: Add support for syncing MTP playlists
by Mike Lockwood
· 15 years ago
343af4e
MTP: Implement GetNumObjects
by Mike Lockwood
· 15 years ago
9c04c4c
Clean up MtpDatabase API.
by Mike Lockwood
· 15 years ago
da90dff
MTP host: Reduce buffer size for readObject so we don't clog our pipe.
by Mike Lockwood
· 15 years ago
f43c641
MTP: Turn off excessive logging
by Mike Lockwood
· 15 years ago
0cf89f2
MTP host: Add support for reading files from an MTP device via ParcelFileDescriptor
by Mike Lockwood
· 15 years ago
2b6c4a2
MTP: Don't request thumbnails for folder objects in MtpCursor
by Mike Lockwood
· 15 years ago
80a82ea
MTP: Add hard coded support to recognize a couple MTP music players for testing purposes.
by Mike Lockwood
· 15 years ago
5d98aaf
Merge "MTP host fixes:"
by Mike Lockwood
· 15 years ago
437e945
MTP host fixes:
by Mike Lockwood
· 15 years ago
59208db
Fix sim-eng build.
by Andy McFadden
· 15 years ago
941f113
MTP: Remove race condition in initial device enumeration for host mode.
by Mike Lockwood
· 15 years ago
5cdceca
MTP: Fix problems reading and writing arrays in property values.
by Mike Lockwood
· 15 years ago
be9a95c
MTP: add Linux host library for MTP/PTP host support.
by Mike Lockwood
· 15 years ago
73ecd23
MTP: Only send events to host if we have an open session.
by Mike Lockwood
· 15 years ago
53fbfed
Exclude MTP implementation from simulator build
by Mike Lockwood
· 15 years ago
8065e20
Remove our copy of the f_mtp.h kernel header, now that it is in bionic.
by Mike Lockwood
· 15 years ago
873871f
MTP: Add support for sending events to the host when objects are added and removed
by Mike Lockwood
· 15 years ago
4714b07
Integrate host to device file transfer with the media provider.
by Mike Lockwood
· 15 years ago
7f53a19
Remove some scafolding and test code that is no longer worth maintaining.
by Mike Lockwood
· 15 years ago
1865a5d
MTP: Use media provider database to implement MTP device support.
by Mike Lockwood
· 15 years ago
dda7e2b
MTP: remove separate audio table from prototype MTP database
by Mike Lockwood
· 15 years ago
8e2a280
MTP: Fix ownership and file permissions for transferred files and folders
by Mike Lockwood
· 15 years ago
0250361
MTP: Make MtpDatabase class abstract so we can have multiple implementations
by Mike Lockwood
· 15 years ago
cff0ef9
MTP: Remove an unnecessary thread from the MtpClient class.
by Mike Lockwood
· 15 years ago
30cb2dd
Try to fix the simulator build.
by Mike Lockwood
· 15 years ago
21ef7d0
MTP: Implement GetObjectPropDesc
by Mike Lockwood
· 15 years ago
05a53a3
MTP: Add MtpServer Java class to wrap MTP device support.
by Mike Lockwood
· 15 years ago
b14e588
MTP: replace printfs with logcat
by Mike Lockwood
· 15 years ago
c658876
MTP: Use a fd instead of a file path in file transfer ioctls.
by Mike Lockwood
· 15 years ago
78c1e5e
mtptest: Add option to specify storage path at the command line.
by Mike Lockwood
· 15 years ago
6084a29
MTP: Use stat.st_mode instead of dirent.d_type to determine file type.
by Mike Lockwood
· 15 years ago
c42aa12
MTP device: Read manufacturer name and serial number from system properties.
by Mike Lockwood
· 15 years ago
a177ae1
MTP: Fix uninitialized pointer bug.
by Mike Lockwood
· 15 years ago
6afc41d
MTP: Add host support for deleting objects.
by Mike Lockwood
· 15 years ago
3e072b3
MTP: Add support for retrieving thumbnails to MTP content provider.
by Mike Lockwood
· 15 years ago
0ef2bf5
MTP provider: Add columns for MTP ObjectInfo dataset to the MTP objects table
by Mike Lockwood
· 15 years ago
6a2736b
Include stdlib to fix sim build
by Kenny Root
· 15 years ago
a6c490b
MTP: host support for retrieving device property descriptors
by Mike Lockwood
· 15 years ago
ab372f6
Merge "MTP: Add support for host cancellation of file transfers."
by Mike Lockwood
· 15 years ago
916076c
MTP: Add support for host cancellation of file transfers.
by Mike Lockwood
· 15 years ago
c8ca7da
Add missing library to linker command line.
by Doug Kwan
· 15 years ago
503f034
Add missing libraries, in order for gold to work.
by Jing Yu
· 15 years ago
5ed68d2
Prototype Content Provider support for MTP/PTP devices.
by Mike Lockwood
· 15 years ago
fb57047
MTP: adjust ptptest app for changes in libusbhost API.
by Mike Lockwood
· 15 years ago
e13401b
PTP host: Implement getObjectHandles and getObjectInfo commands
by Mike Lockwood
· 15 years ago
335dd2b
More work on PTP host support.
by Mike Lockwood
· 15 years ago
fceef46
MTP: More prototyping work:
by Mike Lockwood
· 15 years ago
64a4422
Add -p option to mtptest program to run in PTP mode instead of MTP
by Mike Lockwood
· 15 years ago
7850ef9
Move MTP code to the android namespace
by Mike Lockwood
· 15 years ago
67589f4
Exclude mtptest program from simulator builds.
by Mike Lockwood
· 15 years ago
16864ba
Checkpoint work on MTP and PTP investigation.
by Mike Lockwood
· 15 years ago