OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_transfer_complete
(Results
1 - 3
of
3
) sorted by null
/external/libmtp/src/
libusb-glue.h
63
uint64_t
current_transfer_complete
;
member in struct:_PTP_USB
libusb-glue.c
885
ptp_usb->
current_transfer_complete
+= result;
890
if (ptp_usb->
current_transfer_complete
>= ptp_usb->current_transfer_total) {
892
ptp_usb->
current_transfer_complete
= ptp_usb->current_transfer_total;
897
ret = ptp_usb->current_transfer_callback(ptp_usb->
current_transfer_complete
,
978
ptp_usb->
current_transfer_complete
+= result;
984
if (ptp_usb->
current_transfer_complete
>= ptp_usb->current_transfer_total) {
986
ptp_usb->
current_transfer_complete
= ptp_usb->current_transfer_total;
991
ret = ptp_usb->current_transfer_callback(ptp_usb->
current_transfer_complete
,
[
all
...]
libmtp.c
[
all
...]
Completed in 226 milliseconds