Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
8ae409f50156394b517a86a8d171938e0aa32897
/
media
/
mtp
59e3f0d
MTP: Implement support for getting/setting device properties
by Mike Lockwood
· 14 years ago
2837eef
MTP: Send an Intent after an MTP session that resulted in media database modifications
by Mike Lockwood
· 14 years ago
53b8f17
MTP: Fix build break due to integer constant too large
by Mike Lockwood
· 14 years ago
828d19d
MTP: work in progress on expanded property support
by Mike Lockwood
· 14 years ago
9e83786
MTP: Compatibility fixes for transferring strings
by Mike Lockwood
· 14 years ago
33ea5a4
MTP: Fix wrong delete operator from previous change.
by Mike Lockwood
· 14 years ago
4b322ce
MTP: Push queries for supported formats and properties up to Java.
by Mike Lockwood
· 14 years ago
fb82458
MTP: turn off verbose logging
by Mike Lockwood
· 14 years ago
97c8d90
MTP: Fix reading and writing property descriptors
by Mike Lockwood
· 14 years ago
d3793f3
MTP: Add debug code for printing names of MTP format and property codes.
by Mike Lockwood
· 14 years ago
c642e8a
MTP: Fix some typos
by Mike Lockwood
· 14 years ago
9a2046f
MTP: Add support for syncing MTP playlists
by Mike Lockwood
· 14 years ago
7a047c8
MTP: Implement GetNumObjects
by Mike Lockwood
· 14 years ago
59c777a
Clean up MtpDatabase API.
by Mike Lockwood
· 14 years ago
bb2b2a9
MTP host: Reduce buffer size for readObject so we don't clog our pipe.
by Mike Lockwood
· 14 years ago
456d8e6
MTP: Turn off excessive logging
by Mike Lockwood
· 14 years ago
bc4cb0b
MTP host: Add support for reading files from an MTP device via ParcelFileDescriptor
by Mike Lockwood
· 14 years ago
f78b26a
MTP: Don't request thumbnails for folder objects in MtpCursor
by Mike Lockwood
· 14 years ago
8618709
MTP: Add hard coded support to recognize a couple MTP music players for testing purposes.
by Mike Lockwood
· 14 years ago
30881f6
Merge "MTP host fixes:"
by Mike Lockwood
· 14 years ago
3c51d6a
MTP host fixes:
by Mike Lockwood
· 14 years ago
aecf390
Fix sim-eng build.
by Andy McFadden
· 14 years ago
108505b
MTP: Remove race condition in initial device enumeration for host mode.
by Mike Lockwood
· 14 years ago
9bbc2ea
MTP: Fix problems reading and writing arrays in property values.
by Mike Lockwood
· 14 years ago
bbd9f36
MTP: add Linux host library for MTP/PTP host support.
by Mike Lockwood
· 14 years ago
dc453d4
MTP: Only send events to host if we have an open session.
by Mike Lockwood
· 14 years ago
ff164a7
Exclude MTP implementation from simulator build
by Mike Lockwood
· 14 years ago
9c7fdf5
Remove our copy of the f_mtp.h kernel header, now that it is in bionic.
by Mike Lockwood
· 14 years ago
be125a5
MTP: Add support for sending events to the host when objects are added and removed
by Mike Lockwood
· 14 years ago
d815f79
Integrate host to device file transfer with the media provider.
by Mike Lockwood
· 14 years ago
c5c7853
Remove some scafolding and test code that is no longer worth maintaining.
by Mike Lockwood
· 14 years ago
d21eac9
MTP: Use media provider database to implement MTP device support.
by Mike Lockwood
· 14 years ago
2d6c9e9
MTP: remove separate audio table from prototype MTP database
by Mike Lockwood
· 14 years ago
dad6927
MTP: Fix ownership and file permissions for transferred files and folders
by Mike Lockwood
· 14 years ago
8dd2a39
MTP: Make MtpDatabase class abstract so we can have multiple implementations
by Mike Lockwood
· 14 years ago
d0e1a9f
MTP: Remove an unnecessary thread from the MtpClient class.
by Mike Lockwood
· 14 years ago
0723394
Try to fix the simulator build.
by Mike Lockwood
· 14 years ago
767c5e4
MTP: Implement GetObjectPropDesc
by Mike Lockwood
· 14 years ago
98ef64e
MTP: Add MtpServer Java class to wrap MTP device support.
by Mike Lockwood
· 14 years ago
3e6616d
MTP: replace printfs with logcat
by Mike Lockwood
· 14 years ago
42dbfa5
MTP: Use a fd instead of a file path in file transfer ioctls.
by Mike Lockwood
· 14 years ago
dff6e6e
mtptest: Add option to specify storage path at the command line.
by Mike Lockwood
· 14 years ago
9eb5ac9
MTP: Use stat.st_mode instead of dirent.d_type to determine file type.
by Mike Lockwood
· 14 years ago
622ccdc
MTP device: Read manufacturer name and serial number from system properties.
by Mike Lockwood
· 14 years ago
44cf0a0
MTP: Fix uninitialized pointer bug.
by Mike Lockwood
· 14 years ago
e0a89f6
MTP: Add host support for deleting objects.
by Mike Lockwood
· 14 years ago
dda5686
MTP: Add support for retrieving thumbnails to MTP content provider.
by Mike Lockwood
· 14 years ago
f724eed
MTP provider: Add columns for MTP ObjectInfo dataset to the MTP objects table
by Mike Lockwood
· 14 years ago
36a685d
Include stdlib to fix sim build
by Kenny Root
· 14 years ago
90f4873
MTP: host support for retrieving device property descriptors
by Mike Lockwood
· 14 years ago
b0ccc7c
Merge "MTP: Add support for host cancellation of file transfers."
by Mike Lockwood
· 14 years ago
a82d3c5
MTP: Add support for host cancellation of file transfers.
by Mike Lockwood
· 14 years ago
bebfb6a
Add missing library to linker command line.
by Doug Kwan
· 14 years ago
4200689
Add missing libraries, in order for gold to work.
by Jing Yu
· 14 years ago
755fd61
Prototype Content Provider support for MTP/PTP devices.
by Mike Lockwood
· 14 years ago
4f92fff
MTP: adjust ptptest app for changes in libusbhost API.
by Mike Lockwood
· 14 years ago
3743365
PTP host: Implement getObjectHandles and getObjectInfo commands
by Mike Lockwood
· 14 years ago
5bae7f6
More work on PTP host support.
by Mike Lockwood
· 14 years ago
d078267
MTP: More prototyping work:
by Mike Lockwood
· 14 years ago
9eff99e
Add -p option to mtptest program to run in PTP mode instead of MTP
by Mike Lockwood
· 14 years ago
8d3257a
Move MTP code to the android namespace
by Mike Lockwood
· 14 years ago
18ff7b4
Exclude mtptest program from simulator builds.
by Mike Lockwood
· 14 years ago
56118b5
Checkpoint work on MTP and PTP investigation.
by Mike Lockwood
· 15 years ago