Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
dd44d37f522c4b22fefd6b4c65d048d94ece0cdc
/
media
/
mtp
/
MtpDevice.cpp
df4b507
Use uint32_t instead of int to support 2~4G file
by robinz1x
· 7 years ago
bc1d4b4
Fix Unicode string handling
by Jerry Zhang
· 7 years ago
9a161f0
Merge "fix warning: dereference of a null pointer" am: 9a6b9ed394 am: 90b59dbb0d
by Yunlian Jiang
· 8 years ago
90b59db
Merge "fix warning: dereference of a null pointer" am: 9a6b9ed394
by Yunlian Jiang
· 8 years ago
0269068
fix warning: dereference of a null pointer
by Yunlian Jiang
· 8 years ago
d95d34d
Don't send short URB packet when sending MtpDataPacket.
by Daichi Hirono
· 9 years ago
5c66471
Stop sending object handle with sendObject request.
by Daichi Hirono
· 9 years ago
6e08d93
Add timeout to usb_device_get_string to prevent usb stuck state for bad
by Vitalii Tomkiv
· 9 years ago
d4b4296
Don't send short URB packet when sending MtpDataPacket.
by Daichi Hirono
· 9 years ago
8d20945
Stop sending object handle with sendObject request.
by Daichi Hirono
· 9 years ago
66a9abe
Add getObjectPropValue function to MtpDevice.
by Daichi Hirono
· 9 years ago
95faffd
Remove redundant code to check container type.
by Daichi Hirono
· 9 years ago
b3be006
Fix compiler warning in media/mtp.
by Daichi Hirono
· 9 years ago
251322b
Merge "Retry usb_device_claim_interface when it's connected to the kernel driver"
by Jaesung Chung
· 9 years ago
33d5816
Retry usb_device_claim_interface when it's connected to the kernel driver
by Jaesung Chung
· 9 years ago
610d4a1
Add comment for readPartialObject's NULL expected length.
by Daichi Hirono
· 9 years ago
326edd9
Add MtpDevice#getPartialObject64 method.
by Daichi Hirono
· 9 years ago
59a9060
Reland "Return parameters of event as well as event code."
by Daichi Hirono
· 9 years ago
4a7cea8
Add getPartialObject method to MtpDevice.
by Daichi Hirono
· 9 years ago
a04e6fa
Fix MtpDevice to read 0-byte object correctly.
by Daichi Hirono
· 9 years ago
d6dabe9
Skip an interface that does not have MTP interface class.
by Daichi Hirono
· 9 years ago
8a7ffae
Add functions to read MTP events from MTP devices.
by Daichi Hirono
· 10 years ago
532b4f2
Fix sendObject upload.
by Tomasz Mikolajewski
· 10 years ago
4fd9a8b
Use common implementation for getObject and importFile.
by Daichi Hirono
· 10 years ago
81ca5ad
Read whole data from MTP device even on writing error.
by Daichi Hirono
· 10 years ago
64c948b
Fix sending object info in MTP stack.
by Tomasz Mikolajewski
· 10 years ago
025ffd9
Add support for reading into a file descriptor on MTP devices.
by Tomasz Mikolajewski
· 10 years ago
e1e814c
am e418cfae: am 869e0798: Merge "MTP: add strict bounds checking for all incoming packets" into lmp-mr1-dev
by Mike Lockwood
· 11 years ago
ab06384
MTP: add strict bounds checking for all incoming packets
by Mike Lockwood
· 11 years ago
8023f3a
MTP Device: Parse USB3 descriptor for MTP initor;
by Bo Huang
· 12 years ago
3ab368e
media: use size_t for integer iterator to Vector::size()
by Mark Salyzyn
· 11 years ago
db43b34
media: 64 bit compile issues
by Mark Salyzyn
· 11 years ago
af8e8aa
Add mode when open(O_CREAT) is used.
by Nick Kralevich
· 13 years ago
29357bc
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
df64d15
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
b8a8052
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
3856b09
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
by Steve Block
· 14 years ago
3d74457
MtpDevice: Handle zero length packets in readResponse()
by Mike Lockwood
· 14 years ago
d4fb52e
MTP host: disable some test code
by Mike Lockwood
· 14 years ago
31c52e7
Fix some memory leaks found in static analysis
by Kenny Root
· 14 years ago
f41ef0e
Add support for synchronous bulk USB transfers
by Mike Lockwood
· 14 years ago
23f1b33
New APIs for MTP and PTP host support
by Mike Lockwood
· 14 years ago
42d0b79
MTP: changes to use new usb_request support in libusbhost
by Mike Lockwood
· 14 years ago
f745462
MTP host: Handle receiving a response packet instead of data packet.
by Mike Lockwood
· 14 years ago
99e393a
MTP: Support format argument in host GetObjectPropDesc command
by Mike Lockwood
· 14 years ago
0c7c7c7
MTP: Improve MtpProperty logging support
by Mike Lockwood
· 14 years ago
98693f6
MTP: Host support for GetObjectPropsSupported and GetObjectPropDesc
by Mike Lockwood
· 14 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
e3e76c4
MTP: Implement support for getting/setting device properties
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
21ef7d0
MTP: Implement GetObjectPropDesc
by Mike Lockwood
· 15 years ago
b14e588
MTP: replace printfs with logcat
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
a6c490b
MTP: host support for retrieving device property descriptors
by Mike Lockwood
· 15 years ago
5ed68d2
Prototype Content Provider support for MTP/PTP devices.
by Mike Lockwood
· 15 years ago